ci: fix dead driver-test workflow link in dispatch comment#880
Closed
eric-wang-1990 wants to merge 1 commit into
Closed
ci: fix dead driver-test workflow link in dispatch comment#880eric-wang-1990 wants to merge 1 commit into
eric-wang-1990 wants to merge 1 commit into
Conversation
The "Integration tests triggered" PR comment (and two header comments) linked to python-proxy-tests.yml, which does not exist (404) — the receiver file is databricks-sql-python-proxy-tests.yml. Point to the correct workflow and note that the authoritative results are the "Python Proxy Tests / thrift" and "Python Proxy Tests / kernel" checks posted back on the PR. Co-authored-by: Isaac
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
eric-wang-1990
temporarily deployed
to
azure-prod
July 24, 2026 07:05 — with
GitHub Actions
Inactive
Contributor
Author
|
Folded into #879 (same file, |
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
The cross-repo dispatch sender comments "Integration tests triggered" on the PR with a link to the driver-test receiver workflow. The link (and two header comments) pointed to
python-proxy-tests.yml, which does not exist (404) — the actual receiver file isdatabricks-sql-python-proxy-tests.yml.Fixed the filename in all three spots and clarified that the authoritative results are the "Python Proxy Tests / thrift" and "Python Proxy Tests / kernel" checks posted back on the PR (the sender can't link the specific driver-test run since
repository_dispatchreturns no run ID).Test Plan
databricks-sql-python-proxy-tests.ymlresolves 200 on driver-testmainpython-proxy-tests.ymlreference remainsThis pull request and its description were written by Isaac.