You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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
The text was updated successfully, but these errors were encountered: