compose/pkg/e2e
Milas Bowman e31b95c16d test: tweak pause test to try and prevent failures in Windows CI
This test keeps failing with a timeout in Windows. I don't actually
think it should take that long to bring up an nginx container, so
I'm guessing that there's something else going on that's causing
trouble.

Increase the verbosity when running Compose commands: I think this
will generally make E2E test failures easier to diagnose by always
logging the full command that's going to be run and also capturing
stdout.

Add a health check and use `--wait` when launching the fixture for
the pause test. Combined with the verbosity increase, this should
make it easier to understand what's going on here.

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2023-02-27 14:20:20 -05:00
..
fixtures test: tweak pause test to try and prevent failures in Windows CI 2023-02-27 14:20:20 -05:00
assert.go up: do not stop dependency containers (#9701) 2022-08-02 15:25:59 -04:00
build_test.go add support of privileged attribut in service.build section 2022-12-23 09:32:48 +01:00
cancel_test.go Add Codecov 2022-10-17 15:32:51 +02:00
compose_environment_test.go Give environment variables precedence back to OS over .env 2022-08-18 22:39:21 +02:00
compose_exec_test.go e2e: use Compose for exec test 2022-06-16 16:44:21 -04:00
compose_run_test.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
compose_test.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
compose_up_test.go distinguish stdout and stderr in `up` logs 2022-12-13 14:42:42 +01:00
cp_test.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
ddev_test.go e2e: always set HOME + USER for cmd env 2022-06-16 09:44:40 -04:00
e2e_config_plugin.go
e2e_config_standalone.go
framework.go test: tweak pause test to try and prevent failures in Windows CI 2023-02-27 14:20:20 -05:00
ipc_test.go e2e: fix subtests and block parallel unsafe tests 2022-06-15 16:27:30 -04:00
logs_test.go remove flaky TestLocalComposeLogsFollow 2022-12-21 08:45:41 +01:00
main_test.go
metrics_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
networks_test.go switch tests back to '_' separator for networks and volumes 2022-08-01 17:25:43 +02:00
pause_test.go test: tweak pause test to try and prevent failures in Windows CI 2023-02-27 14:20:20 -05:00
profiles_test.go check only running containers in after down tests of profiles e2e tests 2022-12-06 23:17:14 +01:00
ps_test.go check service names based on project, not running containers 2022-12-21 21:11:44 +01:00
pull_test.go fix regression running pull --ignore-pull-failures 2022-12-19 11:56:03 +01:00
recreate_no_deps_test.go up/start/run: don't wait for disabled service 2022-08-17 12:32:10 -05:00
restart_test.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
secrets_test.go apply uid/gid when creating secret from environment 2022-12-15 15:54:04 +01:00
start_stop_test.go align `--format` flag and UX with docker cli 2022-12-14 22:53:43 +01:00
up_test.go wait on service containers as dependencies to be deterministic 2023-02-07 16:36:45 +01:00
volumes_test.go Temporarily disable broken E2E tests on Windows 2022-09-20 11:33:31 -04:00