We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9794876 commit 68a141cCopy full SHA for 68a141c
nexus/tests/integration_tests/multicast/groups.rs
@@ -1045,6 +1045,9 @@ async fn test_source_ip_validation_on_join(
1045
"List endpoint should also return source_ips as union"
1046
);
1047
1048
+ // Wait for reconciler to sync all member sources to DPD
1049
+ wait_for_multicast_reconciler(&cptestctx.lockstep_client).await;
1050
+
1051
// Verify DPD external group contains the union of sources
1052
let multicast_ip: IpAddr = ssm_ip.parse().unwrap();
1053
let dpd_response = dpd_client(cptestctx)
0 commit comments