File tree Expand file tree Collapse file tree
main/scala/org/apache/kyuubi/server
test/scala/org/apache/kyuubi/server/api/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ class KyuubiBatchService(
143143 error(s " Unable to modify metadata for $batchId to ERROR " , ex)
144144 }
145145 }
146- Thread .sleep(1000 )
147146 }
148147 }
149148 }
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ class BatchesV2ResourceSuite extends BatchesResourceSuiteBase {
111111 val batchInfo = batchInfoResponse.readEntity(classOf [Batch ])
112112 assert(
113113 batchInfo.getState === " ERROR" ,
114- " Batch should eventually become ERROR after being picked and failed by the " +
115- " catch path, rather than remaining stuck in PENDING" )
114+ " Batch should eventually become ERROR after being picked and failed by the " +
115+ " catch path, rather than remaining stuck in PENDING" )
116116 }
117117
118118 sessionManager.metadataManager = originalMetadataManager
You can’t perform that action at this time.
0 commit comments