-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
83846 disability benefits migrate 0781 a uploads to lighthouse #19231
Merged
ajones446
merged 7 commits into
master
from
83846-disability-benefits-migrate-0781A-uploads-to-lighthouse
Nov 4, 2024
Merged
83846 disability benefits migrate 0781 a uploads to lighthouse #19231
ajones446
merged 7 commits into
master
from
83846-disability-benefits-migrate-0781A-uploads-to-lighthouse
Nov 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
va-vfs-bot
temporarily deployed
to
83846-disability-benefits-migrate-0781A-uploads-to-lighthouse/main/main
November 1, 2024 21:58
Inactive
ajones446
force-pushed
the
83846-disability-benefits-migrate-0781A-uploads-to-lighthouse
branch
from
November 4, 2024 15:12
1f3deb1
to
a36db9b
Compare
Generated by 🚫 Danger |
…loads-to-lighthouse
ajones446
changed the title
[WIP] 83846 disability benefits migrate 0781 a uploads to lighthouse
83846 disability benefits migrate 0781 a uploads to lighthouse
Nov 4, 2024
4 tasks
SamStuckey
approved these changes
Nov 4, 2024
github-actions
bot
added
require-backend-approval
and removed
require-backend-approval
labels
Nov 4, 2024
github-actions
bot
added
require-backend-approval
and removed
require-backend-approval
labels
Nov 4, 2024
rmtolmach
approved these changes
Nov 4, 2024
Backend-review-group approval confirmed. |
ajones446
deleted the
83846-disability-benefits-migrate-0781A-uploads-to-lighthouse
branch
November 4, 2024 21:52
9 tasks
SamStuckey
pushed a commit
that referenced
this pull request
Nov 7, 2024
* Specs for 0781 upload job migration to lighthouse * Spec cleanup * Specs for 0781a LH migration * Specs for 0781/a EVSS path * Specs for 0781 logging and polling * Specs for 0781/a error handling
pennja
pushed a commit
that referenced
this pull request
Nov 8, 2024
* Specs for 0781 upload job migration to lighthouse * Spec cleanup * Specs for 0781a LH migration * Specs for 0781/a EVSS path * Specs for 0781 logging and polling * Specs for 0781/a error handling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is a follow-up to #19186, which is the base PR that will allow us to progressively transition uploading 0781 forms to the new Lighthouse Documents Benefits API. This PR only adds specs to test the multiple conditions of uploading the 0781 and 0781a forms. The submit0781 job processes both forms 0781 and 0781a, if present.
All new behavior is hidden behind a killswitch flipper,
disability_compensation_use_api_provider_for_0781_uploads
, which will only use the API provider if turned on.If the killswitch is enabled, the API Provider Factory itself will decide if we use the Lighthouse or EVSS provider client for the uploads, based on the status of the
disability_compensation_upload_0781_to_lighthouse
flipper.Summary
Disability Benefits team 2, aka Carbs; yes we do own the maintenance of these components
A certain amount of submissions will fail on upload to Lighthouse just as they do to EVSS now - it's the same underlying system; however we will be on the look out for new errors that expose bugs on our side or in Lighthouse's benefits documents API.
Related issue(s)
Testing done
This feature will be tested extensively on staging before release. It will be rolled out incrementally based on a percentage of production users, starting at 1%. All 0781 upload attempts will be logged and monitored.
What areas of the site does it impact?
(Describe what parts of the site are impacted andifcode touched other areas)
Acceptance criteria
Requested Feedback
This is a lot of lines, but it is all within one spec file with considerable test setup and descriptions.