Skip to content

Start Docker for Windows tests#3173

Merged
adamtheturtle merged 1 commit into
mainfrom
adamtheturtle/fix-pr-3172-ci
May 19, 2026
Merged

Start Docker for Windows tests#3173
adamtheturtle merged 1 commit into
mainfrom
adamtheturtle/fix-pr-3172-ci

Conversation

@adamtheturtle
Copy link
Copy Markdown
Member

@adamtheturtle adamtheturtle commented May 19, 2026

Starts the Docker service in the Windows test job and waits for docker info before running pytest.
This addresses CI failures where the Windows worker reached Docker tests before the daemon pipe was available.
Validated with actionlint and the repository commit/push hooks.


Note

Low Risk
Low risk CI-only change that adds a wait-for-Docker step on Windows runners; main risk is increased job time or failures if the Docker service is unavailable.

Overview
Adds a Start Docker step to the Windows test workflow to start the Docker Windows service if needed and poll docker info (with a 2-minute timeout) before executing the test suite, reducing flakiness in Docker-dependent tests.

Reviewed by Cursor Bugbot for commit f5e32f9. Bugbot is set up for automated code reviews on this repo. Configure here.

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