Uh oh!
There was an error while loading. Please reload this page.
[SPARK-20407][TESTS][BACKPORT-2.1] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles' flaky test - #17720
Closed
bogdanrdc wants to merge 1 commit into
Closed
Conversation
bogdanrdc
commented
Apr 21, 2017
ContributorAuthor
retest this please |
bogdanrdc
commented
Apr 21, 2017
ContributorAuthor
Jenkins, retest this please |
hvanhovell
commented
Apr 21, 2017
Contributor
LGTM |
SparkQA
commented
Apr 21, 2017
Test build #76033 has finished for PR 17720 at commit
|
SparkQA
commented
Apr 21, 2017
Test build #76035 has finished for PR 17720 at commit
|
asfgit pushed a commit
that referenced
this pull request
Apr 22, 2017
…ing ignoreCorruptFiles' flaky test ## What changes were proposed in this pull request? SharedSQLContext.afterEach now calls DebugFilesystem.assertNoOpenStreams inside eventually. SQLTestUtils withTempDir calls waitForTasksToFinish before deleting the directory. ## How was this patch tested? New test but marked as ignored because it takes 30s. Can be unignored for review. Author: Bogdan Raducanu <bogdan@databricks.com> Closes#17720 from bogdanrdc/SPARK-20407-BACKPORT2.1.
gatorsmile
commented
Apr 22, 2017
Member
Thanks! Merging to 2.1 Could you close it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
SharedSQLContext.afterEach now calls DebugFilesystem.assertNoOpenStreams inside eventually.
SQLTestUtils withTempDir calls waitForTasksToFinish before deleting the directory.
How was this patch tested?
New test but marked as ignored because it takes 30s. Can be unignored for review.