Commit c6876ae
committed
tests: fix flaky 02350_views_max_insert_threads
According to the logs, stateless tests have concurrency
control enabled, and even --no-parallel not always helps
to acquire 10 threads for the query execution.
The fix is to disable concurrency control for the insert
query, to allow always plan max_threads for it.1 parent d8d648f commit c6876ae
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments