-
Notifications
You must be signed in to change notification settings - Fork 814
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
sc-authority-discovery: test addresses_to_publish_respects_existing_p2p_protocol
broken
#3887
Comments
Most likely the test started failing after my PR #3757. I don't know how it sneaked in, probably because it was disabled in the CI. #3757 changes the logic so that the I don't think the test makes sense in it's current form. I will create a PR to fix/remove the test and, additionally, to generate an error if it happens that the external address reported by the network backend contains PeerId different to the one of the node (with the libp2p network backend external addresses do not contain any |
We should be able to merge #3885 once your fix is merged in master. |
…authority-discovery (paritytech#3895) Fixes paritytech#3887.
---- worker::tests::addresses_to_publish_respects_existing_p2p_protocol stdout ----
thread 'worker::tests::addresses_to_publish_respects_existing_p2p_protocol' panicked at substrate/client/authority-discovery/src/worker/tests.rs:739:5:
assertion
left == right
failed: Expected Multiaddr fromTestNetwork
to not be altered.left: ["/ip6/2001:db8::/tcp/30333/p2p/QmcgpsyWgH8Y8ajJz1Cu72KnS5uo2Aa2LpzU7kinSupNKC"]
right: ["/ip6/2001:db8::/tcp/30333/p2p/12D3KooWNpFd1iMHjm3Q5gqQs4uJufVTDM7GY4aMcFueTWafHkyt"]
fails with #3885
The text was updated successfully, but these errors were encountered: