Skip to content

Commit 3cb5e49

Browse files
committed
roachtest: deflake c2c/mixed-version
Previously, this test flakes because of CPU overload, which can cause different failure modes. To address this, this patch gives more CPU cores to nodes in the cluster. Fixes: #146500 Fixes: #148580 Release note: None
1 parent 79e136a commit 3cb5e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/mixed_version_c2c.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func registerC2CMixedVersions(r registry.Registry) {
5050
r.Add(registry.TestSpec{
5151
Name: "c2c/mixed-version",
5252
Owner: registry.OwnerDisasterRecovery,
53-
Cluster: r.MakeClusterSpec(sp.dstNodes+sp.srcNodes+1, spec.WorkloadNode()),
53+
Cluster: r.MakeClusterSpec(sp.dstNodes+sp.srcNodes+1, spec.WorkloadNode(), spec.CPU(8)),
5454
CompatibleClouds: sp.clouds,
5555
Suites: registry.Suites(registry.MixedVersion, registry.Nightly),
5656
Monitor: true,

0 commit comments

Comments
 (0)