From a0cc01759b0c2cecf340c885d391976eb4e3fad6 Mon Sep 17 00:00:00 2001 From: Michael Armbrust Date: Tue, 4 Aug 2015 12:19:52 -0700 Subject: [SPARK-9606] [SQL] Ignore flaky thrift server tests Author: Michael Armbrust Closes #7939 from marmbrus/turnOffThriftTests and squashes the following commits: 80d618e [Michael Armbrust] [SPARK-9606][SQL] Ignore flaky thrift server tests --- .../apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sql/hive-thriftserver/src') 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 8374629b5d..17e7044c46 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 @@ -38,7 +38,7 @@ import org.apache.hive.service.cli.thrift.TCLIService.Client import org.apache.hive.service.cli.thrift.ThriftCLIServiceClient import org.apache.thrift.protocol.TBinaryProtocol import org.apache.thrift.transport.TSocket -import org.scalatest.BeforeAndAfterAll +import org.scalatest.{Ignore, BeforeAndAfterAll} import org.apache.spark.{Logging, SparkFunSuite} import org.apache.spark.sql.hive.HiveContext @@ -53,6 +53,7 @@ object TestData { val smallKvWithNull = getTestDataFilePath("small_kv_with_null.txt") } +@Ignore // SPARK-9606 class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest { override def mode: ServerMode.Value = ServerMode.binary @@ -379,6 +380,7 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest { } } +@Ignore // SPARK-9606 class HiveThriftHttpServerSuite extends HiveThriftJdbcTest { override def mode: ServerMode.Value = ServerMode.http -- cgit v1.2.3