Skip to content

[FLAKY TEST] :stream:statelib:test failed with "Wanted but not invoked: runnable.run();" on CI #3034

Description

@dlg99

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions