anthonyx24 opened a new issue, #4987: URL: https://github.com/apache/servicecomb-java-chassis/issues/4987
### Steps to Reproduce Similar to #4970 , the unit test `should_convert_exception_to_response_when_decode_request_failed` within `HighwayServerCodecFilterTest` compares JSON strings nondeterministically. In summary, since JSONs are unordered, after converting them to strings, the parameter ordering is not guaranteed, which can lead to the tests failing occasionally. This test was flagged via the [NonDex](https://github.com/TestingResearchIllinois/NonDex) tool, which detects potentially unreliable tests due to underlying Java API assumptions. To see the Nondex output for `HighwayServerCodecFilterTest`, you can run: ``` mvn -pl transports/transport-highway edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest="org.apache.servicecomb.transport.highway.HighwayServerCodecFilterTest" ``` ### Expected Behavior _No response_ ### Servicecomb Version 3.3.0 ### Additional Context _No response_ -- 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]
