Actions
Bug #25602
closedaudit failures with Rails 5.2.2
Description
The following two failures can be seen, starting with https://github.com/rails/rails/commit/7794d00c7a966a63d98331cfd986edb1d2ccdb2c
AuditAssociationsTest#test_0002_Should audit associations on update [.../test/models/concerns/audit_associations_test.rb:27]: Expected: [[], [15]] Actual: [[7], [15]] UserTest::audit user roles#test_0001_should audit when a role is assigned to a user [.../test/models/user_test.rb:1214]: Expected [7] to be empty.
Updated by Anonymous about 6 years ago
- Blocks Tracker #25601: Rails 5.2.4 tracker added
Updated by Kavita Gaikwad over 5 years ago
- Status changed from New to Resolved
Marking it as resolved as not able to reproduce with the changes from https://projects.theforeman.org/issues/27185.
Updated by Kavita Gaikwad over 5 years ago
- Related to Bug #27185: Reset changed? state after saving with DirtyAssociations added
Updated by Kavita Gaikwad over 5 years ago
- Status changed from Resolved to Assigned
Reopening this as this test is failing on 5.2.3. My apologies!
Updated by Kavita Gaikwad over 5 years ago
- Related to deleted (Bug #27185: Reset changed? state after saving with DirtyAssociations)
Updated by The Foreman Bot about 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7200 added
Updated by Tomer Brisker about 5 years ago
- Assignee changed from Kavita Gaikwad to Tomer Brisker
Updated by Tomer Brisker about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset b51bf3420b38f7d63527da7ab774051981a310b3.
Actions