Yikun commented on pull request #35553: URL: https://github.com/apache/spark/pull/35553#issuecomment-1042976528
Kubernetes K8S integration test passed: ``` $ build/sbt -Pvolcano -Pkubernetes -Pkubernetes-integration-tests -Dtest.exclude.tags=minikube,r -Dspark.kubernetes.test.namespace=default "kubernetes-integration-tests/test" [info] KubernetesSuite: [info] - Run SparkPi with no resources (10 seconds, 946 milliseconds) [info] - Run SparkPi with no resources & statefulset allocation (10 seconds, 714 milliseconds) [info] - Run SparkPi with a very long application name. (11 seconds, 494 milliseconds) [info] - Use SparkLauncher.NO_RESOURCE (10 seconds, 544 milliseconds) [info] - Run SparkPi with a master URL without a scheme. (11 seconds, 588 milliseconds) [info] - Run SparkPi with an argument. (11 seconds, 619 milliseconds) [info] - Run SparkPi with custom labels, annotations, and environment variables. (10 seconds, 555 milliseconds) [info] - All pods have the same service account by default (11 seconds, 490 milliseconds) [info] - Run extraJVMOptions check on driver (5 seconds, 467 milliseconds) [info] - Run SparkRemoteFileTest using a remote data file (10 seconds, 745 milliseconds) [info] - Verify logging configuration is picked from the provided SPARK_CONF_DIR/log4j2.properties (18 seconds, 999 milliseconds) [info] - Run SparkPi with env and mount secrets. (20 seconds, 363 milliseconds) [info] - Run PySpark on simple pi.py example (12 seconds, 653 milliseconds) [info] - Run PySpark to test a pyfiles example (14 seconds, 644 milliseconds) [info] - Run PySpark with memory customization (12 seconds, 467 milliseconds) [info] - Run in client mode. (9 seconds, 182 milliseconds) [info] - Start pod creation from template (11 seconds, 619 milliseconds) [info] - Test basic decommissioning (45 seconds, 783 milliseconds) [info] - Test basic decommissioning with shuffle cleanup (46 seconds, 198 milliseconds) [info] - Test decommissioning with dynamic allocation & shuffle cleanups (2 minutes, 45 seconds) [info] - Test decommissioning timeouts (45 seconds, 242 milliseconds) [info] - SPARK-37576: Rolling decommissioning (1 minute, 7 seconds) [info] VolcanoSuite: [info] - Run SparkPi with no resources (12 seconds, 548 milliseconds) [info] - Run SparkPi with no resources & statefulset allocation (11 seconds, 638 milliseconds) [info] - Run SparkPi with a very long application name. (11 seconds, 565 milliseconds) [info] - Use SparkLauncher.NO_RESOURCE (11 seconds, 492 milliseconds) [info] - Run SparkPi with a master URL without a scheme. (11 seconds, 465 milliseconds) [info] - Run SparkPi with an argument. (11 seconds, 617 milliseconds) [info] - Run SparkPi with custom labels, annotations, and environment variables. (12 seconds, 538 milliseconds) [info] - All pods have the same service account by default (11 seconds, 476 milliseconds) [info] - Run extraJVMOptions check on driver (6 seconds, 457 milliseconds) [info] - Run SparkRemoteFileTest using a remote data file (12 seconds, 536 milliseconds) [info] - Verify logging configuration is picked from the provided SPARK_CONF_DIR/log4j2.properties (18 seconds, 953 milliseconds) [info] - Run SparkPi with env and mount secrets. (20 seconds, 923 milliseconds) [info] - Run PySpark on simple pi.py example (13 seconds, 594 milliseconds) [info] - Run PySpark to test a pyfiles example (16 seconds, 584 milliseconds) [info] - Run PySpark with memory customization (12 seconds, 466 milliseconds) [info] - Run in client mode. (9 seconds, 125 milliseconds) [info] - Start pod creation from template (11 seconds, 642 milliseconds) [info] - Test basic decommissioning (46 seconds, 809 milliseconds) [info] - Test basic decommissioning with shuffle cleanup (48 seconds, 186 milliseconds) [info] - Test decommissioning with dynamic allocation & shuffle cleanups (2 minutes, 47 seconds) [info] - Test decommissioning timeouts (47 seconds, 200 milliseconds) [info] - SPARK-37576: Rolling decommissioning (1 minute, 8 seconds) [info] - Run SparkPi with volcano scheduler (11 seconds, 693 milliseconds) [info] - Run 4 SparkPi Jobs with 2 volcano queues (queue scheduling) (30 seconds, 590 milliseconds) ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
