ci: post single "Python Integration Tests" check (unify with go/nodejs)#881
Closed
eric-wang-1990 wants to merge 1 commit into
Closed
ci: post single "Python Integration Tests" check (unify with go/nodejs)#881eric-wang-1990 wants to merge 1 commit into
eric-wang-1990 wants to merge 1 commit into
Conversation
Python was the last multi-backend driver posting per-mode checks (`Python Proxy Tests / thrift` + `/ kernel`). The new standalone receiver in databricks-driver-test (databricks-python-integration-tests.yml) fans out both backends internally and reports ONE aggregated check, matching go/nodejs. Collapse the five `MODES=['thrift','kernel']` two-check loops (skip / label auto-pass / dispatch-fail / merge-queue auto-pass / merge-queue-fail) into a single `Python Integration Tests` check, add `proxy_mode: replay` to both dispatch payloads for parity with the other senders, and fix the PR-comment link to the new receiver workflow. The dispatch itself was already a single `python-pr-test` (no per-mode fan-out on the sender). Follow-up (branch protection, done separately): swap the required-checks list — remove `Python Proxy Tests / thrift` and `/ kernel`, add `Python Integration Tests`. Sequenced after this + the receiver land to avoid a deadlock. Co-authored-by: Isaac Signed-off-by: eric-wang-1990 <e.wang@databricks.com>
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:53 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:53 — with
GitHub Actions
Inactive
Contributor
Author
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
Python was the last multi-backend driver posting per-mode checks (
Python Proxy Tests / thrift+/ kernel). The paired driver-test receiver (databricks-python-integration-tests.yml) now fans out both backends internally and reports one aggregatedPython Integration Testscheck, matching go/nodejs.This sender change:
MODES=['thrift','kernel']two-check loops (skip / label auto-pass / dispatch-fail / merge-queue auto-pass / merge-queue-fail) into a singlePython Integration Testscheck.proxy_mode: replayto both dispatch payloads (parity with the other senders — the PR gate is replay-only).python-pr-test(no per-mode fan-out on the sender side).Ordering / follow-up
Python Integration Testscheck name).Python Proxy Tests / thrift+/ kernel, addPython Integration Tests. Doing it out of order would deadlock PRs, so it's sequenced last.Test Plan
Python Integration Tests; both dispatches carryproxy_mode: replayMODESloop or per-mode check name (only header/swap-note comments reference the retired names intentionally)This pull request and its description were written by Isaac.