You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test endpoint::tests::save_load_peers ... FAILED
failures:
failures:
endpoint::tests::save_load_peers
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 106 filtered out; finished in 11.83s
--- STDERR: iroh-net endpoint::tests::save_load_peers ---
thread 'endpoint::tests::save_load_peers' panicked at iroh-net\src\endpoint.rs:1302:82:
called `Option::unwrap()` on a `None` value
The flakyness here is a race condition between the NodeMap loading the peers from the file and the test requesting this info. It will likely be solved by #2510 and is probably best to address there.
https://github.com/n0-computer/iroh/actions/runs/9939026148/job/27452760889
The text was updated successfully, but these errors were encountered: