mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
aaf97834f3
I got a flaky test run recently, in which some Data Connectors tests in _tests-hspec_ failed. The failure was not very helpful, but the log output contained this message: > Network.Socket.bind: resource busy (Address already in use) I _think_ this was caused by killing the Data Connectors mock agent thread, but not waiting for the server to stop. `Async.cancel` should handle this, as it waits for the thread to stop. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5121 GitOrigin-RevId: 3419dce2fc5ff52e3a6f2d452ea44dd85b326452 |
||
---|---|---|
.. | ||
bench-wrk | ||
benchmarks | ||
documentation | ||
lib/aeson-ordered | ||
src-dc-api | ||
src-emit-metadata-openapi | ||
src-exec | ||
src-lib | ||
src-rsr | ||
src-test | ||
tests-dc-api | ||
tests-hspec | ||
tests-py | ||
.dockerignore | ||
.gitignore | ||
commit_diff.txt | ||
COMPILING-ON-MACOS.md | ||
CONTRIBUTING.md | ||
graphql-engine.cabal | ||
Makefile | ||
STYLE.md | ||
testing-guidelines.md | ||
troubleshooting.md |