Uh oh!
There was an error while loading. Please reload this page.
[SPARK-32657][K8S] Update the log strings we check for & imports in decommission K8s - #29479
[SPARK-32657][K8S] Update the log strings we check for & imports in decommission K8s#29479holdenk wants to merge 2 commits into
Conversation
…on suite to match the changes
SparkQA
commented
Aug 19, 2020
Test build #127655 has finished for PR 29479 at commit
|
SparkQA
commented
Aug 19, 2020
Kubernetes integration test starting |
holdenk
commented
Aug 19, 2020
dongjoon-hyun
commented
Aug 19, 2020
Thank you, @holdenk . |
SparkQA
commented
Aug 19, 2020
Kubernetes integration test status failure |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM (Pending K8s IT)
dongjoon-hyun
commented
Aug 19, 2020
Oh, does it fail? |
holdenk
commented
Aug 19, 2020
Huh this is weird that's not something I was expecting |
holdenk
commented
Aug 19, 2020
Looks like |
SparkQA
commented
Aug 19, 2020
Test build #127658 has finished for PR 29479 at commit
|
SparkQA
commented
Aug 19, 2020
Kubernetes integration test starting |
SparkQA
commented
Aug 19, 2020
Kubernetes integration test status failure |
holdenk
commented
Aug 19, 2020
Token failure is probably unrelated, let’s see if it’s transient. Jenkins retest this please |
SparkQA
commented
Aug 19, 2020
Test build #127661 has finished for PR 29479 at commit
|
SparkQA
commented
Aug 19, 2020
Kubernetes integration test starting |
SparkQA
commented
Aug 19, 2020
Kubernetes integration test status success |
agrawaldevesh
commented
Aug 20, 2020
Lets get this in soon, so that it can unblock other PRs. |
dongjoon-hyun
commented
Aug 20, 2020
Merged to master. Thank you, @holdenk and @agrawaldevesh . |
holdenk
commented
Aug 20, 2020
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. Closesapache#29479 from holdenk/SPARK-32657-Decommissioning-tests-update-log-string. Authored-by: Holden Karau <hkarau@apple.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.