slachiewicz commented on issue #1350:
URL:
https://github.com/apache/maven-resolver/issues/1350#issuecomment-5499274593
### Analysis & Triage
- **Problem Identified**: `GenericVersionTest.testCompareUuidRandom`
generates 2,048 unseeded `UUID.randomUUID()` strings per test run, leading to
non-deterministic test runs and potential flakiness in CI environments.
- **Affected Versions**: Both **1.9.x** and **master (2.1.0)**.
- **Plan to Fix**:
1. Seed the `Random` instance with a fixed seed (`0x5EED_CAFE_L`) to
ensure 100% reproducible test runs across all platforms.
2. Verify ordering and sorting assertions against fixed pseudo-random
sequences.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]