Skip to content

Commit

Permalink
[SPARK-11823] Ignores HiveThriftBinaryServerSuite's test jdbc cancel
Browse files Browse the repository at this point in the history
https://issues.apache.org/jira/browse/SPARK-11823

This test often hangs and times out, leaving hanging processes. Let's ignore it for now and improve the test.

Author: Yin Huai <yhuai@databricks.com>

Closes #10715 from yhuai/SPARK-11823-ignore.
  • Loading branch information
yhuai authored and JoshRosen committed Jan 12, 2016
1 parent 36d4935 commit aaa2c3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ class HiveThriftBinaryServerSuite extends HiveThriftJdbcTest {
)
}

test("test jdbc cancel") {
// This test often hangs and then times out, leaving the hanging processes.
// Let's ignore it and improve the test.
ignore("test jdbc cancel") {
withJdbcStatement { statement =>
val queries = Seq(
"DROP TABLE IF EXISTS test_map",
Expand Down

0 comments on commit aaa2c3b

Please sign in to comment.