Skip to content
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

Test suites unset custom config even when test failure #747

Open
wants to merge 1 commit into
base: 0.5-nexus
Choose a base branch
from

Conversation

seankao-az
Copy link
Collaborator

@seankao-az seankao-az commented Oct 4, 2024

Description

Some test cases set custom Spark config values and unset them at the end. However, if the test case fails, then the custom setting won't be unset, and will affect other test cases.
This PR fixes that.
This should reduce the current CI failure to only the external scheduler test cases.
We could check CI result to see failed tests reduced from 23 to 8.

Later backport to main. PR made here since CI failure now only happens on this branch (0.5-nexus).

  • Backport main

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@seankao-az seankao-az added the infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Oct 4, 2024
@seankao-az seankao-az self-assigned this Oct 4, 2024
@seankao-az seankao-az added the 0.6 label Oct 4, 2024
@seankao-az seankao-az marked this pull request as ready for review October 4, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.6 infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant