-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
Undefined
-
---
-
---
The test HelpSupportTestCase#testStandalone is flaky because it calls SynopsisGenerator which uses a HashSet as its data structure for the conflicts object. When comparing the conflicts object with the expected test results with assertEquals the test is flaky as HashSet does not maintain order. Fix: Changed the conflicts and conflicts2 objects from HashSet to LinkedHashSet in method SynopsisGenerator#addSynopsisOption(SynopsisOption).
- clones
-
WFLY-14111 Flaky Tests due to AbstractUndertowSubsystemTestCase.java
- Closed