Uh oh!
There was an error while loading. Please reload this page.
[WIP][SPARK-37359][K8S] Cleanup the Spark Kubernetes Integration tests - #34636
[WIP][SPARK-37359][K8S] Cleanup the Spark Kubernetes Integration tests#34636holdenk wants to merge 7 commits into
Conversation
SparkQA
commented
Nov 17, 2021
Test build #145348 has finished for PR 34636 at commit
|
SparkQA
commented
Nov 17, 2021
Kubernetes integration test starting |
SparkQA
commented
Nov 17, 2021
Kubernetes integration test status failure |
SparkQA
commented
Nov 17, 2021
Test build #145349 has finished for PR 34636 at commit
|
bee9d63 to
a73b27cCompareSparkQA
commented
Nov 17, 2021
Kubernetes integration test starting |
SparkQA
commented
Nov 17, 2021
Kubernetes integration test status failure |
SparkQA
commented
Nov 17, 2021
Test build #145351 has finished for PR 34636 at commit
|
SparkQA
commented
Nov 17, 2021
Kubernetes integration test starting |
SparkQA
commented
Nov 18, 2021
Kubernetes integration test status failure |
…ite by iterating on the name
SparkQA
commented
Nov 18, 2021
Test build #145400 has finished for PR 34636 at commit
|
SparkQA
commented
Nov 18, 2021
Kubernetes integration test starting |
SparkQA
commented
Nov 18, 2021
Kubernetes integration test status failure |
SparkQA
commented
Nov 18, 2021
Test build #145404 has finished for PR 34636 at commit
|
SparkQA
commented
Nov 18, 2021
Kubernetes integration test starting |
SparkQA
commented
Nov 18, 2021
Kubernetes integration test status failure |
SparkQA
commented
Nov 22, 2021
Test build #145520 has finished for PR 34636 at commit
|
SparkQA
commented
Nov 22, 2021
Kubernetes integration test starting |
SparkQA
commented
Nov 22, 2021
Kubernetes integration test status failure |
Yikun
commented
Dec 20, 2021
retest this please |
SparkQA
commented
Dec 20, 2021
Test build #146393 has finished for PR 34636 at commit
|
SparkQA
commented
Dec 20, 2021
Kubernetes integration test starting |
SparkQA
commented
Dec 20, 2021
Kubernetes integration test status failure |
holdenk
commented
Mar 16, 2022
Closed for now we can revisit this later when we re-enable K8s testing. |
What changes were proposed in this pull request?
Drop remove reason stats check to make the test less flaky & disable Spark R test [hasn't passed for a long time]
Try and avoid PV/PVC delete/create race condition
Why are the changes needed?
Or K8s test suite is broken so people ignore it. This is not good.
Listener bus message is not always delivered and printed
SparkR tests have been broken for a long time and I don't see any interest in fixing them
PV/PVC creation/deletion can have a race condition during integration tests.
Does this PR introduce any user-facing change?
Test only change
How was this patch tested?
WIP (waiting on CI for k8s int).