-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
Rendezvous peer discovery is not functioning as expected.
When running the rendezvous tests, nodes fail to discover peers through the rendezvous mechanism, which contradicts the assumptions outlined in Rendezvous FURPS spec.
To reproduce
Use the test branch:
logos-messaging/logos-messaging-interop-tests#132
and check test test_basic_rendezvous_register_and_discover
Expected behavior
Node3 should discover at least one peer via rendezvous.
Actual behavior
Node3 discovers zero peers, causing the assertion to fail.
Logs / Screenshots
Example test failure:
``` Node3 peers count is : [] AssertionError: No peers discovered via Rendezvous ```
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done