You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/02/09 21:43:44 UTC

[GitHub] [bookkeeper] dlg99 opened a new issue #3031: [FLAKY TEST] stream:storage:impl:test / MVCCStoreFactoryImplTest flaked on CI

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


   **BUG REPORT**
   
   MVCCStoreFactoryImplTest flaked in CI
   
   ```
   ./gradlew stream:storage:impl:test
   ...
     java.lang.AssertionError: expected same:<com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator@7f4701b1[java.util.concurrent.ScheduledThreadPoolExecutor@adcfad9[Running, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 1]]> was not:<com.google.common.util.concurrent.MoreExecutors$ScheduledListeningDecorator@fb49fdf[java.util.concurrent.ScheduledThreadPoolExecutor@3a2e9f5b[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 6]]>
         at org.apache.bookkeeper.stream.storage.impl.store.MVCCStoreFactoryImplTest.testOpenStore(MVCCStoreFactoryImplTest.java:149)
   ```
   
   ***Expected behavior***
   
   stable passing test
   
   


-- 
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: issues-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org