hofi1 opened a new issue, #2644:
URL: https://github.com/apache/helix/issues/2644

   ### Describe the bug
   The test 
org.apache.helix.rest.server.TestInstancesAccessor#testGetAllInstances has a 
flaky assertion.
   The test compares two sets for containing the same elements in the same 
order – but it is not deterministic in which order the elements are returned 
from a set – resulting in a flaky test.
   
   ### To Reproduce
   It was found using the NonDex engine and can be reproduced using the 
following command:
   ```shell
   mvn -pl helix-rest edu.illinois:nondex-maven-plugin:2.1.1:nondex 
-Dtest=org.apache.helix.rest.server.TestInstancesAccessor
   ``` 
   
   ### Expected behavior
   It is expected that the test checks if the collections contain the same 
elements in any order and not in a specific order.
   
   ### Additional context
   non
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to