Skip to content
Snippets Groups Projects
Commit aaa2c3b6 authored by Yin Huai's avatar Yin Huai Committed by Josh Rosen
Browse files

[SPARK-11823] Ignores HiveThriftBinaryServerSuite's test jdbc cancel

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.
parent 36d49350
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment