Skip to content

test: ping now responds with pong - #14

Merged
prasangeet merged 1 commit into
Limbo-corps:mainfrom
Mayu-infinite:fix/ping-pong-test
Jul 26, 2026
Merged

test: ping now responds with pong#14
prasangeet merged 1 commit into
Limbo-corps:mainfrom
Mayu-infinite:fix/ping-pong-test

Conversation

@Mayu-infinite

Copy link
Copy Markdown
Collaborator

Summary

Fix the failing test (3.11) CI job on main.

The IPC bridge now implements PING -> PONG (_handle_ping sends a pong),
but test_ping_not_implemented still asserted no reply was sent, so it failed
after the merge. Renamed it to test_ping_responds_with_pong and updated the
assertions: a single PONG is sent, and no bus events are published.

Verification

  • cd runtime && uv run python -m pytest → 64 passed
  • uv run ruff check . / uv run ruff format --check . → clean

The IPC bridge implements PING -> PONG, so the stale
test_ping_not_implemented (asserting no reply) fails on main. Update it
to assert a single PONG is sent and no bus events are published.
@prasangeet
prasangeet merged commit f1e08b1 into Limbo-corps:main Jul 26, 2026
3 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.

2 participants