Reproduction
Current next (76d43073ed82ebb1a9c0fc7e7907e8785229ed6a) and Draft PR #339 reproduce this in CI run 30290906878. A blob comparison shows #339 does not modify this gate or its inputs, so this is tracked as a next baseline failure.
Run the CI test job on next through the migration/schema-drift gate.
Expected
The checked migration chain and generated Drizzle schema converge with zero pending DDL.
Actual
The gate reports DRIFT DETECTED: 11 statement(s) and stops before the complete unit suite.
Scope
Reconcile the canonical migration/schema inputs and keep the drift gate fail-closed. This issue is separate from #339, which changes no database or workflow input.
Reproduction
Current
next(76d43073ed82ebb1a9c0fc7e7907e8785229ed6a) and Draft PR #339 reproduce this in CI run 30290906878. A blob comparison shows #339 does not modify this gate or its inputs, so this is tracked as anextbaseline failure.Run the CI
testjob onnextthrough the migration/schema-drift gate.Expected
The checked migration chain and generated Drizzle schema converge with zero pending DDL.
Actual
The gate reports
DRIFT DETECTED: 11 statement(s)and stops before the complete unit suite.Scope
Reconcile the canonical migration/schema inputs and keep the drift gate fail-closed. This issue is separate from #339, which changes no database or workflow input.