Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cmeiklejohn/armeria-deadlock-bug


https://github.com/cmeiklejohn/armeria-deadlock-bug

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Run: ```reproduce-bug.sh```.

This will run the test over and over. After a while, you'll stall here:

```
HelloServerWithHelloServerTest > Test hello server test route. STANDARD_ERROR
Sep 09, 2021 4:44:56 PM cloud.filibuster.instrumentation.TestHelper startExternalServerAndWaitUntilAvailable
INFO: Waiting for ExternalServer to come online...
Sep 09, 2021 4:44:56 PM cloud.filibuster.instrumentation.TestHelper startExternalServerAndWaitUntilAvailable
INFO: Available, still returning 200.
Sep 09, 2021 4:44:56 PM cloud.filibuster.instrumentation.libraries.armeria.mocks.HelloServer$1 doGet
INFO: /test issuing request to http://0.0.0.0:5004/
Sep 09, 2021 4:44:56 PM cloud.filibuster.instrumentation.libraries.armeria.http.FilibusterDecoratingHttpClient execute
INFO: got response, returning: http://0.0.0.0:5004/
Sep 09, 2021 4:44:56 PM cloud.filibuster.instrumentation.libraries.armeria.http.FilibusterDecoratingHttpClient execute
INFO: res.toString(): DecodedHttpResponse{}
```