You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/12/30 08:51:49 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1655: [KYUUBI #1654][Bug] Flaky OperationsResourceSuite

yaooqinn commented on a change in pull request #1655:
URL: https://github.com/apache/incubator-kyuubi/pull/1655#discussion_r776626037



##########
File path: kyuubi-server/src/test/scala/org/apache/kyuubi/server/api/v1/OperationsResourceSuite.scala
##########
@@ -48,15 +48,22 @@ class OperationsResourceSuite extends KyuubiFunSuite with RestFrontendTestHelper
   }
 
   test("apply an action for an operation") {
-    val opHandleStr = getOpHandleStr(OperationType.EXECUTE_STATEMENT)
+    var opHandleStr = ""
+    eventually(Timeout(10.seconds)) {

Review comment:
       any better way rather than repeating?




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org