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 issue causing prepare tests to pass when it actually failed #69353

Merged
merged 2 commits into from
Aug 3, 2023

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Aug 3, 2023

c91e128 fixes an issue where prepare tests would pass when it actually failed. From a bit of logging I verified that the RunWorker was successfully returning a failure response, but due to read+write in the parallel for it was being lost and incorrectly returning success. For a CI example, see this run - https://dev.azure.com/dnceng-public/public/_build/results?buildId=360938&view=logs&j=86868256-cb82-53ae-480d-0cc498d0e893&t=5266d39a-6887-515c-9441-254dc333cb9c

e7e8871 fixes discovery by upgrade the test discovery worker to .net8

@dibarbet dibarbet requested a review from a team as a code owner August 3, 2023 02:54
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 3, 2023
@RikkiGibson
Copy link
Contributor

RikkiGibson commented Aug 3, 2023

image
(feel free to wait for checks to pass if you want :P)

@dibarbet
Copy link
Member Author

dibarbet commented Aug 3, 2023

@RikkiGibson can you override merge? I know the integration tests are going to fail - #69364

@RikkiGibson RikkiGibson merged commit dcbc5d9 into dotnet:main Aug 3, 2023
@ghost ghost added this to the Next milestone Aug 3, 2023
@dibarbet dibarbet deleted the fix_ci branch August 3, 2023 20:53
@dibarbet dibarbet modified the milestones: Next, 17.8 P2 Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants