Skip to content

Commit 3b1e475

Browse files
committed
Enable flaky tests.
1 parent 5a275ec commit 3b1e475

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/HiveThriftServer2Suites.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,7 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest {
488488
}
489489
}
490490

491-
// TODO: enable this
492-
ignore("SPARK-11595 ADD JAR with input path having URL scheme") {
491+
test("SPARK-11595 ADD JAR with input path having URL scheme") {
493492
withJdbcStatement { statement =>
494493
val jarPath = "../hive/src/test/resources/TestUDTF.jar"
495494
val jarURL = s"file://${System.getProperty("user.dir")}/$jarPath"
@@ -547,8 +546,7 @@ class SingleSessionSuite extends HiveThriftJdbcTest {
547546
override protected def extraConf: Seq[String] =
548547
"--conf spark.sql.hive.thriftServer.singleSession=true" :: Nil
549548

550-
// TODO: enable this
551-
ignore("test single session") {
549+
test("test single session") {
552550
withMultipleConnectionJdbcStatement(
553551
{ statement =>
554552
val jarPath = "../hive/src/test/resources/TestUDTF.jar"

0 commit comments

Comments
 (0)