1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-22 17:01:08 +01:00
nix/tests/unit
John Ericson f71b4da0b3 Factor our connection code for worker proto like serve proto
This increases test coverage, and gets the worker protocol ready to be
used by Hydra.

Why don't we just try to use the store interface in Hydra? Well, the
problem is that the store interface works on connection pools, with each
opreation getting potentially a different connection, but the way temp
roots work requires that we keep one logical "transaction" (temp root
session) using the same connection.

The longer-term solution probably is making connections themselves
implement the store interface, but that is something that builds on
this, so I feel OK that this is not churn in the wrong direction.

Fixes #9584
2024-05-27 00:43:46 -04:00
..
libexpr Merge pull request #10737 from poweredbypie/mingw-stackSize 2024-05-25 09:56:02 -04:00
libexpr-support Merge remote-tracking branch 'origin/master' into finish-value 2024-04-17 16:02:44 +02:00
libfetchers Commit more stack size in some windows binaries 2024-05-23 17:42:55 -07:00
libstore Factor our connection code for worker proto like serve proto 2024-05-27 00:43:46 -04:00
libstore-support tests/libstore-support: Ignore config 2024-04-20 01:45:04 +02:00
libutil Commit more stack size in some windows binaries 2024-05-23 17:42:55 -07:00
libutil-support Restore exposing machine file parsing 2024-05-23 00:03:52 -04:00