fantapsody commented on pull request #2799:
URL: https://github.com/apache/bookkeeper/pull/2799#issuecomment-927097462


   It seems there is no test on HTTP services yet, so I plan to add one in the 
integration test module. I tried to run some existing tests like 
`SimpleClusterTest` in `tests::integration::cluster` to see how it works, but 
the test cluster failed to start and showed error logs like
   ```
   Caused by: org.testcontainers.containers.ContainerLaunchException: Timed out 
waiting for URL to be accessible (http://localhost:55041/commands/ruok should 
return HTTP 200)
   ```
   I checked the log of the action that ran the integration tests, it seems 
those tests were not run actually: 
https://github.com/apache/bookkeeper/pull/2799/checks?check_run_id=3650019520
   
   @eolivelli Could you confirm those integration tests are all still valid? Or 
do you have any suggestions on how to test these HTTP services? Thanks!


-- 
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]


Reply via email to