Actions
Patch #42572
closedFix random test failure in MemberTest#test_update_roles_with_inherited_roles due to non-deterministic ordering
Description
The attached patch fixes the following test failure that occurs randomly.
Failure: MemberTest#test_update_roles_with_inherited_roles [test/unit/member_test.rb:78]: Expected: [[1, 18], [1, 20], [2, 22]] Actual: [[1, 20], [2, 22], [1, 18]] bin/rails test test/unit/member_test.rb:61
Files
Related issues
Actions