aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2014-10-26 15:24:39 -0700
committerMichael Armbrust <michael@databricks.com>2014-10-26 15:24:41 -0700
commit879a16585808e8fe34bdede741565efc4c9f9bb3 (patch)
tree82f4b51780dfad43e90505ffa9a539c1d0022bfd /dev
parent0af7e514c6790cb78ee216986c45dbfe1217cd7d (diff)
downloadspark-879a16585808e8fe34bdede741565efc4c9f9bb3.tar.gz
spark-879a16585808e8fe34bdede741565efc4c9f9bb3.tar.bz2
spark-879a16585808e8fe34bdede741565efc4c9f9bb3.zip
[HOTFIX][SQL] Temporarily turn off hive-server tests.
The thirift server is not available in the default (hive13) profile yet which is breaking all SQL only PRs. This turns off these test until #2685 is merged. Author: Michael Armbrust <michael@databricks.com> Closes #2950 from marmbrus/fixTests and squashes the following commits: 1a6dfee [Michael Armbrust] [HOTFIX][SQL] Temporarily turn of hive-server tests.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests b/dev/run-tests
index f55497ae2b..972c8c8a21 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -173,7 +173,7 @@ CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
if [ -n "$_SQL_TESTS_ONLY" ]; then
# This must be an array of individual arguments. Otherwise, having one long string
#+ will be interpreted as a single test, which doesn't work.
- SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test" "hive-thriftserver/test")
+ SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test")
else
SBT_MAVEN_TEST_ARGS=("test")
fi