skonto edited a comment on issue #23514: [SPARK-24902][K8s] Add PV integration tests URL: https://github.com/apache/spark/pull/23514#issuecomment-459972802 @shaneknapp just used `minikube config set kubernetes-version v1.10.0` and tests run as expected (disabled the rest just to be quicker): ``` KubernetesSuite: - Test PVs with local storage Run completed in 30 seconds, 499 milliseconds. Total number of tests run: 1 Suites: completed 2, aborted 0 Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 All tests passed. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Spark Project Parent POM 3.0.0-SNAPSHOT: [INFO] [INFO] Spark Project Parent POM ........................... SUCCESS [ 3.470 s] [INFO] Spark Project Tags ................................. SUCCESS [ 2.953 s] [INFO] Spark Project Local DB ............................. SUCCESS [ 2.078 s] [INFO] Spark Project Networking ........................... SUCCESS [ 3.525 s] [INFO] Spark Project Shuffle Streaming Service ............ SUCCESS [ 2.280 s] [INFO] Spark Project Unsafe ............................... SUCCESS [ 2.123 s] [INFO] Spark Project Launcher ............................. SUCCESS [ 2.430 s] [INFO] Spark Project Core ................................. SUCCESS [ 20.129 s] [INFO] Spark Project Kubernetes Integration Tests ......... SUCCESS [ 35.134 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:14 min [INFO] Finished at: 2019-02-02T17:10:01+02:00 [INFO] ------------------------------------------------------------------------ ``` I also verified the test on a clean aws instance. weird... we need the debug info from `kubectl describe pod -n...` `kubectl get events -n ..` to see what happens with the mounting? Can you try that first?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
