APPEALS-26109: Metric Service Sentry Updates #4852
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
workflow.yml
on: pull_request
caseflow_jest_job
13m 6s
caseflow_lint_job
9m 44s
Matrix: caseflow_rspec_job
Annotations
18 errors and 33 warnings
caseflow_lint_job
Process completed with exit code 1.
|
caseflow_lint_job
Process completed with exit code 1.
|
caseflow_rspec_job (12, 6):
spec/controllers/idt/api/v2/distributions_controller_spec.rb#L117
Idt::Api::V2::DistributionsController#distribution when converting the distribution returns the expected converted response
Failure/Error: expect(response).to have_http_status(200)
expected the response to have status code 200 but it was 500
|
caseflow_rspec_job (12, 6)
Process completed with exit code 1.
|
caseflow_rspec_job (12, 2):
spec/services/etl/builder_spec.rb#L26
ETL::Builder#last_built returns timestamp of last build
Failure/Error: expect(build.built).to eq(96)
expected: 96
got: 102
(compared using ==)
|
caseflow_rspec_job (12, 2):
spec/services/etl/builder_spec.rb#L69
ETL::Builder#last_built updates aod_due_to_dob regardless of whether Appeal has been modified
Failure/Error: expect(build.built).to eq(96)
expected: 96
got: 102
(compared using ==)
|
caseflow_rspec_job (12, 2):
spec/services/etl/builder_spec.rb#L97
ETL::Builder#full BVA status distribution syncs all records
Failure/Error: expect(build.built).to eq(96)
expected: 96
got: 102
(compared using ==)
|
caseflow_rspec_job (12, 2):
spec/services/etl/builder_spec.rb#L145
ETL::Builder#incremental BVA status distribution syncs only records that have changed
Failure/Error: expect(build.built).to eq(93)
expected: 93
got: 99
(compared using ==)
|
caseflow_rspec_job (12, 2):
spec/lib/helpers/sanitized_json_exporter_spec.rb#L459
SanitizedJsonExporter/Importer Importer when given empty JSON to import returns nil
Failure/Error: expect(User.count).to eq 1
expected: 1
got: 3
(compared using ==)
|
caseflow_rspec_job (12, 2):
spec/lib/helpers/sanitized_json_exporter_spec.rb#L485
SanitizedJsonExporter/Importer Importer when given 1 appeal creates 1 appeal with associated records
Failure/Error: expect(User.count).to eq 1
expected: 1
got: 3
(compared using ==)
|
caseflow_rspec_job (12, 2):
spec/lib/helpers/sanitized_json_exporter_spec.rb#L624
SanitizedJsonExporter/Importer Importer when importing CAVC remand appeal creates CAVC and source appeal with associated records
Failure/Error: expect(User.count).to eq 8
expected: 8
got: 11
(compared using ==)
|
caseflow_rspec_job (12, 2)
Process completed with exit code 1.
|
caseflow_rspec_job (12, 11):
spec/seeds/users_spec.rb#L7
Seeds::Users#seed! creates all kinds of users and organizations
Failure/Error: expect(User.count).to eq(127)
expected: 127
got: 142
(compared using ==)
|
caseflow_rspec_job (12, 11)
Process completed with exit code 1.
|
caseflow_rspec_job (12, 7):
spec/controllers/case_reviews_controller_spec.rb#L390
CaseReviewsController Legacy appeal POST case_reviews/:task_id/complete Judge Case Review when no access to the legacy task should not be successful
Failure/Error: expect(Raven).to_not receive(:capture_exception)
(Raven).capture_exception(*(any args))
expected: 0 times with any arguments
received: 1 time with any arguments
|
caseflow_rspec_job (12, 7)
Process completed with exit code 1.
|
caseflow_rspec_job (12, 9)
The job running on runner ubuntu-8-cores-latest_921d1fa480aa has exceeded the maximum execution time of 45 minutes.
|
caseflow_rspec_job (12, 9)
The operation was canceled.
|
caseflow_lint_job
The process '/usr/bin/git' failed with exit code 128
|
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, 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, 5)
The process '/usr/bin/git' failed with exit code 128
|
caseflow_rspec_job (12, 5)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
|
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, 6)
No files were found with the provided path: ./log/bullet-6.log. No artifacts will be uploaded.
|
caseflow_rspec_job (12, 6)
The process '/usr/bin/git' failed with exit code 128
|
caseflow_rspec_job (12, 2)
The process '/usr/bin/git' failed with exit code 128
|
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, 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, 3):
spec/feature/api/v2/appeals_spec.rb#L69
Appeals API v2 Legacy Appeal list returns 404 if veteran with that SSN isn't found
Skipped: I believe this just returns an empty array
|
caseflow_rspec_job (12, 2):
spec/workflows/post_decision_motion_updater_spec.rb#L69
PostDecisionMotionUpdater#process when disposition is granted when vacate type is vacate and readjudication should create decision issues on new vacate
Skipped: Not yet implemented
|
caseflow_rspec_job (12, 2):
spec/feature/login_spec.rb#L108
Login with valid credentials
Skipped: This test sometimes fails because sessions do not persist across requests
|
caseflow_rspec_job (12, 2):
spec/feature/login_spec.rb#L118
Login logging out redirects to home page
Skipped: This test sometimes fails because sessions do not persist across requests
|
caseflow_rspec_job (12, 2):
spec/feature/login_spec.rb#L167
Login Single Sign On is down
Skipped: This test sometimes fails because it cannot find the expected text
|
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, 11)
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)
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, 7)
No files were found with the provided path: ./tmp/capybara. No artifacts will be uploaded.
|
caseflow_rspec_job (12, 7)
No files were found with the provided path: ./log/bullet-7.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, 4)
The process '/usr/bin/git' failed with exit code 128
|
caseflow_rspec_job (12, 9)
The process '/usr/bin/git' failed with exit code 128
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact
Expired
|
34.9 MB |
|