Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task Parameters Defaults are not set in test console #1562

Closed
Stan-Stani opened this issue Nov 3, 2023 · 0 comments · Fixed by #1572
Closed

Task Parameters Defaults are not set in test console #1562

Stan-Stani opened this issue Nov 3, 2023 · 0 comments · Fixed by #1572

Comments

@Stan-Stani
Copy link
Contributor

For example, getPRDetails does not default to true when using the test console.

| getPRDetails | If true all PRs in the project, or organisation, will be scanned for associations. There is an option to disable this feature as this scan is slow and not always required (Default true) |

This discrepancy makes it difficult to use the test console to reproduce the exact setup of the task as it exists in an Azure Pipeline and vice-versa.
 
The defaults set in the test console should either match the Task Parameters described in the wiki, or the fact they are not set should be made explicit.

rfennell added a commit that referenced this issue Nov 28, 2023
Revises the console tester settings loading to set defaults fixes #1562
Put a guard on the get parents function the sure there is a parent object before trying to access it fixes #1471
Stan-Stani pushed a commit to Stan-Stani/AzurePipelines that referenced this issue Dec 5, 2023
Revises the console tester settings loading to set defaults fixes rfennell#1562
Put a guard on the get parents function the sure there is a parent object before trying to access it fixes rfennell#1471
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants