Skip to content

Isolate docker instances for swarm and service tests#981

Merged
achimnol merged 4 commits intomainfrom
fix/isolate-test-envs
Nov 3, 2025
Merged

Isolate docker instances for swarm and service tests#981
achimnol merged 4 commits intomainfrom
fix/isolate-test-envs

Conversation

@achimnol
Copy link
Copy Markdown
Member

@achimnol achimnol commented Nov 3, 2025

resolves #849

What do these changes do?

  • Ensure cleanup of service/swarm test artifacts
  • Use a docker-in-docker compose stack for swarm and service tests

Are there changes in behavior for the user?

No.

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Add a new news fragment into the changes folder

@achimnol achimnol enabled auto-merge (squash) November 3, 2025 13:14
@achimnol achimnol merged commit ce86470 into main Nov 3, 2025
16 checks passed
@achimnol achimnol deleted the fix/isolate-test-envs branch November 3, 2025 13:18
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.57%. Comparing base (9b94b02) to head (fc854c9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #981   +/-   ##
=======================================
  Coverage   81.57%   81.57%           
=======================================
  Files          24       24           
  Lines        1422     1422           
  Branches      190      190           
=======================================
  Hits         1160     1160           
  Misses        186      186           
  Partials       76       76           

☔ 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.

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.

Make the local test runs clean up properly and work with dirty docker daemons

1 participant