Commit 9b6dfca
ci: G1 — real-daemon integration lane (spec G1) (#17)
Add the `integration` CI job: `go test -tags=integration -race ./...` against
ubuntu-latest's Docker. This activates the //go:build integration tests already
written for internal/{docker,health,hooks} (read-only ContainerInspect/Logs,
the readiness Poll over healthy+unhealthy containers, and a real `compose exec`
hook), which until now ran only locally. Tests self-isolate with per-run names
(devstack-it-<pid>) + t.Cleanup teardown and skip gracefully if the daemon is
unreachable.
This is also the isolation foundation the saga daemon e2e (C5) needs — the
follow-up parameterizes the shared network/prefix so the saga test never touches
a real devstack_shared. macOS + config-conformance lanes are noted as the next
placeholders (G2).
Verified the full integration suite green locally against Engine 29.5.3.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 82d9c15 commit 9b6dfca
1 file changed
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
117 | 136 | | |
118 | 137 | | |
119 | | - | |
| 138 | + | |
| 139 | + | |
0 commit comments