Skip to content

Commit

Permalink
roachtest: skip node distribution check on c2c/BulkOps
Browse files Browse the repository at this point in the history
Informs cockroachdb#123175

Release note: none
  • Loading branch information
msbutler committed May 10, 2024
1 parent 2b291be commit d771c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/roachtest/tests/cluster_to_cluster.go
Expand Up @@ -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),
},
Expand Down

0 comments on commit d771c78

Please sign in to comment.