Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaeljw/ziohttp3hanging
https://github.com/gaeljw/ziohttp3hanging
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaeljw/ziohttp3hanging
- Owner: gaeljw
- Created: 2024-03-19T16:45:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:47:24.000Z (8 months ago)
- Last Synced: 2024-03-24T15:38:20.979Z (8 months ago)
- Language: Scala
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ziohttp3hanging
https://github.com/zio/zio-http/issues/2742
```shell
sbt test
# The test should succeed with output like:
# [info] MyWsClientPactTest:
# [info] MyWsClient
# [info] - should retrieve a model
# [info] Run completed in 3 seconds, 99 milliseconds.
# [info] Total number of tests run: 1
# [info] Suites: completed 1, aborted 0
# [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0
# [info] All tests passed.# Optionally the test may fail with a pact server issue
# Cause: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connexion refusée: localhost/[0:0:0:0:0:0:0:1]:33523
# Ignore this case, and just retry# But for now, the test hangs forever:
# ....
# | => root / Test / executeTests 20s# Changing the headers value in MyWsClient workaround solve the hanging
```