Skip to content

Commit fd4a4c0

Browse files
committed
ci: Ignore another halting-process during 0dt upgrades
1 parent 0284e94 commit fd4a4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/python/materialize/cli/ci_annotate_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
# For tests we purposely trigger this error
176176
| skip-version-upgrade-materialized.* \| .* incompatible\ persist\ version\ \d+\.\d+\.\d+(-dev)?,\ current:\ \d+\.\d+\.\d+(-dev\.\d+)?,\ make\ sure\ to\ upgrade\ the\ catalog\ one\ version\ forward\ at\ a\ time
177177
# For 0dt upgrades
178-
| halting\ process:\ (unable\ to\ confirm\ leadership|fenced\ out\ old\ deployment;\ rebooting\ as\ leader|this\ deployment\ has\ been\ fenced\ out|dependency\ since\ frontier\ is\ empty\ while\ dependent\ upper\ is\ not\ empty)
178+
| halting\ process:\ (unable\ to\ confirm\ leadership|fenced\ out\ old\ deployment;\ rebooting\ as\ leader|this\ deployment\ has\ been\ fenced\ out|dependency\ since\ frontier\ is\ empty\ while\ dependent\ upper\ is\ not\ empty|code\ at\ version\ .*\ cannot\ read\ data\ with\ version)
179179
| zippy-materialized.* \| .* halting\ process:\ Server\ started\ with\ requested\ generation
180180
| there\ have\ been\ DDL\ that\ we\ need\ to\ react\ to;\ rebooting\ in\ read-only\ mode
181181
# Don't care for ssh problems

0 commit comments

Comments
 (0)