-
Notifications
You must be signed in to change notification settings - Fork 17
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
restore triple/presignature generation condition and optimize triple persistence #466
Conversation
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.
Looks good @ChaoticTempest!
Terraform Feature Environment (dev-466)Terraform Initialization ⚙️
|
Terraform Feature Environment Destroy (dev-466)Terraform Initialization ⚙️
|
4.1) check that during triple generation, triple persistence work as expected
4.2) check that during triple deletion, e.g. take_two(), triple persistence work as expected. There's an edge case where it could happen that one triple is deleted from datastore but not removed locally in take_two(), this should not cause correctness issue because repeatedly deleting triples from datastore won't err out.