Skip to content

Commit

Permalink
Merge pull request #22772 from philip-stoev/ci-add-coordinator-is-stuck
Browse files Browse the repository at this point in the history
ci: Add 'Coordinator is stuck' to ci-logged-errors-detect
  • Loading branch information
philip-stoev authored Oct 31, 2023
2 parents 5e827ea + d660458 commit 4ae47b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/python/materialize/cli/ci_logged_errors_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
| clusterd:\ fatal: # startup failure
| error:\ Found\ argument\ '.*'\ which\ wasn't\ expected,\ or\ isn't\ valid\ in\ this\ context
| unrecognized\ configuration\ parameter
| Coordinator is stuck
)
""",
re.VERBOSE,
Expand Down

0 comments on commit 4ae47b3

Please sign in to comment.