You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBStateStoreIntegrationSuite.scala
-9
Original file line number
Diff line number
Diff line change
@@ -246,18 +246,9 @@ class RocksDBStateStoreIntegrationSuite extends StreamTest
246
246
inputData.addData(2, 3)
247
247
query.processAllAvailable()
248
248
249
-
// StateStore should be unloaded, so its tmp dir shouldn't exist
250
-
for (file <-newFile(Utils.getLocalDir(sparkConf)).listFiles()) {
251
-
assert(!file.getName().startsWith("StateStore"))
252
-
}
253
-
254
249
inputData.addData(3, 4)
255
250
inputData.addData(4, 5)
256
251
query.processAllAvailable()
257
-
258
-
for (file <-newFile(Utils.getLocalDir(sparkConf)).listFiles()) {
0 commit comments