ocurrent / solver-service

An OCluster service for solving opam dependencies
Apache License 2.0
12 stars 7 forks source link

Reliability : Add a safeguard by tagging each request with an uid #62

Closed moyodiallo closed 11 months ago

moyodiallo commented 1 year ago

The controller distribute a job request with an uid (request_uid) to a solver-process pool. The goal is to prevent mixing the results coming from the solver-pocess pool.

moyodiallo commented 1 year ago

Rewriting the tests is needed, using this example https://github.com/ocurrent/ocaml-ci/blob/master/test/service/test_analyse.ml.