Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 committed Feb 21, 2024
1 parent 3a76507 commit d67f2ea
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,7 @@ class TFrontendServiceSuite extends KyuubiFunSuite {
assert(cancelOpResp.getStatus.getStatusCode === TStatusCode.SUCCESS_STATUS)
assert(sessionManager.getOpenSessionCount === 1)
assert(session.lastIdleTime === 0)
eventually(timeout(Span(60, Seconds)), interval(Span(1, Seconds))) {
assert(lastAccessTime < session.lastAccessTime)
}

lastAccessTime = session.lastAccessTime

eventually(timeout(Span(60, Seconds)), interval(Span(1, Seconds))) {
Expand Down

0 comments on commit d67f2ea

Please sign in to comment.