GitHub user ewencp reopened a pull request:
https://github.com/apache/kafka/pull/4243
MINOR: Update Powermock to fix PushHttpMetricsReporterTest failures
Fixes test failures where old versions of Powermock don't handle nested
classes accessing parent field members when using mockStatic.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka powermock-update
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4243.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 #4243
----
commit 7bb08997d9bd387875df6e18244ab48ac4e5f4d5
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2017-11-21T19:01:56Z
MINOR: Update Powermock to fix PushHttpMetricsReporterTest failures
commit b6bb4ec143bc07a5e38eae347300b3a46d963c98
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2017-11-21T19:35:25Z
Update WorkerTest for new PowerMock
----
---