Commit 9bfbb28
Merge #155115
155115: compose/compare: disable DO blocks r=yuzefovich a=yuzefovich
We just saw a stack overflow due to an infinite recursion when evaluating top-level DO block which has an inner DO block and some loops. I couldn't reproduce the failure, but this test doesn't make it easy (e.g. it doesn't log CREATE TABLE stmts), so we'll just disable DO blocks specifically for this test, hoping that other tests will reproduce the issue.
Fixes: #155036.
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments