dlg99 opened a new issue #3034:
URL: https://github.com/apache/bookkeeper/issues/3034


   **BUG REPORT**
   
   ***Describe the bug***
   
   Tests flaked with
   ```
   
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest
   
     Test testExecute FAILED
   
     Wanted but not invoked:
     runnable.run();
     -> at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
     Actually, there were zero interactions with this mock.
         at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
   
     Test testDelay PASSED
     Test testScheduleAtFixedRate PASSED
     Test testSubmit PASSED
   
   
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest
   
     Test testExecute FAILED
   
     Wanted but not invoked:
     runnable.run();
     -> at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
     Actually, there were zero interactions with this mock.
         at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
   
   
   
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest
   
     Test testExecute FAILED
   
     Wanted but not invoked:
     runnable.run();
     -> at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
     Actually, there were zero interactions with this mock.
         at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
   
   
   
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest
   
     Test testExecute FAILED
   
     Wanted but not invoked:
     runnable.run();
     -> at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
     Actually, there were zero interactions with this mock.
         at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
   
   
   
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest
   
     Test testExecute FAILED
   
     Wanted but not invoked:
     runnable.run();
     -> at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
     Actually, there were zero interactions with this mock.
         at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
   
   
   
   123 tests completed, 6 failed
   
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest
   
     Test testExecute FAILED
   
     Wanted but not invoked:
     runnable.run();
     -> at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
     Actually, there were zero interactions with this mock.
         at 
org.apache.bookkeeper.statelib.testing.executors.MockExecutorControllerWithSchedulerTest.testExecute(MockExecutorControllerWithSchedulerTest.java:76)
   
   
   FAILURE: Executed 123 tests in 1m 58s (6 failed)
   
   
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   > Task :stream:statelib:test FAILED
   
   ```
   
   ***Expected behavior***
   
   repeatedly passing tests


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