dongjoon-hyun commented on PR #41364:
URL: https://github.com/apache/spark/pull/41364#issuecomment-1569449474

   ```
   $ docker run -it --rm -v $PWD:/spark -w /spark --entrypoint /bin/bash 
openjdk:17
   bash-4.4# build/sbt -Pyarn "yarn/testOnly *.YarnShuffleServiceMetricsSuite"
   Using /usr/java/openjdk-17 as default JAVA_HOME.
   Note, this will be overridden by -java-home if it is set.
   Attempting to fetch sbt
   Launching sbt from build/sbt-launch-1.8.3.jar
   [info] [launcher] getting org.scala-sbt sbt 1.8.3  (this may take some 
time)...
   [info] [launcher] getting Scala 2.12.17 (for sbt)...
   [info] welcome to sbt 1.8.3 (Oracle Corporation Java 17.0.2)
   ...
   [info] YarnShuffleServiceMetricsSuite:
   [info] - metrics named as expected (161 milliseconds)
   [info] - openBlockRequestLatencyMillis - collector receives correct types 
(83 milliseconds)
   [info] - registerExecutorRequestLatencyMillis - collector receives correct 
types (3 milliseconds)
   [info] - blockTransferRateBytes - collector receives correct types (3 
milliseconds)
   [info] - blockTransferRate - collector receives correct types (3 
milliseconds)
   [info] - blockTransferMessageRate - collector receives correct types (2 
milliseconds)
   [info] - registeredExecutorsSize - collector receives correct types (42 
milliseconds)
   [info] Run completed in 8 seconds, 699 milliseconds.
   [info] Total number of tests run: 7
   [info] Suites: completed 1, aborted 0
   [info] Tests: succeeded 7, failed 0, canceled 0, ignored 0, pending 0
   [info] All tests passed.
   [success] Total time: 232 s (03:52), completed May 31, 2023, 3:38:45 AM
   bash-4.4#
   ```


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