Skip to content

Conversation

@asgerf
Copy link
Contributor

@asgerf asgerf commented Feb 26, 2025

Fixes a bug in the test post-processor that would occur when two FailureLocatables have the same message and location, but not the same toString() value. In this case they would rank identically in rankedTestFailures so they map to the same row in the testFailures result set. The column 1 of that row then has an ambiguous value due to:

column = 1 and data = fl.toString()

@asgerf asgerf changed the title Ensure total ranking order to avoid ambiguous results Test: Ensure total ranking order to avoid ambiguous results Feb 26, 2025
@asgerf asgerf marked this pull request as ready for review February 26, 2025 09:00
Copilot AI review requested due to automatic review settings February 26, 2025 09:00
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@asgerf asgerf requested a review from hvitved February 26, 2025 09:00
@asgerf asgerf added the no-change-note-required This PR does not need a change note label Feb 26, 2025
@asgerf asgerf merged commit 3487226 into github:main Feb 27, 2025
31 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-change-note-required This PR does not need a change note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants