This is an automated email from the ASF dual-hosted git repository.
ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 792c5422d [KYUUBI #2523] Flaky Test: KyuubiBatchYarnClusterSuite -
open batch session
792c5422d is described below
commit 792c5422daf5028f95865f7a8192a00a4c2bcb75
Author: Fei Wang <[email protected]>
AuthorDate: Thu May 5 12:08:36 2022 +0800
[KYUUBI #2523] Flaky Test: KyuubiBatchYarnClusterSuite - open batch session
### _Why are the changes needed?_
To close #2522
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #2523 from turboFei/flaky_Test.
Closes #2523
e84d3daa [Fei Wang] Flaky Test: KyuubiBatchYarnClusterSuite open batch
session
Authored-by: Fei Wang <[email protected]>
Signed-off-by: ulysses-you <[email protected]>
---
.../scala/org/apache/kyuubi/operation/KyuubiBatchYarnClusterSuite.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiBatchYarnClusterSuite.scala
b/kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiBatchYarnClusterSuite.scala
index fda38fc36..8c9bb3154 100644
---
a/kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiBatchYarnClusterSuite.scala
+++
b/kyuubi-server/src/test/scala/org/apache/kyuubi/operation/KyuubiBatchYarnClusterSuite.scala
@@ -84,7 +84,7 @@ class KyuubiBatchYarnClusterSuite extends
WithKyuubiServerOnYarn {
assert(appInfo("state") === "KILLED")
- eventually(timeout(10.seconds), interval(50.milliseconds)) {
+ eventually(timeout(3.minutes), interval(50.milliseconds)) {
assert(batchJobSubmissionOp.getStatus.state === ERROR)
}