From c9b2f4926803f78a67dece7a62258ae417cc5b93 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Mon, 20 Jul 2026 13:16:45 +0000 Subject: [PATCH] ci: Nightly fixes (2026-07-20) Based on https://buildkite.com/materialize/nightly/builds/17443 --- .../materialize/parallel_workload/parallel_workload.py | 7 +++++-- test/launchdarkly-flag-consistency/mzcompose.py | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/misc/python/materialize/parallel_workload/parallel_workload.py b/misc/python/materialize/parallel_workload/parallel_workload.py index 358359b1fe90e..3bdecddac148f 100644 --- a/misc/python/materialize/parallel_workload/parallel_workload.py +++ b/misc/python/materialize/parallel_workload/parallel_workload.py @@ -515,8 +515,10 @@ def print_stats( # attempt when it is rare and the run is DDL-heavy, e.g. SwapSchema), and # the replacement lifecycle refusing a second or a sealed replacement # (ReplaceMaterializedView, whose replacements pile up unfinalized in the - # workload). Tracked separately so such actions don't trip the - # broken-action assertion below. + # workload). "unknown cluster 'dont_exist'" comes from FlipFlags setting the + # default cluster to a nonexistent one to hunt for panics, so any action + # needing a cluster fails with it while that flag is live. Tracked + # separately so such actions don't trip the broken-action assertion below. noise = { "must be owner of", "permission denied for", @@ -524,6 +526,7 @@ def print_stats( "another session modified the catalog while this DDL transaction was open", "because it already has a replacement", "is sealed and thus cannot be replaced", + "unknown cluster 'dont_exist'", } if scenario == Scenario.Rename: # Concurrent renames invalidate the qualified names an action captured diff --git a/test/launchdarkly-flag-consistency/mzcompose.py b/test/launchdarkly-flag-consistency/mzcompose.py index 3dcd0997cf86d..ee11e4d22f5a1 100644 --- a/test/launchdarkly-flag-consistency/mzcompose.py +++ b/test/launchdarkly-flag-consistency/mzcompose.py @@ -538,6 +538,7 @@ KNOWN_CROSS_ENV_DIVERGENCES: set[str] = set(""" allow_real_time_recency allowed_cluster_replica_sizes + column_paged_batcher_budget_fraction compute_dataflow_max_inflight_bytes compute_peek_response_stash_threshold_bytes compute_subscribe_snapshot_optimization