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

Fix publishing to Arcade when there are no merged tests in the set #81054

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

trylek
Copy link
Member

@trylek trylek commented Jan 23, 2023

This change fixes the bug that @naricc hit in his PR #81012 when trying to limit the test set for the purpose of speeding up lab response in certain experiments. My original implementation of Helix publishing changes related to merged tests was incorrect with respect to the case when there are no merged tests in the test set, a situation I never hit as I was making these changes parallel to the first wave of test merging. I have verified by means of the instrumented run

https://dev.azure.com/dnceng-public/public/_build/results?buildId=145648&view=logs&j=5875517b-40f2-5b27-5b45-8b8aba144595

that Nathan's change passes with my fix.

Thanks

Tomas

@ghost
Copy link

ghost commented Jan 23, 2023

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

This change fixes the bug that @naricc hit in his PR #81012 when trying to limit the test set for the purpose of speeding up lab response in certain experiments. My original implementation of Helix publishing changes related to merged tests was incorrect with respect to the case when there are no merged tests in the test set, a situation I never hit as I was making these changes parallel to the first wave of test merging. I have verified by means of the instrumented run

https://dev.azure.com/dnceng-public/public/_build/results?buildId=145648&view=logs&j=5875517b-40f2-5b27-5b45-8b8aba144595

that Nathan's change passes with my fix.

Thanks

Tomas

Author: trylek
Assignees: -
Labels:

area-Infrastructure-coreclr

Milestone: -

Copy link
Member

@jkoritzinsky jkoritzinsky left a comment

Choose a reason for hiding this comment

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

LGTM!

@trylek
Copy link
Member Author

trylek commented Jan 24, 2023

The one failure on Linux arm seems to be known issue #80666, merging in.

@trylek trylek merged commit 19d7160 into dotnet:main Jan 24, 2023
@trylek trylek deleted the OutOfProcessTestFix branch January 24, 2023 16:00
@ghost ghost locked as resolved and limited conversation to collaborators Feb 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants