Skip to content

pulsar: disable StreamTestAtLeastOnceDelivery due to upstream data race#4273

Open
mmatczuk wants to merge 1 commit intomainfrom
mmt/pulsar-disable-streamtestatleastoncedelivery-due-to-upstream-data-race
Open

pulsar: disable StreamTestAtLeastOnceDelivery due to upstream data race#4273
mmatczuk wants to merge 1 commit intomainfrom
mmt/pulsar-disable-streamtestatleastoncedelivery-due-to-upstream-data-race

Conversation

@mmatczuk
Copy link
Copy Markdown
Contributor

The benthos StreamTestAtLeastOnceDelivery test helper has an unsynchronized
concurrent map read/write at stream_test_definitions.go:571-584. A goroutine
iterates a shared map while another writes to it. Since this is in upstream
benthos code, disabling the test until the race is fixed upstream.

Fixes CON-415

The benthos StreamTestAtLeastOnceDelivery test helper has an unsynchronized
concurrent map read/write at stream_test_definitions.go:571-584. A goroutine
iterates a shared map while another writes to it. Since this is in upstream
benthos code, disabling the test until the race is fixed upstream.

Fixes CON-415
@claude
Copy link
Copy Markdown

claude bot commented Apr 16, 2026

Commits
LGTM

Review
Single-line change disabling StreamTestAtLeastOnceDelivery in the Pulsar integration test suite due to an upstream data race in benthos. Comment clearly documents the reason and references the specific upstream code location.

LGTM

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