-
Notifications
You must be signed in to change notification settings - Fork 28
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
Pkarr panics with infallible
#131
Comments
I can look into it and try to replicate it with an MRE, but in the meantime, the obvious solution for you is to:
I see you are using a main net client with both networks (default) here. You might find it helpful to see how Pkarr crate do tests like these https://github.com/pubky/pkarr/blob/main/pkarr/src/client/tests.rs#L22 |
Removing relays worked thx |
Nuhvi
added a commit
to Nuhvi/pkarr
that referenced
this issue
Feb 25, 2025
closes pubky#131 InflightPublishRequests::done() had a bug caclulating the number of errors
Nuhvi
added a commit
to Nuhvi/pkarr
that referenced
this issue
Feb 25, 2025
closes pubky#131 InflightPublishRequests::done() had a bug caclulating the number of errors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently updating pkdns to pkarr v3.5.0.
One of my tests fails occasionally with
There seems to be an unhandled
.expect("infallible")
that needs attention.How to reproduce: Running this test alone is no problem. Only when I run the whole test suite
cargo test
in my PR the problem shows up.The text was updated successfully, but these errors were encountered: