1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests
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
..
functional Require drvPath attribute to end with .drv 2024-05-22 12:50:24 -04:00
installer updated store ping to store info in files 2023-10-18 00:14:11 +05:30
nixos tests/nixos/containers/containers.nix: Remove superfluous -v 2024-05-14 14:27:09 +02:00
unit Factor our connection code for worker proto like serve proto 2024-05-27 00:43:46 -04:00