diff options
author | Florian Klink <flokli@flokli.de> | 2024-03-27T11·26+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2024-03-28T07·58+0000 |
commit | 508fcd65ee695947690e99305adb5d20516e7ec7 (patch) | |
tree | 2c061d06a64e1e51b151a35d8d57ca91305de033 | |
parent | 74023a07a4b3d8e99645217b04683c0e54e23be8 (diff) |
feat(tvix/castore/directoryservice): log more TODOs r/7796
We need to define behaviours and add tests for these. Change-Id: Id5825fafbf47897d8de42503ea6006eb131b1082 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11281 Tested-by: BuildkiteCI Reviewed-by: Connor Brewster <cbrewster@hey.com>
-rw-r--r-- | tvix/castore/src/directoryservice/tests/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/castore/src/directoryservice/tests/mod.rs b/tvix/castore/src/directoryservice/tests/mod.rs index cec49bb2c66a..96ea2c27a13c 100644 --- a/tvix/castore/src/directoryservice/tests/mod.rs +++ b/tvix/castore/src/directoryservice/tests/mod.rs @@ -16,6 +16,9 @@ use crate::{ mod utils; use self::utils::make_grpc_directory_service_client; +// TODO: add tests doing individual puts of a closure, then doing a get_recursive +// (and figure out semantics if necessary) + /// This produces a template, which will be applied to all individual test functions. /// See https://github.com/la10736/rstest/issues/130#issuecomment-968864832 #[template] |