aditya-kumbhar commented on PR #398: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/398#issuecomment-1345458817
A flaky test would have no direct impact on production environment, but the tests themselves may fail if moved/run in different java environments due to assumptions made about the determinism of the Java APIs. In this case the order of the elements of the json returned by `JsonUtil.toJson()` is assumed to be same as the predefined order defined in the expected string `json`. The [Nondex](https://github.com/TestingResearchIllinois/NonDex) tool helps in identifying such assumptions by exploring different behaviors of non-deterministic Java APIs and reports the flaky tests. Fixing the flaky tests would make the behavior of the tests consistent across java environments. -- 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]
