yehere commented on code in PR #4417:
URL: https://github.com/apache/kyuubi/pull/4417#discussion_r1128892298
##########
integration-tests/kyuubi-trino-it/src/test/scala/org/apache/kyuubi/it/trino/server/TrinoFrontendSuite.scala:
##########
@@ -46,16 +67,8 @@ class TrinoFrontendSuite extends WithKyuubiServer with
SparkMetadataTests {
override protected val password: String = ""
override def beforeAll(): Unit = {
- super.beforeAll()
-
// eagerly start spark engine before running test, it's a workaround for
trino jdbc driver
// since it does not support changing http connect timeout
- try {
- withJdbcStatement() { statement =>
- statement.execute("SELECT 1")
- }
- } catch {
- case NonFatal(e) =>
- }
Review Comment:
ok,I thought it was for init testing .. it can skip the timeout exception
--
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]