Commit 2d5df63
Fix error filtering in race condition test
The `filter_expected_errors` function was not properly filtering all expected
errors during the race condition:
1. "UNKNOWN_TABLE" didn't match the actual error message "Unknown table
expression identifier" - changed to "Unknown table"
2. Code 279 errors (`ALL_CONNECTION_TRIES_FAILED`) were not filtered at all -
added filters for "All connection tries failed" and "connect to any replica"
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent bfdd8cc commit 2d5df63
File tree
1 file changed
+4
-2
lines changed- tests/queries/0_stateless
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments