Skip to content

jcroteau/APPEALS-26725 Update to Rails 6.0.Z #4665

jcroteau/APPEALS-26725 Update to Rails 6.0.Z

jcroteau/APPEALS-26725 Update to Rails 6.0.Z #4665

Triggered via pull request August 24, 2023 22:36
Status Failure
Total duration 11m 14s
Artifacts 1

workflow.yml

on: pull_request
Matrix: caseflow_rspec_job
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 33 warnings
caseflow_lint_job
Process completed with exit code 1.
caseflow_rspec_job (12, 0)
Process completed with exit code 1.
caseflow_rspec_job (12, 9): spec/controllers/test/hearings_controller_spec.rb#L52
Test::HearingsController#index user is Global Admin there are hearings responds with hearings profile information Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 9)
Process completed with exit code 1.
caseflow_rspec_job (12, 5): spec/feature/hearings/list_schedule/hearing_prep_spec.rb#L43
List Schedule for Hearing Prep Judge view Hearing day assigned to different judge with one legacy hearing assigned to judge Correct hearing days are displayed Failure/Error: let!(:case_hearing) { create(:case_hearing, vdkey: hearing_day.id, board_member: vacols_staff.sattyid) } ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L198
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of cancelled behaves like sets cancelled disposition sets the hearing disposition and calls cancel! Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "sets cancelled disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:430
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L6
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of cancelled when hearing is virtual cleans up the virtual hearing Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "virtual hearing is cleaned up" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:19 Shared Example Group: "when hearing is virtual" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:433
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L221
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of held behaves like sets held disposition sets the hearing disposition and calls hold! Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "sets held disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:441
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L239
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of no_show behaves like sets no_show diposition sets the hearing disposition and calls no_show! Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "sets no_show diposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:448
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L40
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of postponed when hearing should be scheduled later creates a new HearingTask and ScheduleHearingTask Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "scheduled later" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:268 Shared Example Group: "sets postponed disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:452
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L64
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of postponed when hearing should be scheduled later when task instructions are passed adds the instructions to both the AssignHearingDispositionTask and the ScheduleHearingTask Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "scheduled later" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:268 Shared Example Group: "sets postponed disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:452
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L284
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of postponed when hearing should be scheduled later with admin action creates a new HearingTask and ScheduleHearingTask with admin action Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "sets postponed disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:452
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L76
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of postponed when hearing should be rescheduled creates a new hearing with a new AssignHearingDispositionTask Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "reschedule" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:314 Shared Example Group: "sets postponed disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:452
caseflow_rspec_job (12, 5): spec/models/tasks/assign_hearing_disposition_task_spec.rb#L106
AssignHearingDispositionTask#update_from_params legacy appeal hearing disposition of postponed when hearing should be rescheduled when params includes virtual_hearing_attributes converts hearing to virtual hearing Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "reschedule" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:314 Shared Example Group: "sets postponed disposition" called from ./spec/models/tasks/assign_hearing_disposition_task_spec.rb:452
caseflow_rspec_job (12, 6): spec/feature/queue/send_post_initial_notification_letter_holding_task_spec.rb#L80
Send Post Initial Notification Letter Holding Tasks Accessing task actions cancel action cancels the task and displays it on the case timeline Failure/Error: expect(page).to have_content(`#{appeal_initial_letter_task.type} cancelled`) Errno::ENOENT: No such file or directory - PostSendInitialNotificationLetterHoldingTask
caseflow_rspec_job (12, 6): spec/feature/queue/send_initial_notification_letter_task_spec.rb#L80
Send Initial Notification Letter Tasks Accessing task actions cancel action cancels the task and displays it on the case timeline Failure/Error: expect(page).to have_content(`#{appeal_initial_letter_task.type} cancelled`) Errno::ENOENT: No such file or directory - SendInitialNotificationLetterTask
caseflow_rspec_job (12, 6)
Process completed with exit code 1.
caseflow_rspec_job (12, 8): spec/services/stuck_virtual_hearings_checker_spec.rb#L149
StuckVirtualHearingsChecker there is an eligible legacy virtual hearing includes the hearing in the report Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L512
HearingMailer for judge with legacy hearing #confirmation regional office is in eastern timezone has the correct time in the email Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L520
HearingMailer for judge with legacy hearing #confirmation regional office is in pacific timezone has the correct time in the email Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L533
HearingMailer for judge with legacy hearing #updated_time_confirmation regional office is in eastern timezone has the correct time in the email Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L541
HearingMailer for judge with legacy hearing #updated_time_confirmation regional office is in pacific timezone has the correct time in the email Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L871
HearingMailer for appellant with legacy virtual hearing #cancellation hearing_location is not nil shows correct hearing location Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L878
HearingMailer for appellant with legacy virtual hearing #cancellation hearing_location is nil shows correct hearing location Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L888
HearingMailer for appellant with legacy virtual hearing #cancellation regional office is in eastern timezone has the correct time in the email Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L896
HearingMailer for appellant with legacy virtual hearing #cancellation regional office is in pacific timezone has the correct time in the email Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 8): spec/mailers/hearing_mailer_spec.rb#L904
HearingMailer for appellant with legacy virtual hearing #cancellation appellant_tz is present displays pacific standard time (PT) Failure/Error: create( :case_hearing, hearing_type: legacy_hearing_hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(hearing_date) # VACOLS always has EST time ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 2): spec/feature/hearings/convert_hearing_request_type/vso_change_hearing_request_type_spec.rb#L145
Convert hearing request type for legacy appeals and hearings whenever a legacy hearing has been scheduled behaves like scheduled hearings Navigating to the hearing details page and converting the hearing Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition, notes1: HearingMapper.notes_to_vacols_format(notes), folder_nr: appeal&.vacols_id ) ArgumentError: Trigger based primary key is not supported Shared Example Group: "scheduled hearings" called from ./spec/feature/hearings/convert_hearing_request_type/vso_change_hearing_request_type_spec.rb:383
caseflow_rspec_job (12, 2): spec/feature/hearings/convert_hearing_request_type/vso_change_hearing_request_type_spec.rb#L393
Convert hearing request type for legacy appeals and hearings whenever a legacy hearing has been scheduled whenever a user from another VSO users tries to access the hearing they are denied Failure/Error: create( :case_hearing, user: user, hearing_type: hearing_day.request_type, hearing_date: VacolsHelper.format_datetime_with_utc_timezone(scheduled_for), vdkey: hearing_day.id, hearing_disp: disposition, notes1: HearingMapper.notes_to_vacols_format(notes), folder_nr: appeal&.vacols_id ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 2)
Process completed with exit code 1.
caseflow_rspec_job (12, 11): spec/models/hearing_day_spec.rb#L200
HearingDay update hearing day updates attributes in children hearings updates children hearings with a new room Failure/Error: create(:case_hearing, vdkey: hearing_day.id, folder_nr: create(:case).bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 11): spec/models/hearing_day_spec.rb#L209
HearingDay update hearing day updates attributes in children hearings only tries to update the room, because that's all that changed in the hearing day Failure/Error: create(:case_hearing, vdkey: hearing_day.id, folder_nr: create(:case).bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 11): spec/models/hearing_day_spec.rb#L230
HearingDay update hearing day updates attributes in children hearings both room and judge are changed updates children hearings with a new room and judge Failure/Error: create(:case_hearing, vdkey: hearing_day.id, folder_nr: create(:case).bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 11): spec/models/hearing_day_spec.rb#L241
HearingDay update hearing day updates attributes in children hearings both room and judge are changed only tries to update the room and the judge, because that's all that changed in the hearing day Failure/Error: create(:case_hearing, vdkey: hearing_day.id, folder_nr: create(:case).bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 11): spec/models/hearing_day_spec.rb#L493
HearingDay hearing day full the hearing day has 12 scheduled hearings Failure/Error: create(:case_hearing, vdkey: hearing_day.id) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 11): spec/models/hearing_day_spec.rb#L514
HearingDay hearing day full the hearing day has 10 closed hearings Failure/Error: create( :case_hearing, vdkey: hearing_day.id, hearing_disp: VACOLS::CaseHearing::HEARING_DISPOSITION_CODES[:cancelled] ) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 11)
Process completed with exit code 1.
caseflow_rspec_job (12, 1): spec/feature/queue/case_details_spec.rb#L91
Case details hearings panel on attorney task detail view when appeal has a single hearing that has already been held Entire set of attributes for hearing are displayed Failure/Error: case_hearing.update!(folder_nr: vacols_case.bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 1): spec/feature/queue/case_details_spec.rb#L104
Case details hearings panel on attorney task detail view when appeal has a single hearing that has already been held post remanded appeal shows indication of earlier appeal hearing Failure/Error: case_hearing.update!(folder_nr: vacols_case.bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 1): spec/feature/queue/case_details_spec.rb#L118
Case details hearings panel on attorney task detail view when appeal has a single hearing that was cancelled Fewer attributes of hearing are displayed Failure/Error: case_hearing.update!(folder_nr: vacols_case.bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 1): spec/feature/queue/case_details_spec.rb#L137
Case details hearings panel on attorney task detail view when appeal has a single hearing with a HearingView Fewer attributes of hearing are displayed Failure/Error: case_hearing.update!(folder_nr: vacols_case.bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 1): spec/feature/queue/case_details_spec.rb#L167
Case details hearings panel on attorney task detail view when appeal has a single hearing with a HearingView the user has a VSO role worksheet and details links are not visible Failure/Error: case_hearing.update!(folder_nr: vacols_case.bfkey) ArgumentError: Trigger based primary key is not supported
caseflow_rspec_job (12, 1)
Process completed with exit code 1.
caseflow_lint_job
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 0)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 0)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 0)
No files were found with the provided path: ./log/bullet-0.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 9)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 9)
No files were found with the provided path: ./log/bullet-9.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 9)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 5)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 5)
No files were found with the provided path: ./log/bullet-5.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 5)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 6)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 6)
No files were found with the provided path: ./log/bullet-6.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 8)
No files were found with the provided path: ./log/bullet-8.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 8)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 8)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 2)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 2)
No files were found with the provided path: ./log/bullet-2.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 2)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 7)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 7)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 3)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 3)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 10)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 10)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 4)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 4)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_jest_job
No files were found with the provided path: ./test-results. No artifacts will be uploaded.
caseflow_jest_job
No files were found with the provided path: ./all_logs.log. No artifacts will be uploaded.
caseflow_jest_job
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 11)
No files were found with the provided path: ./log/bullet-11.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 11)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 1)
No files were found with the provided path: ./log/bullet-1.log. No artifacts will be uploaded.
caseflow_rspec_job (12, 1)
The process '/usr/bin/git' failed with exit code 128

Artifacts

Produced during runtime
Name Size
artifact Expired
23.3 MB