Introduce manual SEA test scripts for Exec Phase #589
Merged
Conversation
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 9, 2025 10:09 — with
GitHub Actions
Failure
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 9, 2025 10:10 — with
GitHub Actions
Failure
varun-edachali-dbx
marked this pull request as ready for review
June 11, 2025 13:31
varun-edachali-dbx
requested review from
deeksha-db,
gopalldb,
jackyhu-db,
jayantsing-db,
jprakash-db,
madhav-db,
samikshya-db,
shivam2680 and
vikrantpuppala
as code owners
June 11, 2025 13:31
varun-edachali-dbx
temporarily deployed
to
azure-prod
June 11, 2025 14:41 — with
GitHub Actions
Inactive
Contributor
|
Just to confirm : these tests will be replaced by the E2E tests in the future, right? |
Contributor
Author
Yes, that's right. These scripts allow me to test the functionality against an actual warehouse before the e2e tests, which we will introduce after implementing the functionality completely. |
5 tasks
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 17, 2025 05:14 — with
GitHub Actions
Failure
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 17, 2025 05:18 — with
GitHub Actions
Failure
varun-edachali-dbx
temporarily deployed
to
azure-prod
June 17, 2025 06:08 — with
GitHub Actions
Inactive
5 tasks
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 26, 2025 10:24 — with
GitHub Actions
Failure
jayantsing-db
approved these changes
Jun 27, 2025
Contributor
|
hey, why are e2e tests failing on this PR? |
varun-edachali-dbx
had a problem deploying
to
azure-prod
June 27, 2025 05:17 — with
GitHub Actions
Failure
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
varun-edachali-dbx
temporarily deployed
to
azure-prod
June 27, 2025 05:19 — with
GitHub Actions
Inactive
Contributor
Author
Likely flaky tests since this PR doesn't affect any code paths that the integration tests should be running. I'll let them run once again before merging. Edit: the tests are passing |
Merged
5 tasks
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.
What type of PR is this?
Description
For the SEA implementation, before we introduce e2e tests, we introduce manual testing scripts which allow us to execute queries against a real warehouse as an implementation sanity check.
The tests are structured as follows:
This allows us to experiment with metadata queries, session opening and closure, synchronous queries (
INLINEas well asEXTERNAL_LINKS) and async queries (INLINEas well asEXTERNAL_LINKS).How is this tested?
Related Tickets & Documents
https://docs.google.com/document/d/1Y-eXLhNqqhrMVGnOlG8sdFrCxBTN1GdQvuKG4IfHmo0/edit?usp=sharing