lycoris106
lycoris106
### Description Some tests below were found to be potentially flaky with research tool [NonDex](https://github.com/TestingResearchIllinois/NonDex), which explores non-determinism in tests. These tests can fail due to different iteration orders under...
### Describe the bug ## Description The non-deterministic bug below was found with [NonDex](https://github.com/TestingResearchIllinois/NonDex), which explores non-determinism in tests. The order of arguments to constructor can be mixed-up due to...
### Summary Fixes nondeterministic (flaky) test in following modules: - rwiki/rwiki-impl/impl - lti/tsugi-util - lti/lti-common - samigo/samigo-services The failure was found with [NonDex](https://github.com/TestingResearchIllinois/NonDex), which explores non-determinism in tests. These tests...
There are multiple non-deterministic tests (found with [NonDex](https://github.com/TestingResearchIllinois/NonDex) tool) across different test classes in spring-data-cassandra. ### Description These tests listed below fail intermittently due to reliance on iteration order of...
## Description Part of #22767 This PR together with some previous ones should resolve all the flaky tests currently found in the flow repo. Here the non-deterministic test is `JreMapTest.testMapValues`...
### Description of the bug The test failures in several modules were found with [NonDex](https://github.com/TestingResearchIllinois/NonDex), which explores non-determinism in tests. These tests can cause test failure under different JVMs, etc....
## Description This PR fixes some flaky tests found with [NonDex](https://github.com/TestingResearchIllinois/NonDex), which explores non-determinism in tests. These tests can fail under different JVMs, hash seeds, etc. The flaky tests: -...
## Description This PR fixes some flaky tests found with [NonDex](https://github.com/TestingResearchIllinois/NonDex), which explores non-determinism in tests. These tests can fail under different JVMs, hash seeds, etc. The flaky tests: -...