Commit 2794f07
committed
roachtest/vecindex: Always download datasets when testing
Previously, the vecindex roachtest would use the vecann default of
attempting to reuse cached dataset files. This led to a situation where
a test runner apparently cached a truncated file, causing the test to
fail repeatedly when run from that runner. This patch changes the
behavior to always download the dataset, so the test doesn't repeatedly
flake.
Fixes: #157119
Release note: None1 parent 9510b99 commit 2794f07
File tree
2 files changed
+6
-3
lines changed- pkg
- cmd/roachtest/tests
- workload/vecann
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
136 | | - | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
182 | | - | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
0 commit comments