Skip to content

Conversation

@jszumski
Copy link
Collaborator

Fix issue where a merged xcresult with repeated failures would only use the first global failure message for the test case instead of the one associated with the current test action.


The new test fixture is from a unit test that fails with a random number from 1-100. Prior to this fix, all 3 entries in the JUnit output would have the same failure message ("failed - Failed with number: 51") instead of a unique one for each.

@jszumski jszumski requested a review from luispadron March 17, 2025 18:54
…se the first global failure message for the test case instead of the one associated with the current test action.
@jszumski jszumski force-pushed the jszumski/fix-merged-repeated-test-messages branch from 80e592a to e6097af Compare March 17, 2025 19:51
Copy link
Owner

@a7ex a7ex left a comment

Choose a reason for hiding this comment

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

Thank you for the fix, John! Much appreciated.
I fixed the unit tests after merging Luis change and will merge it now.

@a7ex a7ex merged commit 6f06fef into main Mar 17, 2025
1 check passed
@jszumski jszumski deleted the jszumski/fix-merged-repeated-test-messages branch March 18, 2025 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants