From a6e00ee9d7e4bd213d91cc48b6ebe73a57ded24f Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Fri, 2 Jul 2021 10:58:48 -0700 Subject: [PATCH] [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 Signed-off-by: Dongjoon Hyun --- .../spark/sql/execution/streaming/state/RocksDBSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala index 4659a3708c..78fed2956e 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala @@ -337,7 +337,7 @@ class RocksDBSuite extends SparkFunSuite { } } - test("ensure that concurrent update and cleanup consistent versions") { + ignore("ensure that concurrent update and cleanup consistent versions") { quietly { val numThreads = 20 val numUpdatesInEachThread = 20