Skip to content

Commit 97d9a58

Browse files
committed
roachtest: remove 2TB import backup test
With our 30k TPCC backup fixtures roachtest already in place, the 2TB import backup roachtest is largely redundant. This removes the test from our test suite. Epic: None Release note: None
1 parent d9bb9ff commit 97d9a58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cmd/roachtest/tests/backup.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ func initBulkJobPerfArtifacts(testName string, timeout time.Duration) (func(), *
308308
}
309309

310310
func registerBackup(r registry.Registry) {
311+
<<<<<<< HEAD
311312
backup2TBSpec := r.MakeClusterSpec(10)
312313
r.Add(registry.TestSpec{
313314
Name: fmt.Sprintf("backup/2TB/%s", backup2TBSpec),
@@ -364,6 +365,8 @@ func registerBackup(r registry.Registry) {
364365
},
365366
})
366367

368+
=======
369+
>>>>>>> f56e055ffd3 (roachtest: remove 2TB import backup test)
367370
// Skip running on aws because the roachtest env does not have the proper
368371
// credentials. See 127062
369372
for _, cloudProvider := range []spec.Cloud{spec.GCE} {

0 commit comments

Comments
 (0)