GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/15644
[SPARK-18117][CORE] Add test for TaskSetBlacklist
## What changes were proposed in this pull request?
This adds tests to verify the interaction between TaskSetBlacklist and
TaskSchedulerImpl. TaskSetBlacklist was introduced by SPARK-17675 but
it neglected to add these tests.
This change does not fix any bugs -- it is just for increasing test
coverage.
## How was this patch tested?
Jenkins
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark taskset_blacklist_test_update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/15644.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 #15644
----
commit 63bfb0c23dae52e94b69a7be0abb723b68303855
Author: Imran Rashid <[email protected]>
Date: 2016-10-26T13:43:42Z
[SPARK-18117][CORE] Add test for TaskSetBlacklist
This adds tests to verify the interaction between TaskSetBlacklist and
TaskSchedulerImpl. TaskSetBlacklist was introduced by SPARK-17675 but
it neglected to add these tests.
This change does not fix any bugs -- it is just for increasing test
coverage.
----
---
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]