test(bdd): add stream CRUD coverage for Rust and Java - #3875
Open
Jamison929611 wants to merge 2 commits into
Open
test(bdd): add stream CRUD coverage for Rust and Java#3875Jamison929611 wants to merge 2 commits into
Jamison929611 wants to merge 2 commits into
Conversation
Add shared client-visible scenarios for creating, retrieving, listing, updating, and deleting streams. Wire the Rust and Java implementations into focused and coverage BDD runs.
Jamison929611
marked this pull request as ready for review
August 13, 2026 03:50
Author
|
The pre-merge and PR title workflows are currently waiting for first-time contributor approval. Could a maintainer approve the workflow runs when convenient? The focused Rust and Java compile, formatting, lint, and Cucumber dry-run checks pass locally. |
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.
Why
The BDD roadmap tracks client-visible stream CRUD coverage, but there was no shared feature exercising the lifecycle across SDKs.
What
This adds five independent scenarios for creating a stream, retrieving it by numeric ID, finding it in the stream list, renaming it, and deleting it. Rust and Java step definitions use their existing blocking or asynchronous client abstractions, and focused runner paths cover normal and coverage executions.
Part of #3609
Verification
cargo fmt --all -- --checkcargo clippy -p bdd --features bdd --all-targets -- -D warningscargo test -p bdd --features bdd --no-rungradle -p bdd/java --no-daemon spotlessCheck testClasses@stream-crudscenariosbash -n scripts/run-bdd-tests.shFull server-backed Rust and Java BDD runs are delegated to Linux CI because the Iggy server does not build on Windows.