You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
157863: roachtest/import: add concurrent import tests r=mw5h a=mw5h
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: None
Co-authored-by: Matt White <matt.white@cockroachlabs.com>
0 commit comments