InvisibleProgrammer opened a new pull request, #3798: URL: https://github.com/apache/hive/pull/3798
### What changes were proposed in this pull request? PowerMockito is a mockito extension that introduces some painful points. The main intention behind that is to be able to do static mocking. Since its release, mockito-inline has been released, as a part of the mockito-core. It doesn't require vintage test runner to be able to run and it can mock objects with their own thread. ### Why are the changes needed? PowerMock allows some crazy things that shouldn't be allowed. Like mocking constructors, and core libraries (like System package). ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? I ran the affected tests manually on my local computer. And let the apache infrastructure to run all the tests on the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
