Commit c9c83a9
committed
roachtest/import: add concurrent import tests
Previously, the import-cancellation roachtest would load the entire
TPC-H dataset in parallel. When this test was ported over to the new,
fingerprint validating, import test we no longer needed to load the
entire dataset to validate the import was successful (the old test
simply ran the workload to ensure the data wasn't corrupt). For
simplicity at the time, this seemed fine, but it did lose the test of
concurrent imports into separate tables that the old test had. This
patch adds concurrency back to the import/cancellation test and adds a
separate import/concurrency test, both of which load three files in
parallel.
Fixes: #157242
Release note: None1 parent 930e2ef commit c9c83a9
1 file changed
+20
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
180 | 191 | | |
181 | 192 | | |
182 | 193 | | |
| |||
232 | 243 | | |
233 | 244 | | |
234 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
235 | 252 | | |
236 | 253 | | |
237 | 254 | | |
| |||
280 | 297 | | |
281 | 298 | | |
282 | 299 | | |
283 | | - | |
| 300 | + | |
284 | 301 | | |
285 | 302 | | |
286 | 303 | | |
| |||
0 commit comments