Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
124933: roachtest: skip node distribution check on c2c/BulkOps r=dt a=msbutler

Fixes cockroachdb#123175

Release note: none

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Jun 2, 2024
2 parents 025f03d + 78f67c9 commit c84a895
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/cmd/roachtest/tests/cluster_to_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,11 @@ 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,
clouds: registry.AllExceptAWS,
suites: registry.Suites(registry.Nightly),
// 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),
},
{
name: "c2c/BulkOps/singleImport",
Expand Down

0 comments on commit c84a895

Please sign in to comment.