/
githubmirror
/
compose
ОбзорДокументацияВойти
/
githubmirror
/
compose
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
compose/
pkg/e2e/
..
fixtures

test: Set stop_signal to SIGTERM in nginx-based services

день назад
assert.go

fix mixed assertion libraries in tests

4 месяца назад
bridge_test.go

Reuse bridge image version in e2e tests

5 дней назад
build_test.go

refactor: replace Split in loops with more efficient SplitSeq and replace HasPrefix+TrimPrefix with CutPrefix

2 месяца назад
cancel_test.go

test: replace context.Background()/context.TODO() with t.Context()

7 месяцев назад
cascade_test.go

fix linting issues

9 месяцев назад
commit_test.go

fix: commit tests

2 года назад
compose_environment_test.go

empty env variable with no value must be unset in container

2 года назад
compose_exec_test.go

be sure everything has been cleanup at the end of each tests

2 года назад
compose_run_build_once_test.go

fix: make e2e tests pass reliably locally with Docker Desktop - Fix stale image/container reuse across test runs - Add registry readiness check and async removal polling - Skip multi-arch test when docker driver supports it - Use t.Cleanup for reliable teardown, fix project name mismatches - Re-enable 4 previously skipped tests that now pass

3 месяца назад
compose_run_test.go

Normalize --no-TTY flag to --no-tty

месяц назад
compose_test.go

fix: make e2e tests pass reliably locally with Docker Desktop - Fix stale image/container reuse across test runs - Add registry readiness check and async removal polling - Skip multi-arch test when docker driver supports it - Use t.Cleanup for reliable teardown, fix project name mismatches - Re-enable 4 previously skipped tests that now pass

3 месяца назад
compose_up_test.go

fix various linting issues

9 месяцев назад
config_test.go

fix(config): apply config flags to --services/--volumes/--networks/--models/--hash

12 дней назад
configs_test.go

be sure everything has been cleanup at the end of each tests

2 года назад
container_name_test.go

fix linting issues

9 месяцев назад
cp_test.go

align `--format` flag and UX with docker cli

4 года назад
e2e_config_plugin.go

chore(e2e): fix flaky test & standalone behavior (#11382)

3 года назад
e2e_config_standalone.go

Use build tags for selecting e2e test mode

5 лет назад
env_file_test.go

fix: tolerate missing env file on scale, watch and shell completion

12 дней назад
exec_test.go

prefer application container vs one-off running `exec` without index

год назад
export_test.go

fix: lint

2 года назад
expose_test.go

Fix support for port range

9 месяцев назад
framework.go

fix mixed assertion libraries in tests

4 месяца назад
healthcheck_test.go

fix various linting issues

9 месяцев назад
hooks_test.go

pre_start: support pre_start lifecycle hooks

месяц назад
ipc_test.go

e2e: fix subtests and block parallel unsafe tests

4 года назад
logs_test.go

modernize some code

6 месяцев назад
main_test.go

Use build tags for selecting e2e test mode

5 лет назад
model_test.go

fix: make e2e tests pass reliably locally with Docker Desktop - Fix stale image/container reuse across test runs - Add registry readiness check and async removal polling - Skip multi-arch test when docker driver supports it - Use t.Cleanup for reliable teardown, fix project name mismatches - Re-enable 4 previously skipped tests that now pass

3 месяца назад
networks_test.go

fix: make e2e tests pass reliably locally with Docker Desktop - Fix stale image/container reuse across test runs - Add registry readiness check and async removal polling - Skip multi-arch test when docker driver supports it - Use t.Cleanup for reliable teardown, fix project name mismatches - Re-enable 4 previously skipped tests that now pass

3 месяца назад
noDeps_test.go

fix linting issues

9 месяцев назад
orphans_test.go

be sure everything has been cleanup at the end of each tests

2 года назад
pause_test.go

fix: make e2e tests pass reliably locally with Docker Desktop - Fix stale image/container reuse across test runs - Add registry readiness check and async removal polling - Skip multi-arch test when docker driver supports it - Use t.Cleanup for reliable teardown, fix project name mismatches - Re-enable 4 previously skipped tests that now pass

3 месяца назад
profiles_test.go

COMPOSE_PROFILES can be set by .env file

2 года назад
providers_test.go

Fix rawsetenv nil-pointer guard for inherit-from-shell env vars

2 месяца назад
ps_test.go

fix: make e2e tests pass reliably locally with Docker Desktop - Fix stale image/container reuse across test runs - Add registry readiness check and async removal polling - Skip multi-arch test when docker driver supports it - Use t.Cleanup for reliable teardown, fix project name mismatches - Re-enable 4 previously skipped tests that now pass

3 месяца назад
publish_test.go

fix(oci): honor --insecure-registry when up re-loads the model

21 день назад
pull_test.go

distinguish event (short) status text and details

9 месяцев назад
recreate_no_deps_test.go

up/start/run: don't wait for disabled service

4 года назад
restart_test.go

fix mixed assertion libraries in tests

4 месяца назад
scale_test.go

fix mixed assertion libraries in tests

4 месяца назад
secrets_test.go

Compose can't create a tar with adequate uid:gid ownership as we can't get container UID/GID as int by ContainerInspect revert https://github.com/docker/compose/pull/13288

10 месяцев назад
start_stop_test.go

fix mixed assertion libraries in tests

4 месяца назад
up_test.go

fix mixed assertion libraries in tests

4 месяца назад
volumes_test.go

compose: recreate container when mounted image digest changes Until now, mustRecreate logic only checked for divergence in TypeVolume mounts but ignored TypeImage mounts. This inconsistency caused containers to erroneously retain stale images even after the source image was rebuilt. This commit updates ensureImagesExists to resolve image volume sources to their digests using the official reference package. This enables ServiceHash (config hash) to naturally detect underlying image digest changes, triggering recreation via the standard convergence logic. An E2E test case is added to verify this behavior. Fixes #13547

7 месяцев назад
wait_test.go

golangci-lint: use gci formatter instead of goimports

8 месяцев назад
watch_test.go

watch: do not rebuild depends_on services on file change

2 месяца назад