This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 0db6f3a  [SPARK-35785][SS][FOLLOWUP] Ignore concurrent update and 
cleanup test
0db6f3a is described below

commit 0db6f3a8446fc28ae2ba0c522bc817d08d4dd8a5
Author: Liang-Chi Hsieh <vii...@gmail.com>
AuthorDate: Fri Jul 2 10:58:48 2021 -0700

    [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 <vii...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit a6e00ee9d7e4bd213d91cc48b6ebe73a57ded24f)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 .../org/apache/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 4659a37..78fed29 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to