pan3793 commented on code in PR #7254:
URL: https://github.com/apache/kyuubi/pull/7254#discussion_r2623677089
##########
kyuubi-server/src/test/scala/org/apache/kyuubi/server/rest/client/BatchCliSuite.scala:
##########
@@ -259,7 +259,7 @@ class BatchCliSuite extends RestClientTestHelper with
TestPrematureExit with Bat
"--forward")
result = testPrematureExitForControlCli(logArgs, "")
assert(result.contains(s"Submitted application: $sparkBatchTestAppName"))
- assert(result.contains("Shutdown hook called"))
+ assert(result.contains("Successfully stopped SparkContext"))
Review Comment:
SPARK-54259 demote the log level of "Shutdown hook called" to debug
##########
kyuubi-server/src/test/scala/org/apache/kyuubi/server/rest/client/BatchCliSuite.scala:
##########
@@ -259,7 +259,7 @@ class BatchCliSuite extends RestClientTestHelper with
TestPrematureExit with Bat
"--forward")
result = testPrematureExitForControlCli(logArgs, "")
assert(result.contains(s"Submitted application: $sparkBatchTestAppName"))
- assert(result.contains("Shutdown hook called"))
+ assert(result.contains("Successfully stopped SparkContext"))
Review Comment:
SPARK-54259 demotes the log level of "Shutdown hook called" to debug
--
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]