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 9bb1fe2a841 [SPARK-46014][SQL][TESTS] Run 
`RocksDBStateStoreStreamingAggregationSuite` on a dedicated JVM
9bb1fe2a841 is described below

commit 9bb1fe2a8410e6a0dbf73a420d8e9b359363b932
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Mon Nov 20 17:54:41 2023 -0800

    [SPARK-46014][SQL][TESTS] Run `RocksDBStateStoreStreamingAggregationSuite` 
on a dedicated JVM
    
    ### What changes were proposed in this pull request?
    
    This PR aims to run `RocksDBStateStoreStreamingAggregationSuite` on a 
dedicated JVM to reduce the flakiness.
    
    ### Why are the changes needed?
    
    `RocksDBStateStoreStreamingAggregationSuite` is flaky.
    - https://github.com/apache/spark/actions/runs/6936862847/job/18869845206
    - https://github.com/apache/spark/actions/runs/6926542106/job/18838877151
    - https://github.com/apache/spark/actions/runs/6924927427/job/18834849433
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43916 from dongjoon-hyun/SPARK-46014.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 project/SparkBuild.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index c6ff448159c..9aaa37c3909 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -541,6 +541,7 @@ object SparkParallelTestGrouping {
     "org.apache.spark.sql.hive.thriftserver.ui.ThriftServerPageSuite",
     "org.apache.spark.sql.hive.thriftserver.ui.HiveThriftServer2ListenerSuite",
     "org.apache.spark.sql.kafka010.KafkaDelegationTokenSuite",
+    
"org.apache.spark.sql.streaming.RocksDBStateStoreStreamingAggregationSuite",
     "org.apache.spark.shuffle.KubernetesLocalDiskShuffleDataIOSuite",
     "org.apache.spark.sql.hive.HiveScalaReflectionSuite"
   )


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

Reply via email to