cli/pkg/container
Snider 74c1b46f78 fix(container): fix flaky test temp directory cleanup race
Use manual temp directory management with time.Sleep before cleanup
to avoid race condition where state file writes race with t.TempDir's
automatic cleanup.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 04:06:03 +00:00
..
templates feat(container): add LinuxKit YAML templates with variable substitution 2026-01-28 18:59:45 +00:00
container.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
hypervisor.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
hypervisor_test.go test: increase coverage across packages 2026-01-29 13:19:08 +00:00
linuxkit.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
linuxkit_test.go fix(container): fix flaky test temp directory cleanup race 2026-02-01 04:06:03 +00:00
state.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
state_test.go feat(container): implement LinuxKit container runtime 2026-01-28 18:50:32 +00:00
templates.go feat(container): add LinuxKit YAML templates with variable substitution 2026-01-28 18:59:45 +00:00
templates_test.go test: increase coverage across packages 2026-01-29 13:19:08 +00:00