codelipenghui commented on pull request #8209:
URL: https://github.com/apache/pulsar/pull/8209#issuecomment-757393535


   @fmiguelez Please take a look at the failed test, seems related to this 
change. I copied the log here:
   
   ```
   Error:  Tests run: 36, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 
9.187 s <<< FAILURE! - in org.apache.pulsar.broker.service.PersistentTopicTest
   Error:  
testCompactionTriggeredAfterThresholdFirstInvocation(org.apache.pulsar.broker.service.PersistentTopicTest)
  Time elapsed: 0.021 s  <<< FAILURE!
   Wanted but not invoked:
   compactor.compact(<any string>);
   -> at 
org.apache.pulsar.broker.service.PersistentTopicTest.testCompactionTriggeredAfterThresholdFirstInvocation(PersistentTopicTest.java:1612)
   Actually, there were zero interactions with this mock.
   
        at 
org.apache.pulsar.broker.service.PersistentTopicTest.testCompactionTriggeredAfterThresholdFirstInvocation(PersistentTopicTest.java:1612)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
        at 
org.testng.internal.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:45)
        at 
org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:73)
        at 
org.testng.internal.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to