snix/tvix/castore/src
Florian Klink c19bc95b8a fix(tvix/castore/blobservice): update bytes_read only on successful read
We previously updated this.pos also in case the underlying read returned
an error.

Also, use the ready! macro to remove the match block, and instrument
errors returned during start_seek.

Change-Id: Ic32e26579d964a76b45687134acc48d72d67c36f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11421
Reviewed-by: Brian Olsen <me@griff.name>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2024-04-15 14:04:47 +00:00
..
blobservice fix(tvix/castore/blobservice): update bytes_read only on successful read 2024-04-15 14:04:47 +00:00
directoryservice feat(tvix/*store/bigtable): limit retries connecting to cbtemulator 2024-04-13 12:01:00 +00:00
fs refactor(tvix/castore/fs): add InodeData::as_fuse_{entry,file_attr} 2024-04-15 13:59:46 +00:00
proto refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests 2024-03-28 07:58:10 +00:00
tests refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests 2024-03-28 07:58:10 +00:00
digests.rs feat(tvix/castore): impl Debug for B3Digest 2024-03-17 22:18:20 +00:00
errors.rs feat(tvix/castore): add rstest-based DirectoryService tests 2024-03-24 20:00:40 +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
import.rs feat(tvix/castore/import): remove copying in find_ancestor 2024-04-13 13:20:29 +00:00
lib.rs refactor(tvix/castore/*): drop utils.rs and grpc directorysvc tests 2024-03-28 07:58:10 +00:00
tonic.rs refactor(tvix/castore/tonic): migrate to rstest 2024-04-07 14:51:47 +00:00