FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix Materialize CI by removing deprecated MZ_EAT_MY_DATA flag by mrigger · Pull Request #1302 · sqlancer/sqlancer · GitHub

Fix Materialize CI by removing deprecated MZ_EAT_MY_DATA flag - #1302

Merged
mrigger merged 1 commit into
mainfrom
fix-materialize-ci
Mar 26, 2026
Merged

Fix Materialize CI by removing deprecated MZ_EAT_MY_DATA flag#1302
mrigger merged 1 commit into
mainfrom
fix-materialize-ci

Conversation

mrigger commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

MZ_EAT_MY_DATA=1 is a deprecated env var from old Materialize versions that triggered an initialization path running CockroachDB-style SQL (SET CLUSTER SETTING sql.stats.forecasts.enabled = false), which is no longer valid in the current Materialize architecture.

Also add a pg_isready health check to ensure Materialize is accepting connections before tests run.

MZ_EAT_MY_DATA=1 is a deprecated env var from old Materialize versions
that triggered an initialization path running CockroachDB-style SQL
(SET CLUSTER SETTING sql.stats.forecasts.enabled = false), which is no
longer valid in the current Materialize architecture.

Also add a pg_isready health check to ensure Materialize is accepting
connections before tests run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mrigger merged commit 46813b5 into main Mar 26, 2026
16 of 26 checks passed
mrigger deleted the fix-materialize-ci branch March 26, 2026 14:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL