Skip to content

Commit 59dca2b

Browse files
def-ptravers
authored andcommitted
WIP: SQL Server testing
1 parent 4eb821e commit 59dca2b

File tree

84 files changed

+5586
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5586
-9
lines changed

ci/nightly/pipeline.template.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,16 @@ steps:
695695
queue: hetzner-aarch64-4cpu-8gb
696696
# the mzbuild postgres version will be used, which depends on the Dockerfile specification
697697

698+
- id: sql-server-cdc-old-syntax
699+
label: SQL Server CDC tests (before source versioning)
700+
depends_on: build-x86_64
701+
timeout_in_minutes: 60
702+
plugins:
703+
- ./ci/plugins/mzcompose:
704+
composition: sql-server-cdc-old-syntax
705+
agents:
706+
queue: hetzner-x86-64-4cpu-8gb
707+
698708
- id: pg-cdc-migration
699709
label: Postgres CDC source-versioning migration tests
700710
depends_on: build-aarch64
@@ -716,6 +726,16 @@ steps:
716726
agents:
717727
queue: hetzner-aarch64-8cpu-16gb
718728

729+
- id: sql-server-cdc-resumption-old-syntax
730+
label: SQL Server CDC resumption tests (before source versioning)
731+
depends_on: build-x86_64
732+
timeout_in_minutes: 60
733+
plugins:
734+
- ./ci/plugins/mzcompose:
735+
composition: sql-server-cdc-resumption-old-syntax
736+
agents:
737+
queue: hetzner-x86-64-4cpu-8gb
738+
719739
- id: pg-rtr-old-syntax
720740
label: Postgres RTR tests (before source versioning)
721741
depends_on: build-aarch64

misc/python/materialize/mzcompose/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def get_minimal_system_parameters(
110110
"enable_reduce_mfp_fusion": "true",
111111
"enable_refresh_every_mvs": "true",
112112
"enable_cluster_schedule_refresh": "true",
113+
"enable_sql_server_source": "true",
113114
"enable_statement_lifecycle_logging": "true",
114115
"enable_compute_temporal_bucketing": "true",
115116
"enable_variadic_left_join_lowering": "true",

0 commit comments

Comments
 (0)