aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver/src/test
diff options
context:
space:
mode:
authorDavies Liu <davies@databricks.com>2016-02-02 16:24:31 -0800
committerDavies Liu <davies.liu@gmail.com>2016-02-02 16:24:31 -0800
commit6de6a97728408ee2619006decf2267cc43eeea0d (patch)
tree976f832db108d7388dd3a3b2ac92150e69e7ebb7 /sql/hive-thriftserver/src/test
parentb377b03531d21b1d02a8f58b3791348962e1f31b (diff)
downloadspark-6de6a97728408ee2619006decf2267cc43eeea0d.tar.gz
spark-6de6a97728408ee2619006decf2267cc43eeea0d.tar.bz2
spark-6de6a97728408ee2619006decf2267cc43eeea0d.zip
[SPARK-13150] [SQL] disable two flaky tests
Author: Davies Liu <davies@databricks.com> Closes #11037 from davies/disable_flaky.
Diffstat (limited to 'sql/hive-thriftserver/src/test')
-rw-r--r--sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
index ba3b26e1b7..9860e40fe8 100644
--- a/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
+++ b/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
@@ -488,7 +488,8 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest {
}
}
- test("SPARK-11595 ADD JAR with input path having URL scheme") {
+ // TODO: enable this
+ ignore("SPARK-11595 ADD JAR with input path having URL scheme") {
withJdbcStatement { statement =>
val jarPath = "../hive/src/test/resources/TestUDTF.jar"
val jarURL = s"file://${System.getProperty("user.dir")}/$jarPath"
@@ -546,7 +547,8 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
override protected def extraConf: Seq[String] =
"--conf spark.sql.hive.thriftServer.singleSession=true" :: Nil
- test("test single session") {
+ // TODO: enable this
+ ignore("test single session") {
withMultipleConnectionJdbcStatement(
{ statement =>
val jarPath = "../hive/src/test/resources/TestUDTF.jar"