dongjoon-hyun commented on PR #43693: URL: https://github.com/apache/spark/pull/43693#issuecomment-1797914973
I verified manually. ``` [info] CoarseGrainedExecutorBackendSuite: [info] - parsing no resources (468 milliseconds) [info] - parsing one resource (27 milliseconds) [info] - parsing multiple resources resource profile (11 milliseconds) [info] - parsing multiple resources (9 milliseconds) [info] - error checking parsing resources and executor and task configs (18 milliseconds) [info] - executor resource found less than required resource profile (9 milliseconds) [info] - executor resource found less than required (8 milliseconds) [info] - use resource discovery (25 milliseconds) [info] - use resource discovery and allocated file option with resource profile (19 milliseconds) [info] - use resource discovery and allocated file option (18 milliseconds) [info] - track allocated resources by taskId (252 milliseconds) [info] - SPARK-24203 when bindAddress is not set, it defaults to hostname (1 millisecond) [info] - SPARK-24203 when bindAddress is different, it does not default to hostname (1 millisecond) [info] - Tasks launched should always be cancelled. (1 second, 358 milliseconds) [info] - Tasks not launched should always be cancelled. (175 milliseconds) [info] - SPARK-40320 Executor should exit when initialization failed for fatal error (2 seconds, 472 milliseconds) [info] Run completed in 5 seconds, 660 milliseconds. [info] Total number of tests run: 16 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 16, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 71 s (01:11), completed Nov 6, 2023, 10:52:27 PM ``` -- 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]
