TIANSHIJUN1 opened a new pull request, #3424: URL: https://github.com/apache/tinkerpop/pull/3424
Fixes flaky test `shouldCheckWithinListsOfIdsForMidTraversalHasId` which fails nondeterministically when using NonDex due to reliance on traversal order. **Reason for test failure** The test asserts equality of two lists of vertices using `Assert.assertEquals`, implicitly expecting a specific order. However, TinkerGraph traversal results may return vertices in arbitrary order depending on internal iteration. NonDex randomizes this order and exposes the flakiness. **How to reproduce** Run the following command in the project root: -- 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]
