reta commented on code in PR #2147:
URL: https://github.com/apache/cxf/pull/2147#discussion_r1839029663
##########
tools/wadlto/jaxrs/src/test/java/org/apache/cxf/tools/wadlto/jaxrs/JAXRSContainerTest.java:
##########
@@ -176,7 +178,7 @@ public void testThrows() throws Exception {
ClassCollector cc = context.get(ClassCollector.class);
assertEquals(2, cc.getServiceClassNames().size());
- final Map<String, Class<?>[]> methods = new HashMap<>();
+ final Map<String, Class<?>[]> methods = new LinkedHashMap<>();
Review Comment:
There is no dependency on ordering anywhere in the test (AFAICT)
@Derrick2000 please clarify where the flakyness was observed
--
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]