MarcyGO opened a new pull request, #555:
URL: https://github.com/apache/jackrabbit-oak/pull/555

   The test 
`org.apache.jackrabbit.oak.plugins.document.Sweep2Test#testSweep2Uncommitted` 
can fail based on the order of iteration in `HashMap`. I found the issue using 
[NonDex](https://github.com/TestingResearchIllinois/NonDex):
   ```
   mvn install -DskipTests -pl oak-store-document -am
   mvn -pl oak-store-document edu.illinois:nondex-maven-plugin:1.1.2:nondex 
-Dtest=org.apache.jackrabbit.oak.plugins.document.Sweep2Test#testSweep2Uncommitted
   ```
   The proposed fix changes several `HashMap` to `LinkedHashMap`, which has 
determinate iteration order.


-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to