Skip to content

Commit

Permalink
[SPARK-9606] [SQL] Ignore flaky thrift server tests
Browse files Browse the repository at this point in the history
Author: Michael Armbrust <[email protected]>

Closes apache#7939 from marmbrus/turnOffThriftTests and squashes the following commits:

80d618e [Michael Armbrust] [SPARK-9606][SQL] Ignore flaky thrift server tests
  • Loading branch information
marmbrus committed Aug 4, 2015
1 parent 5a23213 commit a0cc017
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -379,6 +380,7 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest {
}
}

@Ignore // SPARK-9606
class HiveThriftHttpServerSuite extends HiveThriftJdbcTest {
override def mode: ServerMode.Value = ServerMode.http

Expand Down

0 comments on commit a0cc017

Please sign in to comment.