feat: add clientless Pub/Sub emulator service - #157
Draft
cofin wants to merge 5 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat/podman-support #157 +/- ##
======================================================
- Coverage 11.95% 3.09% -8.87%
======================================================
Files 24 25 +1
Lines 2082 2132 +50
Branches 169 172 +3
======================================================
- Hits 249 66 -183
- Misses 1798 2066 +268
+ Partials 35 0 -35 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cofin
force-pushed
the
feat/podman-support
branch
from
July 22, 2026 15:56
e106a3e to
5eee24d
Compare
cofin
force-pushed
the
feat/pubsub-service
branch
from
July 22, 2026 15:57
21b4b58 to
5cd699c
Compare
cofin
force-pushed
the
feat/pubsub-service
branch
from
July 22, 2026 17:05
5cd699c to
69c8241
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n\n- add the official Google Pub/Sub emulator with bundled gcloud lifecycle checks\n- cover topic, subscription, publish, pull, acknowledgement, cleanup, and xdist isolation without a Python client\n- run smoke validation inside the emulator to avoid redundant sidecars\n\n## Validation\n\n- serial provider tests: 11 passed\n- outer xdist provider tests: 11 passed\n- Ruff, mypy, pyright, slotscheck, and docs passed\n- selector: 1 provider job, 1 image pull\n- no Google client dependency or lockfile change\n\nPart of #150.