-
Notifications
You must be signed in to change notification settings - Fork 8
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
🐛 "Timeout waiting for endorser to accept the revocations request" #905
Labels
bug
Something isn't working
Comments
Sample relevant ledger-nodes warning (client error):
Sample error in multitenant-agent:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our end-to-end tests for proving revoked credentials will every now and then fail with:
Additionally, when we attempt to assert that a revoked credential returns
valid: False
in a proof request flow, if the proof is done too soon after revocation is submitted, it may not reflect on the ledger or tails-server in time, resulting in:So, the objective should be to make these functions and tests more resilient to timeouts or race conditions, to reduce spurious test errors, but also to be able to more surely guarantee desired functionality to clients.
The text was updated successfully, but these errors were encountered: