coldstart gate: A4 redirect assertion false-SKIPs on platforms that DO ship the middleware #73

Closed
opened 2026-07-02 15:16:12 +00:00 by plat · 0 comments
Owner

Run 8 (PR #72 gate, green) skipped A4 with "no redirect-to-https middleware present (pre-#64 platform)" — but the germinated seed was the released 0.7.6 train whose gitops bundle verifiably carries the file-provider middleware (and val076 asserted the full redirect matrix on the same composition). The detector is misidentifying the platform: likely probing the wrong object (a Middleware CR — the #64 fix ships it via traefik chart extraObjects under providers.file, so detection should probe the traefik HelmRelease values or the live :80 behavior itself, not a CRD instance). Impact: a real #64 regression would silently SKIP instead of FAIL in CI. Fix: detect via the helmrelease values (grep redirect-to-https) or probe http://traefik web entrypoint behavior directly and only SKIP when the VALUES lack the middleware. Log evidence: vxrail ~/ci-gate-logs/run8-gate.log.

Run 8 (PR #72 gate, green) skipped A4 with "no redirect-to-https middleware present (pre-#64 platform)" — but the germinated seed was the released 0.7.6 train whose gitops bundle verifiably carries the file-provider middleware (and val076 asserted the full redirect matrix on the same composition). The detector is misidentifying the platform: likely probing the wrong object (a Middleware CR — the #64 fix ships it via traefik chart extraObjects under providers.file, so detection should probe the traefik HelmRelease values or the live :80 behavior itself, not a CRD instance). Impact: a real #64 regression would silently SKIP instead of FAIL in CI. Fix: detect via the helmrelease values (grep redirect-to-https) or probe http://traefik web entrypoint behavior directly and only SKIP when the VALUES lack the middleware. Log evidence: vxrail ~/ci-gate-logs/run8-gate.log.
plat closed this issue 2026-07-02 15:37:47 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
open-platform/mitosis#73
No description provided.