shoothzj opened a new pull request, #4349: URL: https://github.com/apache/bookkeeper/pull/4349
Main Issue: may related to #1614 ### Motivation The `bkHttpServiceProvider` was not being closed after the completion of the test cases in `TestHttpService`. ### Changes 1. **JUnit Imports Update**: Switched imports to `junit.jupiter.api`. 2. **Service Closure Enhancement**: Added an `@AfterEach` method to close `bkHttpServiceProvider` after each test run. 3. **Assertion Refactor**: Refactored assertions for improved readability and consistency using appropriate `assertTrue`, `assertFalse`, `assertNull`, and `assertEquals` methods. -- 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]
