hangc0276 commented on PR #4082: URL: https://github.com/apache/bookkeeper/pull/4082#issuecomment-1720995595
The failed test is caused by `SingleBookieInitializationTest` blocked the test for 30 minutes. ``` 2023-09-15T03:05:20.0749589Z [INFO] Running org.apache.bookkeeper.bookie.IndexCorruptionTest 2023-09-15T03:06:30.9115963Z [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 70.831 s - in org.apache.bookkeeper.bookie.IndexCorruptionTest 2023-09-15T03:06:32.0443252Z [INFO] Running org.apache.bookkeeper.bookie.SingleBookieInitializationTest 2023-09-15T03:36:32.9705921Z [INFO] Running org.apache.bookkeeper.bookie.storage.directentrylogger.TestMetadata 2023-09-15T03:36:33.9220204Z [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 s - in org.apache.bookkeeper.bookie.storage.directentrylogger.TestMetadata 2023-09-15T03:36:34.8610170Z [INFO] Running org.apache.bookkeeper.bookie.storage.directentrylogger.TestBuffer ``` https://github.com/apache/bookkeeper/actions/runs/6193327546/job/16814675649?pr=4082 -- 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]
