-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Context & versions
- Network: preprod
- Config:
PEER_DISCOVERY=trueenabled
Steps to reproduce
- Start docker-compose with
PEER_DISCOVERY=true - Call
/network/statusendpoint immediately after startup - Wait 1 minute (initial PeerDiscoveryJob delay)
- Call
/network/statusagain - Observe peers response over time
Actual behavior
- Initially (first hour): only bootstrap peer returned (
preprod-node.play.dev.cardano.org:3001) - yaci-indexer endpoint
/api/v1/rosetta/peersreturns empty array[] - After extended wait (~1 hour): dynamic peers eventually populate
- Test
test_peer_list_contains_dynamic_entriescurrently fails in CI due to excessive wait time
Expected behavior
- Dynamic peers should populate within reasonable time (1-2 minutes) after initial delay
- Test should pass without requiring multi-hour wait
/network/statusshould return discovered peers shortly after peer discovery job runs
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Ready