Skip to content

Commit 5a7cd37

Browse files
authored
Merge pull request #160453 from yuzefovich/blathers/backport-release-24.3-160209
release-24.3: workloadccl: mark tpccmultidb as bigInitialData
2 parents 60b41ce + 91e9efb commit 5a7cd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ccl/workloadccl/allccl/all_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
func bigInitialData(meta workload.Meta) bool {
3636
switch meta.Name {
37-
case `tpcc`, `tpch`, `tpcds`:
37+
case `tpcc`, `tpch`, `tpcds`, `tpccmultidb`:
3838
return true
3939
default:
4040
return false

0 commit comments

Comments
 (0)