GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/13688
[HOTFIX] [CORE] fix flaky BasicSchedulerIntegrationTest
## What changes were proposed in this pull request?
SPARK-15927 exacerbated a race in BasicSchedulerIntegrationTest, so it went
from very unlikely to fairly frequent. The issue is that stage numbering is
not completely deterministic, but these tests treated it like it was. So turn
off the tests.
## How was this patch tested?
on my laptop the test failed abotu 10% of the time before this change, and
didn't fail in 500 runs after the change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark hotfix_basic_scheduler
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13688.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 #13688
----
commit 3ae2a5f2f437488a986f279066c4bda219946d49
Author: Imran Rashid <[email protected]>
Date: 2016-06-15T03:03:15Z
dont check if map output is available in tasks, b/c of some small races
----
---
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]