Actions
Defect #43190
closedMultiple tests failing due to commit r23945
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
It seems that commit r23945 caused the following tests to fail.
Build result from the latest trunk (3a19544):
https://github.com/redmine/redmine/actions/runs/17526091717/job/49776710919
Failing tests:
Failure: IssuesControllerTest#test_create_should_ignore_readonly_fields [test/functional/issues_controller_test.rb:4583]: Expected "" to be nil. bin/rails test test/functional/issues_controller_test.rb:4548
Failure: IssuesCustomFieldsVisibilityTest#test_index_with_partial_custom_field_visibility [test/functional/issues_custom_fields_visibility_test.rb:243]: Expected: "ValueA" Actual: "". Expected 0 to be >= 1. bin/rails test test/functional/issues_custom_fields_visibility_test.rb:223
Failure: TimelogCustomFieldsVisibilityTest#test_index_with_partial_custom_field_visibility_should_show_visible_custom_fields_only [test/functional/timelog_custom_fields_visibility_test.rb:88]: ValueA not found in: (snip) Expected 0 to be >= 1. bin/rails test test/functional/timelog_custom_fields_visibility_test.rb:65
Based on a git bisect, all of these failures appear to be caused by r23945.
As a side note, I think it is important to check CI results for every commit to help maintain stable development.
Updated by Marius BĂLTEANU 3 days ago
- Status changed from New to Confirmed
- Assignee set to Marius BĂLTEANU
Yes, we are aware, we're going to fix the issue these days.
Updated by Marius BĂLTEANU 2 days ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed
Tests pass now.
Actions