mirror of
https://github.com/NixOS/nix
synced 2025-07-06 09:11:47 +02:00
Test the rest of the worker protocol serializers
Part of the `BuildResult` test is commented out because we have caught a roundtrip bug! A future PR will fix the bug and uncomment that test.
This commit is contained in:
parent
3c042f3b0b
commit
632f24166d
13 changed files with 212 additions and 2 deletions
|
@ -208,10 +208,10 @@ MAKE_WORKER_PROTO(ContentAddress);
|
|||
template<>
|
||||
MAKE_WORKER_PROTO(DerivedPath);
|
||||
template<>
|
||||
MAKE_WORKER_PROTO(Realisation);
|
||||
template<>
|
||||
MAKE_WORKER_PROTO(DrvOutput);
|
||||
template<>
|
||||
MAKE_WORKER_PROTO(Realisation);
|
||||
template<>
|
||||
MAKE_WORKER_PROTO(BuildResult);
|
||||
template<>
|
||||
MAKE_WORKER_PROTO(KeyedBuildResult);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue