-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32657][K8S] Update the log strings we check for & imports in decommission K8s #29479
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
[SPARK-32657][K8S] Update the log strings we check for & imports in decommission K8s #29479
Conversation
…on suite to match the changes
|
Test build #127655 has finished for PR 29479 at commit
|
|
Kubernetes integration test starting |
|
Thank you, @holdenk . |
|
Kubernetes integration test status failure |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM (Pending K8s IT)
|
Oh, does it fail? |
|
Huh this is weird that's not something I was expecting |
|
Looks like |
|
Test build #127658 has finished for PR 29479 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Token failure is probably unrelated, let’s see if it’s transient. Jenkins retest this please |
|
Test build #127661 has finished for PR 29479 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
agrawaldevesh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !.
|
Lets get this in soon, so that it can unblock other PRs. |
|
Merged to master. Thank you, @holdenk and @agrawaldevesh . |
|
Thanks @dongjoon-hyun for merging and calling my attention to the issue last night :) |
…ecommission K8s ### What changes were proposed in this pull request? Update the log strings to match the new log messages. ### Why are the changes needed? Tests are failing ### Does this PR introduce _any_ user-facing change? No, test only change. ### How was this patch tested? WIP: Make sure the DecommissionSuite passes in Jenkins. Closes apache#29479 from holdenk/SPARK-32657-Decommissioning-tests-update-log-string. Authored-by: Holden Karau <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
Update the log strings to match the new log messages.
Why are the changes needed?
Tests are failing
Does this PR introduce any user-facing change?
No, test only change.
How was this patch tested?
WIP: Make sure the DecommissionSuite passes in Jenkins.