You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(deploy): add mig-068 scale-to-zero columns to redeploy sqlmock rows
FindActiveDeploymentByTeamEnvName / ByAppID now scan 33 columns after mig 068
added last_activity_at, scaled_to_zero, always_on to deployments. The redeploy
in-place mock rows still provided 30, so scanDeployment failed with
"expected 30 destination arguments in Scan, not 33" and reded
TestDeployNew_Redeploy_WrongTeam_DefenceInDepth and
TestDeployNew_Redeploy_UpdateStatusError_StillAccepts.
Extend deploymentColumnsList + every AddRow tuple in this file (7 mock rows
across the ByTeamEnvName and ByAppID query paths) with the 3 new columns in
the model's Scan order: sql.NullTime{}, false, false.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments