Skip to content

[Kafka] Fix KafkaToPubsubE2ETest by bumping the purged cloud-sdk emulator image tag - #39956

Merged
Abacn merged 1 commit into
apache:masterfrom
tkaymak:fix-kafkatopubsub-emulator-image
Sep 1, 2026
Merged

[Kafka] Fix KafkaToPubsubE2ETest by bumping the purged cloud-sdk emulator image tag#39956
Abacn merged 1 commit into
apache:masterfrom
tkaymak:fix-kafkatopubsub-emulator-image

Conversation

@tkaymak

@tkaymak tkaymak commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Fixes #39955.

gcr.io purged the 316.0.0 tag family from cloudsdktool/cloud-sdk, the registry returns 404 manifest unknown and the tags list has no 316.0.0 entries left.
KafkaToPubsubE2ETest pins that tag for its PubSub emulator container, so the class rule fails before any test runs and every beam_PreCommit_Java run has been red since 2026-09-01 roughly 02:30 UTC, on master (runs 33488230103 and 33478152767) and on every PR.

This bumps the pin to 583.0.0-emulators, the newest versioned emulator tag. Verified locally with Docker, the container pulls and starts on the new image and testKafkaToPubsubE2E passes.

If preferred we can use the rolling emulators tag, at the cost of a moving image.
Happy to switch 👯

R: @Abacn

gcr.io purged the 316.0.0 tag family, so the pinned
cloud-sdk:316.0.0-emulators image 404s and the PubSub emulator container
fails in the class rule, breaking every Java PreCommit run since
2026-09-01. Pin the newest versioned emulator tag instead. Verified
locally, the container starts and the E2E test passes.
@tkaymak tkaymak changed the title Fix KafkaToPubsubE2ETest by bumping the purged cloud-sdk emulator image tag [Kafka] Fix KafkaToPubsubE2ETest by bumping the purged cloud-sdk emulator image tag Sep 1, 2026

@Abacn Abacn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Abacn
Abacn merged commit 0ba44c6 into apache:master Sep 1, 2026
16 checks passed
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.

[Failing Test]: KafkaToPubsubE2ETest fails everywhere, pinned cloud-sdk:316.0.0-emulators image was removed from gcr.io

2 participants