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
Updated by Go MAEDA 2 months ago
- Related to Defect #42106: Member roles are incorrectly added when a user's memberships are updated added
Updated by Go MAEDA about 2 months ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
Committed the fix in r23641.
Actions