chore(deps): update dependency io.cucumber:cucumber-bom to v7.28.2#1584
Merged
renovate[bot] merged 2 commits intomainfrom Sep 9, 2025
Merged
chore(deps): update dependency io.cucumber:cucumber-bom to v7.28.2#1584renovate[bot] merged 2 commits intomainfrom
renovate[bot] merged 2 commits intomainfrom
Conversation
aepfli
approved these changes
Sep 9, 2025
aepfli
added a commit
that referenced
this pull request
Apr 1, 2026
The retryBackoffMaxMs option controls both the initial-connection throttle in SyncStreamQueueSource (when getMetadata() fails) and the post-disconnect reconnect backoff. Under parallel load, envoy's upstream gRPC connection to flagd may not be established when the first getMetadata() call fires. The call times out after deadline=1000ms, shouldThrottle is set, and the retry waits retryBackoffMaxMs=2000ms — beyond the waitForInitialization window of deadline*2=2000ms. Reducing retryBackoffMaxMs breaks the reconnect event tests that need a slow-enough backoff for error events to fire. Exclude @targetURI from the inProcess @testfactory until flagd issue #1584 is resolved (removing getMetadata() entirely), at which point the throttle timing problem disappears and these scenarios can be re-enabled. RPC @targetURI scenarios are unaffected (different code path, no metadata call). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
aepfli
added a commit
to open-feature-forking/java-sdk-contrib
that referenced
this pull request
Apr 7, 2026
The retryBackoffMaxMs option controls both the initial-connection throttle in SyncStreamQueueSource (when getMetadata() fails) and the post-disconnect reconnect backoff. Under parallel load, envoy's upstream gRPC connection to flagd may not be established when the first getMetadata() call fires. The call times out after deadline=1000ms, shouldThrottle is set, and the retry waits retryBackoffMaxMs=2000ms — beyond the waitForInitialization window of deadline*2=2000ms. Reducing retryBackoffMaxMs breaks the reconnect event tests that need a slow-enough backoff for error events to fire. Exclude @targetURI from the inProcess @testfactory until flagd issue open-feature#1584 is resolved (removing getMetadata() entirely), at which point the throttle timing problem disappears and these scenarios can be re-enabled. RPC @targetURI scenarios are unaffected (different code path, no metadata call). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
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.
This PR contains the following updates:
7.28.1->7.28.2Release Notes
cucumber/cucumber-jvm (io.cucumber:cucumber-bom)
v7.28.2Compare Source
Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.