Skip to content

Gate test containers on runner health and quiet urllib3 warning#153

Merged
JonJagger merged 1 commit into
mainfrom
gate-tests-on-runner-health
Jul 6, 2026
Merged

Gate test containers on runner health and quiet urllib3 warning#153
JonJagger merged 1 commit into
mainfrom
gate-tests-on-runner-health

Conversation

@JonJagger

Copy link
Copy Markdown
Member

test/docker-compose.yml: creator and web call runner, so wait for
runner to be healthy (condition: service_healthy) instead of merely
started, removing the startup race that logged runner:4597 connection
refused.

test/pytest.ini: ignore urllib3's NotOpenSSLWarning (host macOS Python
is built against LibreSSL; tests use http only). Matched by message,
not category, because a category filter would import urllib3 and emit
the warning before the filter installs.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

  test/docker-compose.yml: creator and web call runner, so wait for
  runner to be healthy (condition: service_healthy) instead of merely
  started, removing the startup race that logged runner:4597 connection
  refused.

  test/pytest.ini: ignore urllib3's NotOpenSSLWarning (host macOS Python
  is built against LibreSSL; tests use http only). Matched by message,
  not category, because a category filter would import urllib3 and emit
  the warning before the filter installs.

  Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@JonJagger JonJagger merged commit cbf0063 into main Jul 6, 2026
7 checks passed
@JonJagger JonJagger deleted the gate-tests-on-runner-health branch July 6, 2026 09:07
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