Skip to content

Kev ma/appeals 56226 #22409

Kev ma/appeals 56226

Kev ma/appeals 56226 #22409

Triggered via pull request October 25, 2024 19:56
Status Failure
Total duration 29m 37s
Billable time 6h 0m
Artifacts 1

workflow.yml

on: pull_request
caseflow_jest_job
6m 48s
caseflow_jest_job
caseflow_lint_job
9m 54s
caseflow_lint_job
Matrix: caseflow_rspec_job
Fit to window
Zoom out
Zoom in

Annotations

51 errors and 79 warnings
caseflow_jest_job
Process completed with exit code 1.
caseflow_lint_job
Process completed with exit code 1.
caseflow_rspec_job (12, 7): spec/feature/hearings/convert_hearing_request_type/vso_change_hearing_request_type_spec.rb#L258
Convert hearing request type for AMA appeals and hearings whenever a hearing has been scheduled When appeal has a scheduled hearing in over 11 days convert to virtual link appears and leads to hearing form Failure/Error: expect(page).to have_current_path("/hearings/#{appeal.hearings.first.uuid}/details") expected "/queue/appeals/e4625dbd-c7f7-40cc-ada5-71df2b4b8499/tasks/3/change_hearing_request_type_to_virtual" to equal "/hearings/935f60f6-d6bf-454b-a9fb-d27ccae3ca50/details"
caseflow_rspec_job (12, 7): spec/controllers/test/correspondence_controller_spec.rb#L159
Test::CorrespondenceController private methods #connect_corr_with_vet creates correspondences and associated documents for each valid file number Failure/Error: if !unassigned_review_package_tasks.count.positive? ActiveRecord::EagerLoadPolymorphicError: Cannot eagerly load the polymorphic association :correspondence
caseflow_rspec_job (12, 7): spec/controllers/test/correspondence_controller_spec.rb#L175
Test::CorrespondenceController private methods #connect_corr_with_vet assigns NOD document types correctly Failure/Error: if !unassigned_review_package_tasks.count.positive? ActiveRecord::EagerLoadPolymorphicError: Cannot eagerly load the polymorphic association :correspondence
caseflow_rspec_job (12, 7): spec/controllers/test/correspondence_controller_spec.rb#L187
Test::CorrespondenceController private methods #connect_corr_with_vet creates a BatchAutoAssignmentAttempt and enqueues AutoAssignCorrespondenceJob Failure/Error: if !unassigned_review_package_tasks.count.positive? ActiveRecord::EagerLoadPolymorphicError: Cannot eagerly load the polymorphic association :correspondence
caseflow_rspec_job (12, 7)
Process completed with exit code 1.
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L505
DecisionReviewsController Acquiring decision review tasks via #index in_progress_tasks page 1 displays first 15 tasks Failure/Error: expect(response_body["total_task_count"]).to eq 94 expected: 94 got: 84 (compared using ==)
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L522
DecisionReviewsController Acquiring decision review tasks via #index in_progress_tasks page 7 displays last 4 tasks Failure/Error: expect(response_body["total_task_count"]).to eq 94 expected: 94 got: 84 (compared using ==)
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L553
DecisionReviewsController Acquiring decision review tasks via #index completed_tasks page 1 displays first 15 tasks Failure/Error: expect(response_body["total_task_count"]).to eq 50 expected: 50 got: 40 (compared using ==)
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L570
DecisionReviewsController Acquiring decision review tasks via #index completed_tasks page 4 displays last 5 tasks Failure/Error: expect(response_body["total_task_count"]).to eq 50 expected: 50 got: 40 (compared using ==)
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L668
DecisionReviewsController Acquiring decision review tasks via #index vha org with incomplete tasks in_progress_tasks page 1 displays first 15 tasks Failure/Error: expect(response_body["total_task_count"]).to eq 74 expected: 74 got: 64 (compared using ==)
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L958
DecisionReviewsController#history task is in VHA and user is an admin should return remand task details Failure/Error: expect(res).to include( a_hash_including("attributes" => a_hash_including(expected_attributes)) ) expected [] to include (a hash including {"attributes" => (a hash including {"taskID" => 5197, "eventType" => "added_issue", "claimType" => "Remand"})}) Diff: @@ -1,2 +1,2 @@ -[(a hash including {"attributes" => (a hash including {"taskID" => 5197, "eventType" => "added_issue", "claimType" => "Remand"})})] +[]
caseflow_rspec_job (12, 0): spec/controllers/decision_reviews_controller_spec.rb#L977
DecisionReviewsController#history task is in VHA and user is an admin should return remand task details Failure/Error: expect(res).to include( a_hash_including("attributes" => a_hash_including(expected_attributes)) ) expected [] to include (a hash including {"attributes" => (a hash including {"taskID" => 5199, "eventType" => "added_issue", "claimType" => "Remand"})}) Diff: @@ -1,2 +1,2 @@ -[(a hash including {"attributes" => (a hash including {"taskID" => 5199, "eventType" => "added_issue", "claimType" => "Remand"})})] +[]
caseflow_rspec_job (12, 0): spec/lib/helpers/association_wrapper_spec.rb#L13
AssocationWrapper #fieldnames and #select_associations} for Task class returns associations with other tables Failure/Error: expect(subject.select_associations.map do |assoc| [assoc.name, assoc.class_name, assoc.options[:class_name], assoc.polymorphic?, assoc.foreign_type] end).to match_array [ [:versions, "PaperTrail::Version", "PaperTrail::Version", nil, nil], [:parent, "Task", "Task", nil, nil], [:children, "Task", "Task", nil, nil], [:assigned_to, "AssignedTo", nil, true, "assigned_to_type"], [:assigned_by, "User", "User", nil, nil], [:cancelled_by, "User", "User", nil, nil], [:completed_by, "User", "User", nil, nil], expected collection contained: [[:ama_appeal, "Appeal", "Appeal", nil, nil], [:appeal, "Appeal", nil, true, "appeal_type"], [:assign...s, "TaskTimer", nil, nil, nil], [:versions, "PaperTrail::Version", "PaperTrail::Version", nil, nil]] actual collection contained: [[:ama_appeal, "Appeal", "Appeal", nil, nil], [:appeal, "Appeal", nil, true, "appeal_type"], [:assign...s, "TaskTimer", nil, nil, nil], [:versions, "PaperTrail::Version", "PaperTrail::Version", nil, nil]] the missing elements were: [[:correspondence, "Correspondence", "Correspondence", nil, nil]]
caseflow_rspec_job (12, 0)
Process completed with exit code 1.
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L182
BusinessLine.in_progress_tasks With the :board_grant_effectuation_task FeatureToggle enabled All tasks associated with active decision reviews and BoardGrantEffectuationTasks are included Failure/Error: expect(subject.size).to eq 25 expected: 25 got: 20 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L200
BusinessLine.in_progress_tasks With the :board_grant_effectuation_task FeatureToggle disabled All tasks associated with active decision reviews are included, but not BoardGrantEffectuationTasks Failure/Error: expect(subject.size).to eq 20 expected: 20 got: 15 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L322
BusinessLine.completed_tasks With an empty task filter All completed tasks are included in results Failure/Error: expect(subject.size).to eq 25 expected: 25 got: 20 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L475
BusinessLine Generic Non Comp Org Businessline .in_progress_tasks With the :board_grant_effectuation_task FeatureToggle enabled All tasks associated with active decision reviews and BoardGrantEffectuationTasks are included Failure/Error: expect(subject.size).to eq 30 expected: 30 got: 25 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L494
BusinessLine Generic Non Comp Org Businessline .in_progress_tasks With the :board_grant_effectuation_task FeatureToggle disabled All tasks associated with active decision reviews are included, but not BoardGrantEffectuationTasks Failure/Error: expect(subject.size).to eq 25 expected: 25 got: 20 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L749
BusinessLine.change_history_rows without filters should return all rows Failure/Error: expect(subject.count).to eq 8 expected: 8 got: 7 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L759
BusinessLine.change_history_rows with task_id filter with multiple task ids should return rows for all matching ids Failure/Error: expect(subject.entries.count).to eq(4) expected: 4 got: 3 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L805
BusinessLine.change_history_rows with claim_type filter Remand claim filter should only return rows for the filtered claim type Failure/Error: expect(subject.entries.count).to eq(1) expected: 1 got: 0 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L875
BusinessLine.change_history_rows with dispositions filter when the disposition filter includes Blank should return rows that do not have a disposition Failure/Error: expect(subject.entries.count).to eq(6) expected: 6 got: 5 (compared using ==)
caseflow_rspec_job (12, 1): spec/models/business_line_spec.rb#L888
BusinessLine.change_history_rows with dispositions filter when the disposition filter includes Blank when it includes Blank and another disposition should return rows that match denied or have no disposition Failure/Error: expect(subject.entries.count).to eq(7) expected: 7 got: 6 (compared using ==)
caseflow_rspec_job (12, 6): spec/models/vacols/case_docket_spec.rb#L202
VACOLS::CaseDocket.age_of_oldest_priority_appeal when an appeal is tied to a judge does not affect the results of the call Failure/Error: expect(subject).to eq(aod_ready_case.bfdloout) expected: 2024-10-22 12:16:19.000000000 -0400 got: 2024-10-23 16:16:19.000000000 +0000 (compared using ==) Diff: @@ -1,2 +1,2 @@ -Tue, 22 Oct 2024 12:16:19.000000000 EDT -04:00 +2024-10-23 16:16:19 UTC
caseflow_rspec_job (12, 6)
Process completed with exit code 1.
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L199
NonComp Reviews Queue with an existing organization displays tasks page with decision_review_queue_ssn_column feature toggle disabled Failure/Error: expect(page).to have_content("In Progress Tasks (4)") expected to find text "In Progress Tasks (4)" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (3)Completed Tasks\nViewing 1-3 of 3 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBbb Smithmann 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithlakin 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithwillms 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nViewing 1-3 of 3 total\nSend feedback"
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L308
NonComp Reviews Queue with an existing organization ordering reviews with participate id visible Failure/Error: expect(table_rows.first.include?(" Beneficiary Travel ")).to eq true expected: true got: false (compared using ==) Diff: @@ -1,2 +1,2 @@ -true +false
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L531
NonComp Reviews Queue with an existing organization filtering reviews by appeal type Failure/Error: expect(page).to have_content("Remand") expected to find text "Remand" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (3)Completed Tasks\nViewing 1-3 of 3 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBbb Smithdavis 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithferry 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithferry 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nViewing 1-3 of 3 total\nSend feedback"
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L554
NonComp Reviews Queue with an existing organization filtering reviews by issue type Failure/Error: expect(page).to have_content("Beneficiary Travel (1)") expected to find text "Beneficiary Travel (1)" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (3)Completed Tasks\nViewing 1-3 of 3 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nClear Issue Type filter\nBeneficiary Travel (0)\nCamp Lejune Family Member (1)\nCaregiver | Eligibility (0)\nCaregiver | Other (1)\nCaregiver | Revocation/Discharge (0)\nCaregiver | Tier Level (0)\nCHAMPVA (1)\nClothing Allowance (0)\nContinuing Eligibility/Income Verification Match (IVM) (0)\nEligibility for Dental Treatment (0)\nForeign Medical Program (0)\nInitial Eligibility and Enrollment in VHA Healthcare (0)\nMedical and Dental Care Reimbursement (0)\nOther (0)\nProsthetics | Other (not clothing allowance) (0)\nSpina Bifida Treatment (Non-Compensation) (0)\nDays Waiting\n\nType\nBbb Smithnitzsche 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithrippin 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithgrady 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nViewing 1-3 of 3 total\nSend feedback"
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L275
NonComp Reviews Queue with an existing organization with user enabled for intake displays tasks page Failure/Error: expect(page).to have_content("In Progress Tasks (4)") expected to find text "In Progress Tasks (4)" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nGenerate task report\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (3)Completed Tasks\nViewing 1-3 of 3 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBbb Smithweimann 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithkeebler 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithdaniel 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nViewing 1-3 of 3 total\nSend feedback"
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L994
NonComp Reviews Queue get params should not get appended to URL when QueueTable is loading and user navigates to Generate report pages. should reset the pagination page when switching tabs Failure/Error: expect(page).to have_content("Viewing 16-30 of 34 total") expected to find text "Viewing 16-30 of 34 total" in "CaseflowVeterans Health Administration\n | Switch product\nBVATWARNER (VACO)\nVeterans Health Administration\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nGenerate task report\nIncomplete Tasks (2)Pending Tasks (1)In Progress Tasks (33)Completed Tasks\nViewing 16-30 of 33 total\nPrevious123Next\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBob Smithheidenreich 988670111 1 Caregiver | Other 32 days Higher-Level Review\nBob Smithwill 988670099 1 Caregiver | Other 32 days Higher-Level Review\nBob Smithreichert 988670093 1 Caregiver | Other 32 days Higher-Level Review\nBob Smithkoch 988670086 1 Caregiver | Other 32 days Higher-Level Review\nBob Smithtowne 988670085 1 Caregiver | Other 32 days Higher-Level Review\nBob Smithemmerich 988670084 1 Caregiver | Other 32 days Higher-Level Review\nBob Smithbashirian 988670107 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithledner 988670102 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithbauch 988670101 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithfay 988670100 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithbaumbach 988670094 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithharber 988670090 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithschultz 988670087 1 Caregiver | Other 33 days Higher-Level Review\nBob Smithgleason 988670110 1 Caregiver | Other 34 days Higher-Level Review\nBob Smithmorissette 988670106 1 Caregiver | Other 34 days Higher-Level Review\nViewing 16-30 of 33 total\nPrevious123Next\nSend feedback"
caseflow_rspec_job (12, 8): spec/feature/non_comp/reviews_spec.rb#L1019
NonComp Reviews Queue For a non comp org that is not VHA displays tasks page for non VHA Failure/Error: expect(page).to have_content("Remand") expected to find text "Remand" in "CaseflowNon-Comp Org\nBVATWARNER (VACO)\nNon-Comp Org\nReviews needing action\nReview each issue and select a disposition\n+ Intake new form\nDownload completed tasks\nIn Progress Tasks (5)Completed Tasks\nViewing 1-5 of 5 total\nClaimant\nVeteran Participant Id\nIssues\nIssue Type\nDays Waiting\n\nType\nBbb Smithterry 601111772 1 Camp Lejune Family Member 0 days Higher-Level Review\nCcc Smithblick 1002345 1 Camp Lejune Family Member 0 days Board Grant\nAaa Smithdavis 12345 2\nCaregiver | Other\nCHAMPVA\n6 days Higher-Level Review\nDouglas Smithkling 87474 1 Clothing Allowance 6 days Higher-Level Review\nGaius Smithcruickshank 601172 1 Other 6 days Higher-Level Review\nViewing 1-5 of 5 total\nSend feedback"
caseflow_rspec_job (12, 8): spec/helpers/sync_decided_appeals_helper_spec.rb#L31
SyncDecidedAppealsHelper #sync_decided_appeals Job syncs decided appeals decision_mailed status Failure/Error: DatabaseCleaner[:active_record, { db: :primary }].clean ActiveRecord::ConnectionNotEstablished: connection is closed
caseflow_rspec_job (12, 8): spec/helpers/sync_decided_appeals_helper_spec.rb#L43
SyncDecidedAppealsHelper #sync_decided_appeals catches standard errors
caseflow_rspec_job (12, 8): spec/services/metrics/non_denial_decisions_spec.rb#L31
Metrics::NonDenialDecisions Produces the percent of non-denial decisions with an EP created within 7 days Failure/Error: super || AppealState.find_or_create_by(appeal: self) ActiveRecord::InvalidForeignKey: PG::ForeignKeyViolation: ERROR: insert or update on table "appeal_states" violates foreign key constraint "fk_rails_bfca55a117" DETAIL: Key (created_by_id)=(3) is not present in table "users".
caseflow_rspec_job (12, 2): spec/feature/queue/correspondence/intake_spec.rb#L141
The Correspondence Intake page The mail team user is able to add unrelated tasks Two 'Other Motion' tasks is the limit for user Failure/Error: find_by_id("react-select-3-option-4").click Capybara::ElementNotFound: Unable to find id "react-select-3-option-4"
caseflow_rspec_job (12, 2): spec/feature/queue/correspondence/intake_spec.rb#L390
The Correspondence Intake page checks for failed to upload to the eFolder banner after navigating away from page navigates to intake form from in-progress tab to step 3 and checks for failed to upload to the eFolder banner from the Centralized Mail Portal, if it needs to be processed. Failure/Error: click_on("button-continue") Capybara::ElementNotFound: Unable to find link or button "button-continue"
caseflow_rspec_job (12, 2)
Process completed with exit code 1.
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L76
The Correspondence Details All Tasks Actions testing tasks actions for Other motion tasks Verify Other motion task with Assign to team action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L98
The Correspondence Details All Tasks Actions testing tasks actions for Other motion tasks Verify Other motion task with Change task type action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L76
The Correspondence Details All Tasks Actions testing tasks actions for FOIA request tasks Verify FOIA request task with Assign to team action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L98
The Correspondence Details All Tasks Actions testing tasks actions for FOIA request tasks Verify FOIA request task with Change task type action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L76
The Correspondence Details All Tasks Actions testing tasks actions for Congressional interest tasks Verify Congressional interest task with Assign to team action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L98
The Correspondence Details All Tasks Actions testing tasks actions for Congressional interest tasks Verify Congressional interest task with Change task type action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L76
The Correspondence Details All Tasks Actions testing tasks actions for Privacy act request tasks Verify Privacy act request task with Assign to team action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L98
The Correspondence Details All Tasks Actions testing tasks actions for Privacy act request tasks Verify Privacy act request task with Change task type action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L76
The Correspondence Details All Tasks Actions testing tasks actions for Privacy complaint tasks Verify Privacy complaint task with Assign to team action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_rspec_job (12, 11): spec/feature/queue/correspondence/correspondence_details_task_actions_spec.rb#L98
The Correspondence Details All Tasks Actions testing tasks actions for Privacy complaint tasks Verify Privacy complaint task with Change task type action dropdown Failure/Error: dropdowns.last.click Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: stale element not found in the current frame (Session info: chrome-headless-shell=127.0.6533.119)
caseflow_jest_job
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_jest_job
The process '/usr/bin/git' failed with exit code 128
caseflow_lint_job
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_lint_job
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 9): spec/feature/hearings/postpone_hearing_spec.rb#L128
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals when rescheduling Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 9): spec/feature/hearings/postpone_hearing_spec.rb#L59
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals behaves like an AMA appeal and schedule later with admin action Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 9): spec/feature/hearings/postpone_hearing_spec.rb#L75
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals behaves like an AMA appeal and schedule later Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 9): spec/feature/hearings/postpone_hearing_spec.rb#L89
Postpone hearing with schedule direct to video/virtual feature disabled for AMA appeals behaves like an AMA appeal then change to held Skipped: This functionality is no longer in use.
caseflow_rspec_job (12, 9): spec/feature/hearings/postpone_hearing_spec.rb#L154
Postpone hearing with schedule direct to video/virtual feature disabled for a Legacy appeal when rescheduling on the same day Skipped: This functionality is no longer in use.
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: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 4)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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_rspec_job (12, 4)
Docker pull failed with exit code 1, back off 9.23 seconds before retry.
caseflow_rspec_job (12, 4): spec/feature/dispatch/establish_claim_spec.rb#L629
Establish Claim - ARC Dispatch As a caseworker For a full grant When there is an existing 070 EP Assigning it to complete the claims establishment Skipped: Test is hanging in GHA
caseflow_rspec_job (12, 4): spec/services/claim_change_history/claim_history_service_spec.rb#L961
ClaimHistoryService.build_events with filters days waiting filter equal to number of days should only return events for tasks that match the days waiting filter Skipped: Flakey test
caseflow_rspec_job (12, 7)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 7)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 7)
Docker pull failed with exit code 1, back off 7.462 seconds before retry.
caseflow_rspec_job (12, 0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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, 10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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, 10): spec/feature/reader/logs_controller_spec.rb#L37
Metrics::V2::LogsController pdf_page_render_time_in_ms Feature toggle enabled create a metric for pdf_page_render_time_in_ms Skipped: Temporarily disabled with xscenario
caseflow_rspec_job (12, 10): spec/models/validators/intake_start_validator_spec.rb#L24
IntakeStartValidator#validate when BGS shows a station conflict sets error_code "veteran_not_modifiable" when BGS shows a station conflict Skipped: Flaky test
caseflow_rspec_job (12, 10): spec/models/validators/intake_start_validator_spec.rb#L36
IntakeStartValidator#validate when BGS shows a station conflict for an Appeal intake user is on the BVA Intake team sets a veteran_not_modifiable error code Skipped: Flaky test
caseflow_rspec_job (12, 5)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 5)
Docker pull failed with exit code 1, back off 9.833 seconds before retry.
caseflow_rspec_job (12, 5)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 5): spec/feature/queue/correspondence/intake_form_persistence_spec.rb#L17
Persistence of the intake correspondence page step 1 creates a correspondence_intake record on page load Skipped: Temporarily skipped with xit
caseflow_rspec_job (12, 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 1)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 1)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 1): spec/jobs/fetch_all_active_legacy_appeals_job_spec.rb#L88
FetchAllActiveLegacyAppealsJob#find_and_create_appeal_state_for_active_legacy_appeals when there are both OPEN & CLOSED Legacy Appeals in the database only OPEN Legacy Appeal records will be added to the Appeal States table Skipped: Flaky test
caseflow_rspec_job (12, 1): spec/models/bgs_power_of_attorney_spec.rb#L42
BgsPowerOfAttorney record expirations by_file_number record is expired Skipped: Test is flaky
caseflow_rspec_job (12, 1): spec/models/bgs_power_of_attorney_spec.rb#L54
BgsPowerOfAttorney record expirations by_file_number record is not expired Skipped: Test is flaky
caseflow_rspec_job (12, 1): spec/models/bgs_power_of_attorney_spec.rb#L118
BgsPowerOfAttorney.find_or_create_by_claimant_participant_id when concurrent calls cause a race condition does not raise an error on unique constraint violation Skipped: Test is flaky
caseflow_rspec_job (12, 1): spec/models/bgs_power_of_attorney_spec.rb#L180
BgsPowerOfAttorney.find_or_create_by_file_number when concurrent calls cause a race condition does not raise an error on unique constraint violation Skipped: Test is flaky
caseflow_rspec_job (12, 6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 6): spec/feature/queue/correspondence/correspondence_details_response_letters_spec.rb#L50
Correspondence Details Response Letters Module Verifying Correspondence Details Response Letters page Verify the Add button for Response Letters in details page Skipped: Temporarily skipped with xit
caseflow_rspec_job (12, 6): spec/jobs/bgs_share_error_fix_job_spec.rb#L69
BgsShareErrorFixJob BGS::ShareError RIU when EPE has established_at date clears the BGS::ShareError on the RIU Skipped: flaky test
caseflow_rspec_job (12, 6): spec/jobs/bgs_share_error_fix_job_spec.rb#L75
BgsShareErrorFixJob BGS::ShareError RIU when EPE does not have established_at date does not clear the BGS::ShareError on the RIU Skipped: flaky test
caseflow_rspec_job (12, 6): spec/jobs/bgs_share_error_fix_job_spec.rb#L82
BgsShareErrorFixJob BGS::ShareError RIU when the RIU does not have the BGS::ShareError does not attempt to clear the error Skipped: flaky test
caseflow_rspec_job (12, 6)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
caseflow_rspec_job (12, 6)
Docker pull failed with exit code 1, back off 6.706 seconds before retry.
caseflow_rspec_job (12, 6)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 8)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L189
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues behaves like it_should_respond_with_legacy_present should respond with legacy_appeals_present Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L202
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues behaves like it_should_respond_with_associated_request_issues should respond with the associated request issues Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L242
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues behaves like it_should_respond_with_same_multiple_decision_issues_per_request_issue should respond with the same multiple decision issues per request issue Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L301
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_number_of_paginated_issues should only show number of request issues listed in the paginates_per value on first page Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L281
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_remaining_issues should only show remaining request issues on next page Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L261
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_page_1_when_page_0 should show page 1 when attempting to get page 0 Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L169
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_default_to_page_1 should default to page 1 Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L130
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_first_page_if_page_negatvie should show the first page if page is negative Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L150
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_last_page_if_page_larger_than_total should show last page if page larger than total Skipped: Flakey test
caseflow_rspec_job (12, 8): spec/support/shared_examples/requests/api/v3/issues/ama/shared_examples_request_issues_spec.rb#L111
Api::V3::Issues::Ama::VeteransController#show when feature is enabled when a veteran is found when there is no error when a veteran has a legacy appeal when a veteran has multiple decision issues with multiple request issues when number of request issues exceeds paginates_per value behaves like it_should_show_correct_total_number_of_pages_and_max_request_issues_per_page_on_per_change should show correct total number of pages and max request issues per page on per change Skipped: Flakey test
caseflow_rspec_job (12, 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 2): spec/feature/queue/ama_queue_workflow_spec.rb#L253
Attorney checkout flow AC 1.5 It passes the feature tests for adding a new issue appeal PACT Adding a new issue with PACT Skipped: No reason given
caseflow_rspec_job (12, 2): spec/feature/queue/ama_queue_workflow_spec.rb#L277
Attorney checkout flow AC 1.6 It passes the feature tests for adding a new issue appeal MST & PACT Adding a new issue with MST & PACT Skipped: No reason given
caseflow_rspec_job (12, 2)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 3): spec/feature/hearings/daily_docket/ro_viewhearsched_spec.rb#L8
Hearing Schedule Daily Docket for RO ViewHearSched User cannot view docket notes Skipped: Flaky test
caseflow_rspec_job (12, 3)
The process '/usr/bin/git' failed with exit code 128
caseflow_rspec_job (12, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
caseflow_rspec_job (12, 11): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately AMA appeal unscheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 11): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately AMA appeal scheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 11): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately Legacy appeal unscheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 11): spec/feature/queue/mail_task_spec.rb#L283
MailTasks Hearing Postponement Request Mail Task mark as complete ruling is granted schedule immediately Legacy appeal scheduled hearing sends proper notifications Skipped: test is failing in local env and github actions
caseflow_rspec_job (12, 11): spec/feature/queue/case_details_spec.rb#L680
Case details attorney case details view veteran records have been merged and Veteran has multiple active phone numbers in SHARE access the appeal's case details Skipped: This test fails in GHA but not locally
caseflow_rspec_job (12, 11): spec/feature/queue/case_details_spec.rb#L709
Case details when an appeal has some number of documents with reader role reader link appears on page and sends us to reader Skipped: Flaky test
caseflow_rspec_job (12, 11): vendor/bundle/ruby/2.7.0/gems/rswag-specs-2.13.0/lib/rswag/specs/example_group_helpers.rb#L143
api/v2/appeals /api/v2/appeals get successful returns a 200 response Skipped: No reason given
caseflow_rspec_job (12, 11)
The process '/usr/bin/git' failed with exit code 128
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
artifact
145 MB