Add model discovery integration tests with managed config - #655
Open
andy-xu-db wants to merge 1 commit into
Open
andy-xu-db wants to merge 1 commit into
andy-xu-db wants to merge 1 commit into
Conversation
andy-xu-db
changed the base branch from
main
to
codex/model-discovery-test-stack
September 16, 2026 08:44
andy-xu-db
force-pushed
the
andy/model-discovery-integration-tests
branch
from
September 16, 2026 15:03
b9006d2 to
1fda02d
Compare
andy-xu-db
changed the base branch from
codex/model-discovery-test-stack
to
andy/model-discovery-integration-unmanaged
September 16, 2026 15:03
andy-xu-db
force-pushed
the
andy/model-discovery-integration-unmanaged
branch
from
September 16, 2026 18:32
9751ad8 to
88b4d6f
Compare
andy-xu-db
force-pushed
the
andy/model-discovery-integration-tests
branch
from
September 16, 2026 18:32
1fda02d to
d895788
Compare
andy-xu-db
changed the base branch from
andy/model-discovery-integration-unmanaged
to
codex/model-discovery-test-stack
September 16, 2026 20:06
andy-xu-db
force-pushed
the
andy/model-discovery-integration-tests
branch
from
September 16, 2026 20:06
d895788 to
b7837b7
Compare
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
Cases
Each test function includes its Tests-table case number in its name (
test_case_01_...throughtest_case_12_...).Managed workspace
The managed jobs all use the same workspace from the GitHub Actions secret
E2E_ADMIN_WORKSPACE. The runner mints a short-lived bearer withE2E_ADMIN_SP_CLIENT_IDandE2E_ADMIN_SP_CLIENT_SECRET; it does not select a developer Databricks profile or use a PAT.The fresh restacked run 35144533904 passes the required unit and e2e gates, including both ordinary full-journey lanes. Both managed signal jobs stop before pytest because M2M token minting returns HTTP 403. Cases 1–12 therefore remain unexecuted until the managed workspace authorizes the configured service principal.
Stack
codex/model-discovery-test-stack.Verification
b7837b7454d6b50dd9872392572f77bc9c2bd594.tests/test_integration_contract.py: 5 passed.