cfmcgrady commented on code in PR #2692:
URL: https://github.com/apache/incubator-kyuubi/pull/2692#discussion_r876654465


##########
kyuubi-server/src/test/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilderSuite.scala:
##########
@@ -73,15 +73,13 @@ class SparkProcessBuilderSuite extends KerberizedTestHelper 
with MockitoSugar {
   }
 
   test("engine log truncation") {
-    val msg = "org.apache.spark.sql.hive."
     val pb =
       new SparkProcessBuilder("kentyao", conf.set("spark.hive.metastore.uris", 
"thrift://dummy"))
     pb.start
     eventually(timeout(90.seconds), interval(500.milliseconds)) {
       val error1 = pb.getError
       assert(!error1.getMessage.contains("Failed to detect the root cause"))
       assert(error1.getMessage.contains("See more: "))

Review Comment:
   Note that the spark-3.3 contains the message `org.apache.spark.sql.hive.` at 
the tail of the engine log file.



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