POC: run a CLI acceptance test against DMS in Litebox - #6780
Draft
shreyas-goenka wants to merge 2 commits into
Draft
shreyas-goenka wants to merge 2 commits into
shreyas-goenka wants to merge 2 commits into
Conversation
Collaborator
Integration test reportCommit: 2c42230
Top 3 slowest tests (at least 2 minutes):
|
This branch has not been deployed
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.
Changes
Add opt-in acceptance-runner routing for DMS requests to a loopback Litebox using verified mTLS. Other workspace APIs remain mocked; upstream failures do not fall back to the mock.
Add one empty-list acceptance script and a lightweight
TestDMSLiteboxentry point that reuses the in-process CLI runner without building unrelated tools or downloading older CLI releases.Why
POC for running CLI main's Go acceptance tests against the Java DMS image built by a Universe PR. No LiteSwap workspace or workspace credential is involved.
Companion Universe CI job and wrapper: https://github.com/databricks-eng/universe/pull/2653507.
The normal local suite uses an empty-workspace fixture for the currently unmodeled list endpoint; Litebox routing overrides that fixture. Full bundle deployment coverage is intentionally out of scope: the CLI and LITE workspace fakes must share TreeNodes before write scenarios can work.
Tests
2c42230150b60300a09775f6d91f265badd39346: API readiness, exactly one Go acceptance case, and teardown all succeeded (exit 0). LITE confirmed removal of both test containers.