Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Jul 13, 2022

Description

Do not parallelize tests for default platform.

@nohwnd nohwnd requested a review from Evangelink July 13, 2022 13:01
@nohwnd
Copy link
Member Author

nohwnd commented Jul 13, 2022

@MarcoRossignoli the static platform check strikes again. Probably no time to do it the better way we discussed in this sprint. (By adding a "userSet" field on each node in runsettings.

[DataRow("x86")]
[DataRow("x64")]
[DataRow("arm64")]
// Don't parallelize because we can run into conflict with GetDefaultArchitecture -> RunSettingsHelper.Instance.IsDefaultTargetArchitecture
Copy link
Member

Choose a reason for hiding this comment

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

Could we rework the static so that the test can be run in parallel?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, if we do the work to populate the attribute on the actual runsettings text and read it from there.

@MarcoRossignoli
Copy link
Contributor

@MarcoRossignoli the static platform check strikes again. Probably no time to do it the better way we discussed in this sprint. (By adding a "userSet" field on each node in runsettings.

Yeah...it's on backlog.

@nohwnd nohwnd enabled auto-merge (squash) July 19, 2022 08:33
@nohwnd nohwnd merged commit e85a600 into microsoft:main Jul 19, 2022
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.

3 participants