You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add targeted e2e tests covering specific behaviors that must be
preserved across convergence refactoring:
- TestReplaceLabelOnRecreate (compose_test.go): verify
com.docker.compose.replace label is set on recreated containers
- TestNetworkConfigChangeReconnectsContainers (networks_test.go):
verify network config change recreates the network and reconnects
containers to the new network ID
- TestUpRecreateVolumesAlsoRecreatContainers (volumes_test.go):
verify volume config change with -y also recreates containers
- TestDependentContainerReplacedOnRecreate (restart_test.go):
verify dependent services with restart:true get a new container
when their dependency is recreated
- TestUpIdempotent (up_test.go): verify running up twice with no
changes produces no recreations and preserves container IDs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
0 commit comments