Skip to content

Fix unavailable Google Cloud emulator image tags in tests - #12065

Merged
kiview merged 1 commit into
mainfrom
codex/fix-gcloud-emulator-image-tags
Sep 8, 2026
Merged

Fix unavailable Google Cloud emulator image tags in tests#12065
kiview merged 1 commit into
mainfrom
codex/fix-gcloud-emulator-image-tags

Conversation

@kiview

@kiview kiview commented Sep 7, 2026

Copy link
Copy Markdown
Member

The gcloud tests fail before container startup because gcr.io/google.com/cloudsdktool/google-cloud-cli:441.0.0-emulators and 465.0.0-emulators return 404 manifest unknown. This affects seven tests across Bigtable, Datastore, Firestore, and Pub/Sub, including this CI run.

Update the seven image references to the available 583.0.0-emulators tag so the emulators can be pulled and the tests can run again.

Summary by CodeRabbit

  • Tests
    • Updated Bigtable, Datastore, Firestore, and Pub/Sub emulator tests to use the newer Google Cloud emulator image version.
    • Maintained existing test scenarios and configuration coverage.

@kiview
kiview requested a review from a team as a code owner September 7, 2026 19:16
@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Team

Run ID: f09ace94-f2a7-4e40-ac30-8dca6f0cdaa2

📥 Commits

Reviewing files that changed from the base of the PR and between a4d3a03 and 55a5ce6.

📒 Files selected for processing (4)
  • modules/gcloud/src/test/java/org/testcontainers/gcloud/BigtableEmulatorContainerTest.java
  • modules/gcloud/src/test/java/org/testcontainers/gcloud/DatastoreEmulatorContainerTest.java
  • modules/gcloud/src/test/java/org/testcontainers/gcloud/FirestoreEmulatorContainerTest.java
  • modules/gcloud/src/test/java/org/testcontainers/gcloud/PubSubEmulatorContainerTest.java

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The Google Cloud emulator tests update their Docker image tags to 583.0.0-emulators for Bigtable, Datastore, Firestore, and Pub/Sub test scenarios.

Changes

Google Cloud emulator test image updates

Layer / File(s) Summary
Update emulator image tags
modules/gcloud/src/test/java/org/testcontainers/gcloud/*EmulatorContainerTest.java
Bigtable, Datastore, Firestore, and Pub/Sub tests now use the 583.0.0-emulators image tag.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 8dc4c

Google Cloud emulator tests now use the available 583.0.0-emulators image tag, replacing unavailable tags that prevented test containers from starting. No merge-blocking risk remains.

Suggested reviewers: eddumelendez, pioorg

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 57.14% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 7 functions across 4 files. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: replacing unavailable Google Cloud emulator image tags in tests.
Description check ✅ Passed The description explains the failing behavior, identifies the affected tests, provides CI context, and describes the image tag updates that fix the issue.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@kiview
kiview force-pushed the codex/fix-gcloud-emulator-image-tags branch from 55a5ce6 to 1ef4930 Compare September 7, 2026 19:22
Replace unavailable emulator tags with 583.0.0-emulators to restore gcloud CI.
@kiview
kiview force-pushed the codex/fix-gcloud-emulator-image-tags branch from 1ef4930 to 8dc4c7c Compare September 7, 2026 19:24
@kiview
kiview enabled auto-merge (squash) September 7, 2026 19:25
@kiview
kiview merged commit fc6199e into main Sep 8, 2026
103 checks passed
@kiview
kiview deleted the codex/fix-gcloud-emulator-image-tags branch September 8, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants