Skip to content

Comments

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

Merged
PureWeen merged 4 commits intomainfrom
foda/testignore
Jan 5, 2024
Merged

[Windows] Fix verification of test count in CI#19697
PureWeen merged 4 commits intomainfrom
foda/testignore

Conversation

@Foda
Copy link
Contributor

@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 requested review from PureWeen and jfversluis January 4, 2024 22:59
@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
@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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash detection in build script is off-by-one

3 participants