lhotari commented on issue #22466:
URL: https://github.com/apache/pulsar/issues/22466#issuecomment-2144263104

   Again in 
https://github.com/apache/pulsar/actions/runs/9337942538/job/25700560029?pr=22818#step:11:1507
   ```
     Error:  Tests run: 54, Failures: 1, Errors: 0, Skipped: 7, Time elapsed: 
40.781 s <<< FAILURE! - in org.apache.pulsar.broker.admin.NamespaceAuthZTest
     Error:  
org.apache.pulsar.broker.admin.NamespaceAuthZTest.testSubscriptionExpirationTime
  Time elapsed: 0.025 s  <<< FAILURE!
     org.mockito.exceptions.misusing.UnfinishedStubbingException: 
     
     Unfinished stubbing detected here:
     -> at 
org.apache.pulsar.broker.admin.NamespaceAuthZTest.setAuthorizationPolicyOperationChecker(NamespaceAuthZTest.java:173)
     
     E.g. thenReturn() may be missing.
     Examples of correct stubbing:
         when(mock.isOk()).thenReturn(true);
         when(mock.isOk()).thenThrow(exception);
         doThrow(exception).when(mock).someVoidMethod();
     Hints:
      1. missing thenReturn()
      2. you are trying to stub a final method, which is not supported
      3. you are stubbing the behaviour of another mock inside before 
'thenReturn' instruction is completed
     
        at 
org.apache.pulsar.broker.authorization.AuthorizationService.allowNamespacePolicyOperationAsync(AuthorizationService.java:615)
        at 
org.apache.pulsar.broker.admin.NamespaceAuthZTest.setAuthorizationPolicyOperationChecker(NamespaceAuthZTest.java:183)
        at 
org.apache.pulsar.broker.admin.NamespaceAuthZTest.testSubscriptionExpirationTime(NamespaceAuthZTest.java:1807)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
        at 
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:840)
   ```


-- 
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]

Reply via email to