-
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
Flaky-test: NamespaceAuthZTest.testPermission #22466
Comments
This might be related to #22398 changes. |
Recent issue:
in https://github.com/apache/pulsar/actions/runs/8736977834/job/23977794669?pr=22532#step:11:1573 |
This is a similar Mockito multi-threading issue as #22422 which was addressed by #22507. @Technoboy- or @coderzc do you have a chance to fix this? |
Again in https://github.com/apache/pulsar/actions/runs/9337942538/job/25700560029?pr=22818#step:11:1507
|
Search before asking
Example failure
https://github.com/apache/pulsar/actions/runs/8614618958/job/23608820624?pr=22464#step:11:1452
Exception stacktrace
Mockito isn't thread safe and this could be a problem caused by invalid use of Mockito in multi-threaded code.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: