Skip to content

bug: Rendezvous peer discovery is not functioning #3549

@AYAHASSAN287

Description

@AYAHASSAN287

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 working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions