Commit f2b42ce
Fix Materialize CI by removing deprecated MZ_EAT_MY_DATA flag
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 <[email protected]>1 parent 32b0fd3 commit f2b42ce
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
| 396 | + | |
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| |||
417 | 418 | | |
418 | 419 | | |
419 | 420 | | |
420 | | - | |
| 421 | + | |
| 422 | + | |
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| |||
0 commit comments