From 698ef109c8f1c7d298ad4d70fdd7636255a7ac69 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Wed, 1 May 2024 11:25:41 -0400 Subject: [PATCH] roachtest: skip node distribution check on c2c/BulkOps Informs #123175 Release note: none --- pkg/cmd/roachtest/tests/cluster_to_cluster.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/cmd/roachtest/tests/cluster_to_cluster.go b/pkg/cmd/roachtest/tests/cluster_to_cluster.go index 25840f1fcefc..5215123e4642 100644 --- a/pkg/cmd/roachtest/tests/cluster_to_cluster.go +++ b/pkg/cmd/roachtest/tests/cluster_to_cluster.go @@ -1257,6 +1257,9 @@ func registerClusterToCluster(r registry.Registry) { // replanning and distributed catch up scans fix the poor initial plan. If // max accepted latency doubles, then there's likely a regression. maxAcceptedLatency: 1 * time.Hour, + // Skipping node distribution check because there is little data on the + // source when the replication stream begins. + skipNodeDistributionCheck: true, clouds: registry.AllExceptAWS, suites: registry.Suites(registry.Nightly), },