GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/10425
[SPARK-11823] Fix flaky JDBC cancellation test in
HiveThriftBinaryServerSuite
This patch fixes a flaky "test jdbc cancel" test in
HiveThriftBinaryServerSuite. This test is prone to a race-condition which
causes it to block indefinitely with while waiting for an extremely slow query
to complete, which caused many Jenkins builds to time out.
For more background, see my comments on #6207 (the PR which introduced this
test).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark SPARK-11823
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/10425.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10425
----
commit baa594c1bc1608cc6e0576d6b834dcc63a61052b
Author: Josh Rosen <[email protected]>
Date: 2015-12-22T00:26:40Z
Call superclass's before and after methods.
commit ad2776ef6018302f749c5f4478a93099c76569b7
Author: Josh Rosen <[email protected]>
Date: 2015-12-22T01:07:41Z
Fix flaky HiveBinaryThriftServer JDBC cancellation test.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]