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

[Windows] Fix verification of test count in CI #19697

Merged
merged 4 commits into from Jan 5, 2024
Merged

Conversation

Foda
Copy link
Member

@Foda Foda commented Jan 4, 2024

Description of Change

This PR fixes an off-by-one in the build script that detects if a test runner process has crashed. This logic compares the "tests we want to run" vs "output files from tests that actually ran". The PR fixes the issue, and adds additional logging to try and figure out which output category was missing

Issues Fixed

Fixes #19703

@Foda Foda changed the title (Ignore/Draft) Verify test count [Windows] Fix verification of test count in CI Jan 4, 2024
@Foda Foda marked this pull request as ready for review January 4, 2024 22:59
@Foda Foda requested a review from a team as a code owner January 4, 2024 22:59
@PureWeen PureWeen merged commit c3221bf into main Jan 5, 2024
47 checks passed
@PureWeen PureWeen deleted the foda/testignore branch January 5, 2024 00:52
@samhouts samhouts added the area-testing Unit tests, device tests label Jan 8, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash detection in build script is off-by-one
3 participants