Description
The e2e test E3: environment variables are available in hooks in e2e/test/hooks_test.go fails intermittently, primarily on arm64 but also on amd64 runners.
Frequency
4 failures across 3 branches in the last 7 days (May 26 – Jun 3, 2026).
Error
The test fails within the hooks test group. Because it runs in an ordered container, subsequent tests in the group are skipped.
[FAIL] Hooks E2E Tests Group E: j Commands in Hooks [It] E3: environment variables are available in hooks [hooks]
Affected runs (sample)
Impact
Blocks e2e gate check. Cascades to skip all subsequent hooks tests in the ordered container.
Likely cause
Timing-dependent — the test relies on hook process lifecycle and gRPC state that varies under CI load. The exporter may not have fully propagated environment variables before the hook executes.
Description
The e2e test
E3: environment variables are available in hooksine2e/test/hooks_test.gofails intermittently, primarily on arm64 but also on amd64 runners.Frequency
4 failures across 3 branches in the last 7 days (May 26 – Jun 3, 2026).
Error
The test fails within the hooks test group. Because it runs in an ordered container, subsequent tests in the group are skipped.
Affected runs (sample)
Impact
Blocks e2e gate check. Cascades to skip all subsequent hooks tests in the ordered container.
Likely cause
Timing-dependent — the test relies on hook process lifecycle and gRPC state that varies under CI load. The exporter may not have fully propagated environment variables before the hook executes.