alibaba / fastjson2

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

Fix non-deterministic tests for issue#3149 #3150

Closed Mukta13 closed 1 week ago

Mukta13 commented 1 week ago

What this PR does / why we need it

This PR addresses non-deterministic behavior in two specific tests, ensuring consistent and predictable results across builds.

Summary of Changes

Testing Instructions

The modifications can be validated using the NonDex plugin to simulate non-deterministic behavior:

mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.issues_2900.Issue2959
mvn -pl core edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.alibaba.fastjson2.dubbo.DubboTest4#test6

Checklist