Skip to content

Commit e51ea1c

Browse files
test: smoke-test proxy IT dispatch workflow
Trivial docstring addition touching `src/` to exercise the .github/workflows/trigger-integration-tests.yml dispatch path end-to-end: - On PR open: skip-integration-tests-pr should post a synthetic `success` Python Proxy Tests check. - Add `integration-test` label: trigger-tests-pr should dispatch to databricks/databricks-driver-test. - Push a new commit: remove-label-on-new-commit should clear the label and post the security-reset comment. Not for merge — close after smoke test confirms the workflow behaves end-to-end. Co-authored-by: Isaac Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent fb55001 commit e51ea1c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/databricks/sql/backend/kernel/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@
2222
2323
See ``docs/designs/pysql-kernel-integration.md`` in
2424
``databricks-sql-kernel`` for the full integration design.
25+
26+
Cross-repo integration tests for this backend run via the proxy-based
27+
harness in ``databricks/databricks-driver-test`` (suite name
28+
``Python Proxy Tests``). They're previewable on a PR with the
29+
``integration-test`` label and gate the merge queue.
2530
"""

0 commit comments

Comments
 (0)