-
Notifications
You must be signed in to change notification settings - Fork 516
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
Curious (harmless?) error in the integration tests #2846
Comments
The block of code that logs these warnings is in the base_manager --> resolve_inbound_connection handler. So it happens for all types of connections. However, only did-exchange protocol saves did <--> verkey records. So the warning doesn't apply to any of the other connection protocols. Also, I'm not sure the did is ever saved for the sender so i'm not sure what that block of code is trying to do. I'm not going to remove it in case there's a usecase I'm not understanding. TLDR: This isn't really a warning. It only applies to did-exchange connections after the did <--> verkey record has be saved for the reciepient. |
I'm creating a small PR. I'll add @dbluhm as a reviewer. |
When reviewing the integration test suite logs, I noticed that messages like this occur 100 times per run:
Presumably that is not a concern as the tests passed, but wondered if it would worth a look to see if it is an issue.
A test where this appears is:
The text was updated successfully, but these errors were encountered: