dongjoon-hyun commented on pull request #29248:
URL: https://github.com/apache/spark/pull/29248#issuecomment-664055331
Actually, this PR's change passed Jenkins K8s IT because it triggers all
tests successfully. The one test case failure is irrelevant and flaky one.
```
KubernetesSuite:
- Run SparkPi with no resources *** FAILED ***
The code passed to eventually never returned normally. Attempted 190 times
over 3.0022143221666666 minutes. Last failure message: false was not true.
(KubernetesSuite.scala:388)
- Run SparkPi with a very long application name.
- Use SparkLauncher.NO_RESOURCE
- Run SparkPi with a master URL without a scheme.
- Run SparkPi with an argument.
- Run SparkPi with custom labels, annotations, and environment variables.
- All pods have the same service account by default
- Run extraJVMOptions check on driver
- Run SparkRemoteFileTest using a remote data file
- Run SparkPi with env and mount secrets.
- Run PySpark on simple pi.py example
- Run PySpark with Python3 to test a pyfiles example
- Run PySpark with memory customization
- Run in client mode.
- Start pod creation from template
- PVs with local storage
- Launcher client dependencies
- Test basic decommissioning
Run completed in 15 minutes, 37 seconds.
Total number of tests run: 18
Suites: completed 2, aborted 0
Tests: succeeded 17, failed 1, canceled 0, ignored 0, pending 0
*** 1 TEST FAILED ***
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]