cfmcgrady commented on code in PR #4749:
URL: https://github.com/apache/kyuubi/pull/4749#discussion_r1173559242
##########
externals/kyuubi-spark-sql-engine/src/test/scala/org/apache/kyuubi/engine/spark/SchedulerPoolSuite.scala:
##########
@@ -101,6 +101,10 @@ class SchedulerPoolSuite extends WithSparkSQLEngine with
HiveJDBCTestHelper {
})
threads.shutdown()
threads.awaitTermination(20, SECONDS)
+ // make sure the SparkListener has received the finished events for job1
and job2.
Review Comment:
if the root cause is the event not being received, let's call
`KyuubiSparkContextHelper.waitListenerBus()` to make sure there are no more
events in the spark event queue.
--
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]