Commit de6fa3a
committed
backfill: skip external tenant under deadlock in vector backfill test
`TestVectorIndexMergingDuringBackfillWithPrefix` is rather intensive,
and we've seen a couple of failures due to general overload in the
external-process mode under deadlock, so we'll just disable that mode
under deadlock. Alternative idea I had was to exempt the tenant from
rate limiting, but I wasn't able to reproduce the failure on gceworker,
so I couldn't verify that it worked and decided to not go with it.
Release note: None1 parent 3b2811c commit de6fa3a
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
349 | 356 | | |
350 | 357 | | |
351 | 358 | | |
| |||
357 | 364 | | |
358 | 365 | | |
359 | 366 | | |
| 367 | + | |
360 | 368 | | |
361 | 369 | | |
362 | 370 | | |
| |||
0 commit comments