snix/tvix/castore/src
Yureka 6a988a1598 fix(tvix/castore/GRPCDirectorySvc): fix a bug in the get_recursive fn
When retrieving a closure with get_recursive, the following could happen in the GRPC client:
- The first reference to the deduplicated directory is added to expected_directory_digests
- The deduplicated directory is obtained removed from expected_directory_digests
- The second reference to the deduplicated directory is added to expected_directory_digests
- The deduplicated directory has already been sent, but is still in the
  expected_directory_digests. It looks to the GRPC client like the
  closure is incomplete and the stream ended prematurely.

Change-Id: Ic62bca12e7f8fb85af5fa4dacd199f0f3b8eea8c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12033
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-07-25 09:52:29 +00:00
..
blobservice refactor(directoryservice): get rid of NaiveSeeker helper 2024-07-23 20:53:08 +00:00
directoryservice fix(tvix/castore/GRPCDirectorySvc): fix a bug in the get_recursive fn 2024-07-25 09:52:29 +00:00
fs feat(tvix/castore): instrument tokio task with current span 2024-06-20 15:48:14 +00:00
import feat(tvix/tvix-store): improve progress bars 2024-06-17 12:57:34 +00:00
proto feat(tvix/castore/protos): return root node after validation 2024-07-20 16:35:07 +00:00
tests refactor(tvix): use composition & registry for from_addr 2024-07-18 19:19:26 +00:00
composition.rs feat(tvix/composition): improve error message for unknown tag 2024-07-22 13:36:08 +00:00
digests.rs feat(tvix/castore): impl Debug for B3Digest 2024-03-17 22:18:20 +00:00
errors.rs feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
fixtures.rs refactor(tvix): condense long bytestrings 2023-10-27 07:37:26 +00:00
hashing_reader.rs refactor(tvix/castore/hashing_reader): migrate to rstest 2024-04-07 14:51:47 +00:00
lib.rs feat(tvix/castore): add composition module 2024-07-18 10:42:11 +00:00
path.rs feat(tvix/castore/path): implement PathBuf::from_host_path 2024-05-02 13:28:29 +00:00
tonic.rs chore(tvix): upgrade to tonic 0.12 / hyper 1.0 2024-07-21 11:01:38 +00:00