You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by da...@apache.org on 2016/02/03 01:24:39 UTC

spark git commit: [SPARK-13150] [SQL] disable two flaky tests

Repository: spark
Updated Branches:
  refs/heads/master b377b0353 -> 6de6a9772


[SPARK-13150] [SQL] disable two flaky tests

Author: Davies Liu <da...@databricks.com>

Closes #11037 from davies/disable_flaky.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6de6a977
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6de6a977
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6de6a977

Branch: refs/heads/master
Commit: 6de6a97728408ee2619006decf2267cc43eeea0d
Parents: b377b03
Author: Davies Liu <da...@databricks.com>
Authored: Tue Feb 2 16:24:31 2016 -0800
Committer: Davies Liu <da...@gmail.com>
Committed: Tue Feb 2 16:24:31 2016 -0800

----------------------------------------------------------------------
 .../spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6de6a977/sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala
----------------------------------------------------------------------
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 ba3b26e..9860e40 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"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org