-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Explicit Commit, Dynamo Equivalence Check, and Temporary and Permanent Error Distinctions #179
Add Explicit Commit, Dynamo Equivalence Check, and Temporary and Permanent Error Distinctions #179
Conversation
aeee36c
to
2368408
Compare
…ve-intl/challenge-bypass-server into feature/dynamo-duplicate-distinction
3aee845
to
1329db6
Compare
Linting corrections, test corrections.
0796108
to
0c9f202
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Walking through the batch pipeline processing, it might be a good call to have some tests that fully excercise a working environment to prove out that there will not be any issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, changed my mind. I would like to see this working in a full test. I think using interfaces would make it easier to test, like an interface for a processor.
Since this is a big change, and we are about to deploy to production the kafka implementation for tlv2, I think it would be best to wait to merge this until after we merge the issuer rotation fix and get that deployed. my 2c
…ub.com:brave-intl/challenge-bypass-server into feature/temporary-permanent-error-distinctions
@husobee What do you have in mind for a full test? I can implement unit tests for a lot of this behavior, but the kafka integration really needs to run with a proper kafka cluster and that's complicated to get into a test. |
we can use the skus-sdk end to end testing functionality to test the signing flow. will setup a test for this. |
No description provided.