alibaba / fastjson2

🚄 FASTJSON2 is a Java JSON library with excellent performance.
Apache License 2.0
3.79k stars 495 forks source link

Fix non-determinsm for Issue#3126 #3127

Closed Mukta13 closed 3 weeks ago

Mukta13 commented 3 weeks ago

What this PR does / why we need it?

This is for issue#3126 This PR addresses three non-deterministic tests found in the following files, which lead to non deterministic test results and inconsistent builds.

Summary of your change

Can be tested using:

mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.v1issues.issue_3800.Issue3831#test_for_issue3831

mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.issues_2600.Issue2644#testJsonBackReference

mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.issues_2800.Issue2836#test

Please indicate you've done the following: