You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constchar* const expected_dry_run_executor_warnings_regex = "Encountered a \"fence\" command while \"CELERITY_DRY_RUN_NODES\" is set. The result of this "
248
247
"operation will not match the expected output of an actual run.";
249
248
249
+
constchar* const expected_executor_progress_warnings_regex = "\\[executor\\] no progress for .* s, might be stuck.*";
0 commit comments