You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "dlg99 (via GitHub)" <gi...@apache.org> on 2023/03/30 20:48:19 UTC

[GitHub] [bookkeeper] dlg99 opened a new issue, #3897: DirectEntryLogger's tests fail on mac (by design?), should be skipped by build

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

   org.apache.bookkeeper.bookie.storage.directentrylogger.* / org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorageWithDirectEntryLoggerTest / org.apache.bookkeeper.bookie.GarbageCollectorThreadTest.testExtractMetaFromEntryLogsDirect / .. tests fail on mac 
   
   probably by design but tests should handle this / don't run on mac


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

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


[GitHub] [bookkeeper] hangc0276 commented on issue #3897: DirectEntryLogger's tests fail on mac (by design?), should be skipped by build on non-linux build

Posted by "hangc0276 (via GitHub)" <gi...@apache.org>.
hangc0276 commented on issue #3897:
URL: https://github.com/apache/bookkeeper/issues/3897#issuecomment-1492138987

   In order to run the Direct IO unit tests in Intellij idea, you need to copy the generated`libnative-io.jnilib` from `native-io/target/nar/native-io-4.16.0-x86_64-MacOSX-gpp-jni/lib/x86_64-MacOSX-gpp/jni/libnative-io.jnilib` to the `native-io/target/classes/lib` path, otherwise, it can't find the related classes.
   <img width="917" alt="image" src="https://user-images.githubusercontent.com/5436568/229164089-4d571e4c-d071-4cb7-b73c-c408fd215287.png">
   


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

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


[GitHub] [bookkeeper] dlg99 commented on issue #3897: DirectEntryLogger's tests fail on mac (by design?), should be skipped by build on non-linux build

Posted by "dlg99 (via GitHub)" <gi...@apache.org>.
dlg99 commented on issue #3897:
URL: https://github.com/apache/bookkeeper/issues/3897#issuecomment-1492309657

   @hangc0276 I was running the tests from the command line


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

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