snix/tvix/castore/src/blobservice
Florian Klink c7c66abd85 refactor(tvix/castore/blobservice/object_store): drop individual tests
This (and more) should now be covered by the generic testsuite
(in crate::blobservice::tests).

Change-Id: Ib3afc4f19f7e37a561b7398d43663dc941971f5c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11365
Tested-by: BuildkiteCI
Reviewed-by: picnoir picnoir <picnoir@alternativebit.fr>
2024-04-07 14:51:47 +00:00
..
tests feat(tvix/castore/*service/tests): add objectstore to tests, sort 2024-03-28 21:15:01 +00:00
chunked_reader.rs refactor(tvix/castore/blobsvc): use B3Digest Display impl 2024-03-18 16:10:05 +00:00
combinator.rs refactor(tvix/castore/blobsvc): use B3Digest Display impl 2024-03-18 16:10:05 +00:00
from_addr.rs refactor(tvix/blobservice/from_addr): move from test_case to rstest 2024-04-07 14:51:47 +00:00
grpc.rs feat(tvix/castore/blobsvc/grpc): read data in chunks 2024-03-18 16:10:05 +00:00
memory.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
mod.rs feat(tvix/store): add rstest-based PathInfoService tests 2024-03-28 07:02:18 +00:00
naive_seeker.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00
object_store.rs refactor(tvix/castore/blobservice/object_store): drop individual tests 2024-04-07 14:51:47 +00:00
sled.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00