You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2022/05/12 09:52:17 UTC

[calcite] branch main updated: [CALCITE-5140] Spark, Piglet tests fail in GitHub CI with OpenJ9

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

zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new bb17ab4a56 [CALCITE-5140] Spark, Piglet tests fail in GitHub CI with OpenJ9
bb17ab4a56 is described below

commit bb17ab4a56f5862c1da355f6e2bcf6031a05eca0
Author: Benchao Li <li...@gmail.com>
AuthorDate: Wed May 11 22:10:07 2022 +0800

    [CALCITE-5140] Spark, Piglet tests fail in GitHub CI with OpenJ9
    
    Close apache/calcite#2802
---
 .github/workflows/main.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 60f20e59f5..ac12876aa8 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -142,7 +142,8 @@ jobs:
         with:
           job-id: jdk8-openj9
           remote-build-cache-proxy-enabled: false
-          arguments: --scan --no-parallel --no-daemon build javadoc
+          # Temporarily disable hadoop related tests due to https://github.com/eclipse-openj9/openj9/issues/14950
+          arguments: --scan --no-parallel --no-daemon -x :piglet:test -x :spark:test build javadoc
       - name: 'sqlline and sqllsh'
         run: |
           ./sqlline -e '!quit'