Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmeiklejohn/armeria-deadlock-bug
https://github.com/cmeiklejohn/armeria-deadlock-bug
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmeiklejohn/armeria-deadlock-bug
- Owner: cmeiklejohn
- Created: 2021-09-09T16:36:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T16:46:32.000Z (over 3 years ago)
- Last Synced: 2024-10-26T08:59:09.576Z (2 months ago)
- Language: Java
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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{}
```