Improve CmpDocument Model Validations #22955
Annotations
10 errors and 7 warnings
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
RSpec via knapsack_pro Queue Mode:
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 ==)
|
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/
|
Post Run actions/checkout@v3
The process '/usr/bin/git' failed with exit code 128
|
RSpec via knapsack_pro Queue Mode:
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
|
RSpec via knapsack_pro Queue Mode:
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
|
RSpec via knapsack_pro Queue Mode:
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
|
RSpec via knapsack_pro Queue Mode:
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
|
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/
|
Loading