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 4be5e218dc3 [SPARK-46081][INFRA] Set `DEDICATED_JVM_SBT_TESTS` in 
`build_java21.yml`
4be5e218dc3 is described below

commit 4be5e218dc399a7f22e7b909c18f52de49653837
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Nov 23 16:49:09 2023 -0800

    [SPARK-46081][INFRA] Set `DEDICATED_JVM_SBT_TESTS` in `build_java21.yml`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to use `DEDICATED_JVM_SBT_TESTS` environment variable in 
`build_java21.yml` to stabilize the following flaky test suites. Note that this 
is also flaky in other pipelines. The reason why we add this to `Java 21` build 
only is to focus on Java 21 issues in this pipeline.
    
    ### Why are the changes needed?
    
    To stabilize those test suites in order to focus Java 21 issues in this 
pipeline.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    PR builder CI is irrelevant to this PR. After manual review, we need to 
check this in daily CI.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43990 from dongjoon-hyun/SPARK-46081.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_java21.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_java21.yml 
b/.github/workflows/build_java21.yml
index 8d8fc1ef7f9..b1ef5a32183 100644
--- a/.github/workflows/build_java21.yml
+++ b/.github/workflows/build_java21.yml
@@ -38,6 +38,7 @@ jobs:
         {
           "SKIP_MIMA": "true",
           "SKIP_UNIDOC": "true",
+          "DEDICATED_JVM_SBT_TESTS": 
"org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormatV1Suite,org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormatV2Suite,org.apache.spark.sql.execution.datasources.orc.OrcSourceV1Suite,org.apache.spark.sql.execution.datasources.orc.OrcSourceV2Suite"
         }
       jobs: >-
         {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to