Skip to content

Commit

Permalink
[native] Enable additional Spark tests in CI (prestodb#24368)
Browse files Browse the repository at this point in the history
A few more tests are passing in the CI and are not flaky.
The flaky tests are excluded and have issues opened.
  • Loading branch information
czentgr authored and shangm2 committed Jan 21, 2025
1 parent aba3a4c commit 41d38e4
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 @@ -237,7 +237,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,TestPrestoSparkNativeJoinQueries,TestPrestoSparkSqlFunctions,TestPrestoSparkNativeTpchQueries,TestPrestoSparkNativeArrayFunctionQueries,TestPrestoSparkNativeGeneralQueries
export TESTCLASSES=TestPrestoSparkExpressionCompiler,TestPrestoSparkNativeBitwiseFunctionQueries,TestPrestoSparkNativeTpchConnectorQueries,TestPrestoSparkNativeSimpleQueries,TestPrestoSparkSqlFunctions,TestPrestoSparkNativeTpchQueries,TestPrestoSparkNativeArrayFunctionQueries
echo "TESTCLASSES = $TESTCLASSES"
mvn test \
${MAVEN_TEST} \
Expand Down

0 comments on commit 41d38e4

Please sign in to comment.