Repository: spark Updated Branches: refs/heads/master 0af7e514c -> 879a16585
[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 <[email protected]> Closes #2950 from marmbrus/fixTests and squashes the following commits: 1a6dfee [Michael Armbrust] [HOTFIX][SQL] Temporarily turn of hive-server tests. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/879a1658 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/879a1658 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/879a1658 Branch: refs/heads/master Commit: 879a16585808e8fe34bdede741565efc4c9f9bb3 Parents: 0af7e51 Author: Michael Armbrust <[email protected]> Authored: Sun Oct 26 15:24:39 2014 -0700 Committer: Michael Armbrust <[email protected]> Committed: Sun Oct 26 15:24:41 2014 -0700 ---------------------------------------------------------------------- dev/run-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/879a1658/dev/run-tests ---------------------------------------------------------------------- diff --git a/dev/run-tests b/dev/run-tests index f55497a..972c8c8 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
