Yikun commented on PR #38789:
URL: https://github.com/apache/spark/pull/38789#issuecomment-1335991844

   Test on local (default):
   ```
   $ build/sbt -Pvolcano -Pkubernetes -Pkubernetes-integration-tests 
-Dspark.kubernetes.test.driverRequestCores=0.5 
-Dspark.kubernetes.test.executorRequestCores=0.2 -Dtest.include.tags=volcano 
"kubernetes-integration-tests/test"
   
   [info] VolcanoSuite:
   [info] - Run SparkPi with volcano scheduler (11 seconds, 560 milliseconds)
   [info] - SPARK-38187: Run SparkPi Jobs with minCPU (25 seconds, 468 
milliseconds)
   [info] - SPARK-38187: Run SparkPi Jobs with minMemory (27 seconds, 499 
milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enabled) (12 
seconds, 286 milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enabled) (20 
seconds, 377 milliseconds)
   [info] - SPARK-38423: Run driver job to validate priority order (16 seconds, 
438 milliseconds)
   [info] YuniKornSuite:
   [info] Run completed in 2 minutes, 35 seconds.
   [info] Total number of tests run: 6
   [info] Suites: completed 3, aborted 0
   [info] Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [success] Total time: 442 s (07:22), completed 2022-12-3 8:39:18
   ```
   - Test on Github Action with `volcanoMaxConcurrencyJobNum`: 
https://github.com/Yikun/spark/pull/192
   ```
   $ build/sbt -Pvolcano -Psparkr -Pkubernetes -Pkubernetes-integration-tests 
-Dspark.kubernetes.test.driverRequestCores=0.5 
-Dspark.kubernetes.test.executorRequestCores=0.2 
-Dspark.kubernetes.test.volcanoMaxConcurrencyJobNum=1 
-Dtest.include.tags=volcano "kubernetes-integration-tests/test"
   
   [info] VolcanoSuite:
   [info] - Run SparkPi with volcano scheduler (18 seconds, 122 milliseconds)
   [info] - SPARK-38187: Run SparkPi Jobs with minCPU (53 seconds, 964 
milliseconds)
   [info] - SPARK-38187: Run SparkPi Jobs with minMemory (54 seconds, 523 
milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enabled) (22 
seconds, 185 milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enabled) (33 
seconds, 349 milliseconds)
   [info] - SPARK-38423: Run driver job to validate priority order (32 seconds, 
435 milliseconds)
   [info] YuniKornSuite:
   [info] Run completed in 4 minutes, 16 seconds.
   [info] Total number of tests run: 6
   [info] Suites: completed 3, aborted 0
   [info] Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [warn] In the last 494 seconds, 7.296 (1.5%) were spent in GC. [Heap: 3.12GB 
free of 3.83GB, max 3.83GB] Consider increasing the JVM heap using `-Xmx` or 
try a different collector, e.g. `-XX:+UseG1GC`, for better performance.
   [success] Total time: 924 s (15:24), completed Dec 3, 2022 12:49:42 AM
   ```
   


-- 
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]

Reply via email to