Skip to content

Commit

Permalink
[native] Remove flaky spark tests to stabilize CI
Browse files Browse the repository at this point in the history
When we added the Spark tests it turns out another class
is flaky and an issue has been opened.
The goal was to run as many tests as possible and exclude
known flaky tests until they can be addressed as they can fail
the CI pipeline.
  • Loading branch information
czentgr committed Jan 22, 2025
1 parent c2b22c0 commit d827df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prestocpp-linux-build-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
export TESTCLASSES=${TESTCLASSES#,}
# Override the possible test classes with test classes known to pass from the previous CI.
# A number of newly added tests are flaky and are disabled.
export TESTCLASSES=TestPrestoSparkExpressionCompiler,TestPrestoSparkNativeBitwiseFunctionQueries,TestPrestoSparkNativeTpchConnectorQueries,TestPrestoSparkNativeSimpleQueries,TestPrestoSparkSqlFunctions,TestPrestoSparkNativeTpchQueries,TestPrestoSparkNativeArrayFunctionQueries
export TESTCLASSES=TestPrestoSparkExpressionCompiler,TestPrestoSparkNativeBitwiseFunctionQueries,TestPrestoSparkNativeTpchConnectorQueries,TestPrestoSparkNativeSimpleQueries,TestPrestoSparkSqlFunctions,TestPrestoSparkNativeTpchQueries
echo "TESTCLASSES = $TESTCLASSES"
mvn test \
${MAVEN_TEST} \
Expand Down

0 comments on commit d827df7

Please sign in to comment.