You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/07/02 17:59:16 UTC

[spark] branch master updated: [SPARK-35785][SS][FOLLOWUP] Ignore concurrent update and cleanup test

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

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


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

commit a6e00ee9d7e4bd213d91cc48b6ebe73a57ded24f
Author: Liang-Chi Hsieh <vi...@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 <vi...@gmail.com>
    Signed-off-by: Dongjoon Hyun <do...@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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org