Skip to content

Commit 68a141c

Browse files
[minor] missing wait
1 parent 9794876 commit 68a141c

File tree

1 file changed

+3
-0
lines changed
  • nexus/tests/integration_tests/multicast

1 file changed

+3
-0
lines changed

nexus/tests/integration_tests/multicast/groups.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,9 @@ async fn test_source_ip_validation_on_join(
10451045
"List endpoint should also return source_ips as union"
10461046
);
10471047

1048+
// Wait for reconciler to sync all member sources to DPD
1049+
wait_for_multicast_reconciler(&cptestctx.lockstep_client).await;
1050+
10481051
// Verify DPD external group contains the union of sources
10491052
let multicast_ip: IpAddr = ssm_ip.parse().unwrap();
10501053
let dpd_response = dpd_client(cptestctx)

0 commit comments

Comments
 (0)