-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove unnecessary powermock annotation #12713
Remove unnecessary powermock annotation #12713
Conversation
I am +1 as long as the tests that we modified pass both on JDK11 and on JDK8 those annotations where there because of some weird behaviour on some JDK @shoothzj can you please verify ? |
I have runned use jdk11, you mean run again use jdk8 ? |
yes |
52f6807
to
d06fa2c
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/pulsarbot run-failure-checks |
(cherry picked from commit 8cae635)
Motivation
Remove unnecessary powermock annotation. I think that can make tests run faster.
Verifying this change
run test local ok.
Documentation
Check the box below and label this PR (if you have committer privilege).
Need to update docs?
no-need-doc
little modification for test code.