Skip to content

SQL-2778: Update mongo-jdbc-driver to use the new run_adf.sh script #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bucaojit
Copy link
Member

Uses start_compute_node.sh in this PR in sql-engines-common-test-infra. I'll wait until this change is merged before adding reviewers.

Successful patch here.

Updated integration test that checks database names as this is different with the common-test-infra run_adf.sh changes.

@bucaojit bucaojit requested a review from a team as a code owner June 13, 2025 22:43
@@ -726,13 +753,13 @@ functions:
TIMEOUT=1800 # 30 minute timeout
while true; do
if grep -q "BUILD SUCCESSFUL" gradle_output.log; then
if grep -q "BUILD SUCCESSFUL" gradle_output.log 2>/dev/null; then
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding these here to clean up the log outputs: grep: gradle_output.log: No such file or directory

Copy link
Collaborator

@mattChiaravalloti mattChiaravalloti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 💯 Thank you for figuring out the compute-node issue and resolving it in common-test-infra 💪 this is looking nice.

Will we remove the local resources/run_adf.sh script from this repo in a follow-up PR after SQL-2777 is resolved in the mongohouse repo?

@bucaojit
Copy link
Member Author

@mattChiaravalloti Thanks.
Actually yeah since the JDBC test in mongohouse is skipped right now I think it's safe to remove the resources/run_adf.sh file here, I'll do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants