Skip to content

Commit 53f8ef4

Browse files
committed
Hack Jenkins to run one test.
1 parent 9a48e8d commit 53f8ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/run-tests

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ echo "========================================================================="
180180
CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
181181

182182
{
183+
184+
sbt/sbt -Phive -Dspark.hive.whitelist="inputddl5.*" "hive/test-only org.apache.spark.sql.hive.execution.HiveCompatibilitySuite"
185+
183186
# If the Spark SQL tests are enabled, run the tests with the Hive profiles enabled.
184187
# This must be a single argument, as it is.
185188
if [ -n "$_RUN_SQL_TESTS" ]; then

0 commit comments

Comments
 (0)