Commit e407a4e
committed
compose/compare: disable DO blocks
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.
Release note: None1 parent aa0ff2b commit e407a4e
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