compose/pkg/e2e
Nikhil Benesch c5cdce0b60 Don't wait forever for unhealthy dependencies
The previous code would wait for dependencies to become healthy forever,
even if they'd become unhealthy in the meantime. I can't find an issue
report for this bug, but it was described in a comment on the PR that
introduced the `--wait` flag [0].

[0]: https://github.com/docker/compose/pull/8777#issuecomment-965643839

Signed-off-by: Nikhil Benesch <nikhil.benesch@gmail.com>
2022-01-07 19:13:43 +01:00
..
fixtures Don't wait forever for unhealthy dependencies 2022-01-07 19:13:43 +01:00
cancel_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
cascade_stop_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
compose_build_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
compose_exec_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
compose_run_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
compose_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
cp_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
e2e_config_plugin.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
e2e_config_standalone.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
framework.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
ipc_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
logs_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
main_test.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
metrics_test.go Bump compose-go to v1.0.7 2021-11-22 18:13:07 +01:00
networks_test.go Fix output redirection on command run 2021-12-15 15:10:22 +01:00
restart_test.go define compose container names with a valid hostname 2021-09-22 19:06:34 +02:00
scan_message_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
start_fail_test.go Don't wait forever for unhealthy dependencies 2022-01-07 19:13:43 +01:00
start_stop_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00
volumes_test.go Add 2 modes test mechanism 2021-12-07 10:25:50 +01:00