graphql-engine/server
Samir Talwar aaf97834f3 server: Replace forkIO with async in the DC mock agent.
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
2022-07-21 04:57:27 +00:00
..
bench-wrk server/tests-py: Reduce the number of locations we check the status code. 2022-07-05 18:01:07 +00:00
benchmarks ci: hide old benchmark reports for PRs with many comments 2022-02-24 20:09:17 +00:00
documentation server/postgres: test identifier uniqueness rewrite 2022-06-17 10:44:18 +00:00
lib/aeson-ordered server: move ordered Aeson into its own package 2022-07-07 15:55:52 +00:00
src-dc-api server: Data Connectors aggregation agent API contract [GDW-95] 2022-07-20 05:21:54 +00:00
src-emit-metadata-openapi server: initial set of DTO types for metadata 2022-06-27 16:33:31 +00:00
src-exec Monomorphize Some Hge Options 2022-07-01 03:40:46 +00:00
src-lib server: Data Connectors aggregation agent API contract [GDW-95] 2022-07-20 05:21:54 +00:00
src-rsr ci: tag release v2.9.0-beta.3 2022-07-20 12:45:59 +00:00
src-test server: Data Connectors aggregation agent API contract [GDW-95] 2022-07-20 05:21:54 +00:00
tests-dc-api server: Data Connectors aggregation agent API contract [GDW-95] 2022-07-20 05:21:54 +00:00
tests-hspec server: Replace forkIO with async in the DC mock agent. 2022-07-21 04:57:27 +00:00
tests-py server: transform enum with upper for graphql-default 2022-07-19 06:56:45 +00:00
.dockerignore update packages (#251) 2018-08-08 13:10:13 +05:30
.gitignore server: Clean up Cabal project files 2022-04-07 07:16:12 +00:00
commit_diff.txt Rewrite GraphQL schema generation and query parsing (close #2801) (#4111) 2020-08-21 12:27:01 -05:00
COMPILING-ON-MACOS.md tooling: Opt-in shared tooling 2022-06-16 17:12:35 +00:00
CONTRIBUTING.md server: update docs for updating cabal.project.freeze 2022-07-07 15:59:26 +00:00
graphql-engine.cabal server: Data Connectors aggregation agent API contract [GDW-95] 2022-07-20 05:21:54 +00:00
Makefile ci: misc. cleanup, naming 2022-01-03 06:26:39 +00:00
STYLE.md Nix: Use nixpkgs-fmt to format everything. 2022-06-20 13:02:45 +00:00
testing-guidelines.md server: testing guidelines 2022-03-08 09:53:27 +00:00
troubleshooting.md Create troubleshooting.md 2022-05-30 09:18:44 +00:00