[L5] Test infrastructure: new streamhouse-e2e crate, shell E2E suite, and CI pipeline overhaul - #16
Open
gbram1 wants to merge 1 commit into
Conversation
…suite, and CI pipeline overhaul Ship the new Rust E2E test harness, the reorganized shell test phases, and the updated CI workflow that runs them.
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.
Goal
Ship the new Rust E2E test harness, the reorganized shell test phases, and the updated CI workflow that runs them.
Risk
low — Test and CI changes only; no production code paths are affected beyond fixes to the compaction mock and the Kafka fetch LSO filter.
Rationale
Depends on L4 because
streamhouse-e2e/src/lib.rsconstructsAppStatewith thebyoc_s3: Nonefield added in L4, and the e2e tests referenceOidcJwksAuth(L3) via AppState. The compaction mock incompaction.rsreplacesunimplemented!()panics with sensible defaults — this is a test enablement fix that belongs here. The Kafka fetch LSO filter (fetch.rs) is a behavior improvement surfaced by the new E2E tests and is included here since splitting it would require hunk-level surgery on a file whose dominant change is enabling E2E coverage. The CI overhaul adds the newe2ejob with Postgres + MinIO service containers and the benchmark regression gate.Files (46)
crates/streamhouse-e2e/Cargo.tomlcrates/streamhouse-e2e/src/lib.rscrates/streamhouse-e2e/tests/full_write_path.rscrates/streamhouse-e2e/tests/kafka_protocol.rscrates/streamhouse-kafka/src/handlers/fetch.rscrates/streamhouse-server/src/compaction.rstests/build-e2e.shtests/docker-compose.test.ymltests/e2e-tests.shtests/lib/common.shtests/run-all.shtests/phases/legacy/00-full-path.shtests/phases/legacy/01-smoke.shtests/phases/legacy/02-rest-api.shtests/phases/legacy/02-topics.shtests/phases/legacy/03-grpc-api.shtests/phases/legacy/03-produce-consume.shtests/phases/legacy/04-schema-registry.shtests/phases/legacy/04-schemas.shtests/phases/legacy/05-lifecycle.shtests/phases/legacy/05-sql.shtests/phases/legacy/06-consumer-groups.shtests/phases/legacy/06-negative.shtests/phases/legacy/07-auth.shtests/phases/legacy/07-concurrent-load.shtests/phases/legacy/08-benchmarks.shtests/phases/legacy/08-multi-tenancy.shtests/phases/legacy/09-cli.shtests/phases/legacy/09-connectors.shtests/phases/legacy/10-pipelines.shtests/phases/legacy/10-sql-verification.shtests/phases/legacy/11-kafka-protocol.shtests/phases/legacy/11-metrics.shtests/phases/legacy/12-cross-protocol.shtests/phases/legacy/13-multi-tenancy.shtests/phases/legacy/13-negative.shtests/phases/legacy/14-concurrent-load.shtests/phases/legacy/14-connectors.shtests/phases/legacy/15-cli.shtests/phases/legacy/15-dashboard-metrics.shtests/phases/legacy/16-advanced-sql.shtests/phases/legacy/16-benchmarks.shtests/phases/legacy/17-resource-storage.shtests/phases/01-smoke.sh.github/workflows/ci.yml.github/workflows/docker-publish.yml