Skip to content

Commit a6e00ee

Browse files
viiryadongjoon-hyun
authored andcommitted
[SPARK-35785][SS][FOLLOWUP] Ignore concurrent update and cleanup test
### What changes were proposed in this pull request? This patch ignores the test "ensure that concurrent update and cleanup consistent versions" in #32933. The test is currently flaky and we will address it later. ### Why are the changes needed? Unblock other developments. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing tests. Closes #33195 from viirya/ignore-rocksdb-test. Authored-by: Liang-Chi Hsieh <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent dcc4057 commit a6e00ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class RocksDBSuite extends SparkFunSuite {
337337
}
338338
}
339339

340-
test("ensure that concurrent update and cleanup consistent versions") {
340+
ignore("ensure that concurrent update and cleanup consistent versions") {
341341
quietly {
342342
val numThreads = 20
343343
val numUpdatesInEachThread = 20

0 commit comments

Comments
 (0)