GitHub user tdas opened a pull request:
https://github.com/apache/spark/pull/18442
[SS][Minor] Fix flaky test in DatastreamReaderWriterSuite. temp checkpoint
dir should be deleted
## What changes were proposed in this pull request?
Stopping query while it is being initialized can throw interrupt exception,
in which case temporary checkpoint directories will not be deleted, and the
test will fail.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tdas/spark DatastreamReaderWriterSuite-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/18442.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 #18442
----
commit ce67f8899ec9b8a077fcc1f5ed967980989d63fd
Author: Tathagata Das <[email protected]>
Date: 2017-06-27T21:04:13Z
Fix flaky 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]