Skip to content

Commit

Permalink
netty
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Jan 9, 2025
1 parent 7a82b46 commit 05d3acb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,8 @@ jobs:
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
$MVN_CMD clean test -Pspark-3.4 -Pjava-11 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Phudi -Pspark-ut \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags \
-DargLine="-Dio.netty.tryReflectionSetAccessible=true"
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -810,7 +811,8 @@ jobs:
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk
$MVN_CMD clean test -Pspark-3.4 -Pjava-11 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Pspark-ut -Phudi \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DtagsToInclude=org.apache.spark.tags.ExtendedSQLTest
-DtagsToInclude=org.apache.spark.tags.ExtendedSQLTest \
-DargLine="-Dio.netty.tryReflectionSetAccessible=true"
- name: Upload test report
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 05d3acb

Please sign in to comment.