Skip to content

fix: migrate tests to dockertest v4#47

Merged
adlio merged 1 commit into
mainfrom
chore/evaluate-docker-test-deps
Apr 19, 2026
Merged

fix: migrate tests to dockertest v4#47
adlio merged 1 commit into
mainfrom
chore/evaluate-docker-test-deps

Conversation

@adlio
Copy link
Copy Markdown
Owner

@adlio adlio commented Apr 19, 2026

Summary

  • migrate tests from github.com/ory/dockertest/v3 to github.com/ory/dockertest/v4
  • update test setup/cleanup code for the v4 context-based API
  • remove the old docker/cli, docker/docker, and opencontainers/runc dependency chain from the resolved module graph
  • update Go version in go.mod to match dockertest/v4 requirements

Testing

  • go test ./...

Why

This change is intended to resolve the outstanding Docker-related Dependabot alerts that were coming in through dockertest v3 and its older transitive dependencies.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.79%. Comparing base (8f22fe2) to head (c6893ff).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          10       10           
  Lines         483      483           
=======================================
  Hits          482      482           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@adlio adlio force-pushed the chore/evaluate-docker-test-deps branch from 086b41c to c6893ff Compare April 19, 2026 02:59
@adlio adlio merged commit f29e00c into main Apr 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant