Skip to content

testdrive: add built-in mz_system and materialize connections#37871

Draft
def- wants to merge 2 commits into
MaterializeInc:mainfrom
def-:testdrive-builtin-connections
Draft

testdrive: add built-in mz_system and materialize connections#37871
def- wants to merge 2 commits into
MaterializeInc:mainfrom
def-:testdrive-builtin-connections

Conversation

@def-

@def- def- commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

postgres-execute now resolves the bare connection names mz_system and materialize without a prior postgres-connect registration. The connection is established lazily on first use and cached like an explicitly registered one, and an explicit postgres-connect with the same name still takes precedence. Remove the now-redundant registration lines from the .td files that carried them.

Closes: QAR-138

def- and others added 2 commits July 24, 2026 18:18
postgres-execute now resolves the bare connection names mz_system and
materialize without a prior postgres-connect registration. The connection
is established lazily on first use and cached like an explicitly
registered one, and an explicit postgres-connect with the same name still
takes precedence. Remove the now-redundant registration lines from the
.td files that carried them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Follow-up to the built-in mz_system connection: remove the redundant
postgres-connect lines from testdrive scripts generated by python
(feature benchmark, launchdarkly, restart, bounded-memory, limits,
sql-feature-flags) and note the built-in in the mz-limits-test skill.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01R6RVHc3WjGJzsQVZckR5Bu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant