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

RunInParallel properly set when in the runsetting even if it set to d… #4116

Merged
merged 3 commits into from
Apr 25, 2017

Conversation

RanjanarMS
Copy link
Member

RunInParallel properly set when in the runsetting even if it set to different value or commented out in the given runsettings

…ifferent value or commented out in the given runsettings
} else if (result.RunSettings.RunConfiguration[0].MaxCpuCount !== 0) {
tl.debug('MaxCpuCount given in the runsettings file is not 0, so updating it to 0, given value :'
+ result.RunSettings.RunConfiguration[0].MaxCpuCount);
result.RunSettings.RunConfiguration[0].MaxCpuCount = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the documentation. Call out it an override.


if(!isParallelRun && !videoCollector && !tiaConfig.tiaEnabled && !overrideParametersString) {
if (!isParallelRun && !videoCollector && (!tiaConfig || (tiaConfig && !(tiaConfig.tiaEnabled))) && !overrideParametersString) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix the test...

@RanjanarMS RanjanarMS merged commit 94e2c0d into master Apr 25, 2017
@bryanmacfarlane bryanmacfarlane deleted the users/ranjanar/runInParallelBug branch January 31, 2018 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants