Skip to content

Conversation

@LuciferYang
Copy link
Contributor

@LuciferYang LuciferYang commented Oct 24, 2023

What changes were proposed in this pull request?

#43123 upgraded the version of Oracle used for testing. As the daily test will reuse build_and_test.yml, the branch-3.x will also use the new version. However, due to the lack of synchronized code changes, the OracleIntegrationSuite in the Docker integration tests cannot pass the test during the daily test of branch-3.x:

So this PR adds the ORACLE_DOCKER_IMAGE_NAME environment variable to the daily test yml file for branch-3.x and uses the previous version of the Oracle Docker image that can pass the test successfully.

Why are the changes needed?

Restore the daily test for branch-3.x.

Does this PR introduce any user-facing change?

No,dev-only

How was this patch tested?

Monitor the daily test results.

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the INFRA label Oct 24, 2023
@LuciferYang LuciferYang changed the title [INFRA]Uses the default ORACLE_DOCKER_IMAGE_NAME in the scheduled builds in other branches [INFRA]Uses different ORACLE_DOCKER_IMAGE_NAME in the scheduled builds in other branches Oct 24, 2023
"SCALA_PROFILE": "scala2.13",
"PYTHON_TO_TEST": ""
"PYTHON_TO_TEST": "",
"ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The build_and_test.yml in branch-3.3 is configured as oracle-xe:18.4.0, but the previous daily test has always used oracle-xe:21.3.0, so it is still configured as oracle-xe:21.3.0 here.

@LuciferYang LuciferYang changed the title [INFRA]Uses different ORACLE_DOCKER_IMAGE_NAME in the scheduled builds in other branches [SPARK-45665][INFRA]Uses different ORACLE_DOCKER_IMAGE_NAME in the scheduled builds in other branches Oct 25, 2023
@LuciferYang LuciferYang marked this pull request as ready for review October 26, 2023 02:22
@LuciferYang
Copy link
Contributor Author

@LuciferYang
Copy link
Contributor Author

cc @HyukjinKwon @dongjoon-hyun

@LuciferYang LuciferYang changed the title [SPARK-45665][INFRA]Uses different ORACLE_DOCKER_IMAGE_NAME in the scheduled builds in other branches [SPARK-45665][INFRA] Uses different ORACLE_DOCKER_IMAGE_NAME in the scheduled builds in other branches Oct 26, 2023
@LuciferYang
Copy link
Contributor Author

Merged into master. I will keep an eye on tomorrow's daily test.

@LuciferYang
Copy link
Contributor Author

Thanks @HyukjinKwon ~

@dongjoon-hyun
Copy link
Member

+1, late LGTM.

@LuciferYang
Copy link
Contributor Author

Thanks @dongjoon-hyun ~

@LuciferYang
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants