Commit 56059c9
test(conformance): seed fixture secrets + fix maximal probes for un-skip
Un-skipping surfaced fixture issues (the corpus had never actually run):
- maximal pinned readiness/liveness to /readyz + /healthz, which the agent's API
server doesn't serve — point them at /health (the real endpoint).
- gateways-all and profilestore-enabled reference gateway-token / Honcho-key
Secrets that the operator injects as non-optional secretKeyRef env, so a missing
Secret fails the pod with CreateContainerConfigError. Seed dummy Secrets
(tg/discord/slack/wa/sig tokens, honcho key, maximal extra-env) in the suite's
BeforeAll — a real deployment ships these alongside the instance; Ready only
needs the env to resolve.
minimal already passes Ready + 10x reconcile-idempotency against the republished
v0.16.0 image; these fixes extend that to the feature-rich entries.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 125b6ae commit 56059c9
2 files changed
Lines changed: 53 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
62 | 108 | | |
63 | 109 | | |
64 | 110 | | |
| |||
70 | 116 | | |
71 | 117 | | |
72 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
73 | 124 | | |
74 | 125 | | |
75 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments