test(integration-tests): cover compatibility and streaming - #749
Closed
mkuchenbecker wants to merge 33 commits into
Closed
mkuchenbecker wants to merge 33 commits into
mkuchenbecker wants to merge 33 commits into
Conversation
Add concurrency, locking, streaming, table-evolution, and writer compatibility contracts as an extension of the focused RTAS catalog. The scenarios prove exact writer outcomes, owned streaming resources, active snapshot stability, and observable follow-up behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Validate compatibility and streaming behavior by running its scenarios instead of restating its generated catalog entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep compatibility and streaming behavior with the shared scenario suite while preserving its package and published names. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace the general JDK HTTP helper with a lock-specific client built on the generated OpenHouse Tables API. Preserve response status and diagnostic text while using the standard authentication and truststore path in local and remote environments. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep the generated lock client and compatibility scenarios on the focused RTAS stack while removing unrelated foundation breadth. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> # Conflicts: # integrations/spark/delta-harness/src/main/scala/harness/openhouse/Framework.scala # integrations/spark/delta-harness/src/main/scala/harness/openhouse/LocalRunner.scala # integrations/spark/delta-harness/src/main/scala/harness/openhouse/scenarios/ScenarioKit.scala
Keep compatibility, locking, streaming, and concurrency coverage as an additive layer over the revised RTAS catalog. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ecker/delta-harness-compatibility-streaming
…ecker/delta-harness-compatibility-streaming # Conflicts: # integrations/spark/delta-harness/src/test/scala/harness/framework/RunnerTest.scala
Keep layout expansion, side-table ownership, and table creation helpers with the compatibility, locking, and streaming scenarios that use them. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 18, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Describe compatibility and streaming through coherent concurrent state, checkpoint recovery, table evolution, locking, and writer compatibility. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> # Conflicts: # integrations/spark/delta-harness/TEST-COVERAGE.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move compatibility, streaming, and locking contributors into the renamed package while preserving their portable and embedded execution boundary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
Summary
This PR adds concurrency, table locking, structured streaming, table-evolution
compatibility, and writer compatibility on top of RTAS. It contributes 114
cases to the 394-case RTAS catalog and produces 508 combined cases.
This branch also fills the Compatibility and streaming section in
TEST-COVERAGE.md.Stack
Scope
This layer owns the generated OpenHouse Tables API client, the table-lock
lifecycle, concurrency, streaming, and compatibility after table alterations.
DML and DDL semantics remain in the layers below it.
ScenarioConcurrency.scalaScenarioLocking.scalaexpire_snapshotswhile held, then admits them after DELETE.ScenarioStreaming.scalaScenarioTableEvolutionCompatibility.scalaexpire_snapshots, andrewrite_data_filesafter four alteration kinds.ScenarioWriterCompatibility.scalaKnown limitations
This layer adds no known-bug skips. Its four combined-catalog skips are inherited
from RTAS.
Validation
git diff --checkagainst the parent tip