mirror of
https://github.com/enso-org/enso.git
synced 2024-11-09 17:51:29 +03:00
68ce4ae1b7
The defaults picked up by Akka tend to make us of all resources which is unnecessary and overwhelming for tests. Improves #8806, potentially. Before ![Screenshot from 2024-01-28 22-34-42](https://github.com/enso-org/enso/assets/292128/f80eb66a-2f37-44d5-bcdb-f00a78fe72fd) After ![Screenshot from 2024-01-31 00-12-10](https://github.com/enso-org/enso/assets/292128/c5223912-5f6e-413c-a0a4-050afa3ed463) when running the problematic `LibrariesTest`. Full `language-server` test suite. Before ![Screenshot from 2024-01-31 00-20-50](https://github.com/enso-org/enso/assets/292128/f1c94a66-6905-4f57-8a7d-7df049714353) After ![Screenshot from 2024-01-31 00-18-40](https://github.com/enso-org/enso/assets/292128/3a11125e-d593-43df-8d35-1a8915812b2b) # Important Notes Note that Executors assigned to Zio and initializers should also be improved. Unfortunately due to various blocking threadpools it is easy to get timeouts when running the whole suite. |
||
---|---|---|
.. | ||
src | ||
README.md |
JSON-RPC Server
This library implements a universal JSON RPC server with a flexible API for defining the message format.