hangc0276 opened a new issue, #3808: URL: https://github.com/apache/bookkeeper/issues/3808
### Description The BookKeeperAdminTest in CI takes more than 24 minutes, which can easily cause the test to time out. ``` 2023-02-21T14:47:50.3436851Z [INFO] Running org.apache.bookkeeper.client.BookKeeperAdminTest 2023-02-21T14:47:52.9795384Z [ERROR] WARNING: An illegal reflective access operation has occurred 2023-02-21T14:47:52.9797608Z [ERROR] WARNING: Illegal reflective access by org.apache.bookkeeper.util.NativeIO (file:/home/runner/work/bookkeeper/bookkeeper/bookkeeper-server/target/classes/) to field java.io.FileDescriptor.fd 2023-02-21T14:47:52.9798894Z [ERROR] WARNING: Please consider reporting this to the maintainers of org.apache.bookkeeper.util.NativeIO 2023-02-21T14:47:52.9800052Z [ERROR] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations 2023-02-21T14:47:52.9800718Z [ERROR] WARNING: All illegal access operations will be denied in a future release 2023-02-21T15:12:13.1785057Z [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,462.832 s - in org.apache.bookkeeper.client.BookKeeperAdminTest ``` More detailed CI info: https://github.com/apache/bookkeeper/actions/runs/4233579202/jobs/7354842096 -- 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-unsubscr...@bookkeeper.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org