Commit cd04e03
committed
workloadccl: mark tpccmultidb as bigInitialData
We already skip `tpcc` in `bigInitialData`, and I think it was a mistake
that `tpccmultidb` wasn't marked in the same way. In particular, this
will make it so that we don't run some of the test cases.
The reason I was looking into this is that
`TestAllRegisteredSetup/tpccmultidb` took 9 minutes on CI with external
process mode. I couldn't quickly speed that up (e.g. exempting from rate
limiting didn't help), but skipping it will work just fine.
Release note: None1 parent d5712a7 commit cd04e03
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments