Commit 04a6652
Merge #155028
155028: sql/tests: ignore known issue in TestRandom* r=yuzefovich a=yuzefovich
We recently extended sqlsmith to generate DO blocks. This made some TestRandom* tests fail because - due to a known issue - DO blocks might not round-trip through Format -> Parse cycle like we generally expect for all stmts. Until the known issue is fixed, we exempt DO blocks from this check.
Additionally, this commit adds a common error I saw in the logs to the set of ignored errors.
Touches: #126727.
Fixes: #154807.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
| |||
629 | 640 | | |
630 | 641 | | |
631 | 642 | | |
| 643 | + | |
632 | 644 | | |
633 | 645 | | |
634 | 646 | | |
| |||
0 commit comments