Project

General

Profile

Actions

Defect #43190

closed

Multiple tests failing due to commit r23945

Added by Katsuya HIDAKA 3 days ago. Updated 2 days ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
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.

Actions #1

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.

Actions #2

Updated by Marius BĂLTEANU 2 days ago

  • Status changed from Confirmed to Resolved
  • Resolution set to Fixed

Tests pass now.

Actions #4

Updated by Marius BĂLTEANU 2 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF