-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12582][Test] IndexShuffleBlockResolverSuite fails in windows #10526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* IndexShuffleBlockResolverSuite fails in windows due to file is not closed. * mv IndexShuffleBlockResolverSuite.scala from "test/java" to "test/scala".
|
LGTM @andrewor14 |
|
Looks good, but maybe we should close the stream in a |
|
@yucai can you update accordingly? |
|
Sure, I will update the codes. |
|
Ping again; should be quick to update then we can merge. |
|
Jenkins, this is ok to test? |
|
Test build #48801 has finished for PR 10526 at commit
|
|
Test build #2352 has finished for PR 10526 at commit
|
|
@yucai should we take this over, in which case you can close this PR, or do you intend to update it? |
|
Sorry, I miss the conversation! I will update it right now. |
|
Test build #49088 has finished for PR 10526 at commit
|
|
Jenkins, retest this please. |
1 similar comment
|
Jenkins, retest this please. |
|
Test build #49098 has finished for PR 10526 at commit
|
|
Test build #49121 has finished for PR 10526 at commit
|
|
Test build #2362 has finished for PR 10526 at commit
|
|
retest this please |
|
Test build #49173 has finished for PR 10526 at commit
|
|
Looks like a known-flaky streaming test. |
|
One failure is about flaky streaming test. I retest InputStreamsSuite locally, no failure. Another failure looks like some test fail to launch? Like below: How about retest this? |
|
@JoshRosen @andrewor14 could you kindly help retest? |
|
Jenkins, retest this please. |
|
Test build #49210 has finished for PR 10526 at commit
|
|
Merged to master/1.6 |
[SPARK-12582][Test] IndexShuffleBlockResolverSuite fails in windows * IndexShuffleBlockResolverSuite fails in windows due to file is not closed. * mv IndexShuffleBlockResolverSuite.scala from "test/java" to "test/scala". https://issues.apache.org/jira/browse/SPARK-12582 Author: Yucai Yu <[email protected]> Closes #10526 from yucai/master. (cherry picked from commit 7e15044) Signed-off-by: Sean Owen <[email protected]>
[SPARK-12582][Test] IndexShuffleBlockResolverSuite fails in windows
https://issues.apache.org/jira/browse/SPARK-12582