mirror of
https://github.com/docker/compose.git
synced 2026-09-24 22:44:24 +00:00
Vocabulary grows with Recreated (the mirror of NotRecreated), ServiceHealthy (healthcheck status observed from inspect) and a Within action modifier bounding blocking commands like up --wait, replacing the hand-rolled goroutine+timer of the legacy TestStartInterval. - cascade: abort-on-container-exit/failure scenarios inline the model; exit-code propagation (111) is locked with ExitCode. The one-off variant stays legacy — it drives a long-running up in the background. - profiles: the four scenarios observe which services materialize instead of grepping ps output; the dotenv variant declares its .env inline, making the activation mechanism visible. - TestRecreateWithNoDeps now asserts both sides: the service is replaced (Recreated) and the healthy dependency is left alone. - Fixtures start_interval/, profiles/compose.yaml+test-profile.env and recreate-no-deps.yaml are removed; cascade/ stays for the legacy one-off test. Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> |
||
|---|---|---|
| .. | ||
| TestActiveProfileViaTargetedService | ||
| TestCascadeFail | ||
| TestCascadeStop | ||
| TestCreateIdempotentDefaultPlatform | ||
| TestCreateIdempotentSharedImageMixedPlatforms | ||
| TestCreateLocalMultiPlatformImage | ||
| TestDotEnvProfileUsage | ||
| TestExplicitProfileUsage | ||
| TestExposeRange | ||
| TestImageVolumeImageAlreadyLocal | ||
| TestIPC | ||
| TestNoDepsNetworkMode | ||
| TestNoDepsVolumeFrom | ||
| TestNoProfileUsage | ||
| TestPause | ||
| TestPauseServiceAlreadyPaused | ||
| TestPauseServiceDoesNotExist | ||
| TestPauseServiceNotRunning | ||
| TestPullRefreshWindowExplicitPull | ||
| TestRecreateWithNoDeps | ||
| TestRemoveOrphans | ||
| TestRestart | ||
| TestStartInterval | ||
| TestStartSingleServiceAndDependency | ||
| TestStartStop | ||
| TestStartStopWithDependencies | ||
| TestStartStopWithOneOffs | ||
| TestUpBuildUnchangedContext | ||
| TestUpContainerNameConflict | ||
| TestUpDryRunMissingImage | ||
| TestUpNoDeps | ||
| TestWaitAndDrop | ||
| TestWaitOnFaster | ||
| TestWaitOnSlower | ||