Skip to content

Commit

Permalink
Merge pull request #30796 from def-/pr-kafka-upsert
Browse files Browse the repository at this point in the history
Nightly fixes (December 11/12)
  • Loading branch information
def- authored Dec 12, 2024
2 parents ae748a2 + 871998b commit d26abc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/python/materialize/version_ancestor_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_ancestor_overrides_for_performance_regressions(

min_ancestor_mz_version_per_commit = dict()

if scenario_class_name in ("KafkaUpsertUnique", "ParallelIngestion"):
if scenario_class_name in ("KafkaUpsert", "KafkaUpsertUnique", "ParallelIngestion"):
# PR#30617 (storage/kafka: use separate consumer for metadata probing)
# adds 1s of delay to Kafka source startup
min_ancestor_mz_version_per_commit[
Expand Down
3 changes: 2 additions & 1 deletion test/terraform/mzcompose.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None:
nargs="*",
default=[
"array.td",
"cancel-subscribe.td" "char-varchar-distinct.td",
"cancel-subscribe.td",
"char-varchar-distinct.td",
"char-varchar-joins.td",
"char-varchar-multibyte.td",
"constants.td",
Expand Down

0 comments on commit d26abc0

Please sign in to comment.