Bump rubocop-performance from 1.22.1 to 1.23.0 #5138
Annotations
2 errors and 4 warnings
test:
spec/system/task_file_system_spec.rb#L17
TaskContributionController .attach_parent_blob when a file is not changed sets the parent blob
Failure/Error: visit(new_user_session_path)
Net::ReadTimeout:
Net::ReadTimeout with #<TCPSocket:(closed)>
[Screenshot Image]: /home/runner/work/codeharbor/codeharbor/tmp/screenshots/failures_r_spec_example_groups_task_contribution_controller_attach_parent_blob_when_a_file_is_not_changed_sets_the_parent_blob_292.png
|
test
Process completed with exit code 1.
|
test:
spec/services/proforma_service/import_task_spec.rb#L56
ProformaService::ImportTask#execute when task with same uuid exists in db creates a predecessor for task
Failure/Error: expect { import_proforma_task }.to change { task.reload.predecessor }.from(nil).to(be_an(Task))
NoMethodError:
undefined method `predecessor' for an instance of Task
|
test:
spec/services/proforma_service/import_task_spec.rb#L78
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task changes existing task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method `authors' for an instance of Task
|
test:
spec/services/proforma_service/import_task_spec.rb#L74
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a new task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method `authors' for an instance of Task
|
test:
spec/services/proforma_service/import_task_spec.rb#L82
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a predecessor for task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method `authors' for an instance of Task
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
636 Bytes |
|