snix/tvix/castore/src/blobservice
Florian Klink ef3f8936cb refactor(tvix/*/from_addr): improve test debuggability
If there's an unexpected test failure, print it out, rather than just
saying something is false even though it should be true.

Use .expect() for this, which displays the error if it failed.
We can't use expect_err(), as our stores are not display'able, so use an
assertion with a message there.

Change-Id: I2d88861d979d107edc0717fbdb3cdac9a6bfc5e4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11091
Tested-by: BuildkiteCI
Reviewed-by: Brian Olsen <me@griff.name>
Reviewed-by: flokli <flokli@flokli.de>
2024-03-03 16:54:19 +00:00
..
chunked_reader.rs refactor(tvix/castore/blobsvc/chunked_reader): refactor, document 2024-03-03 11:22:56 +00:00
combinator.rs refactor(tvix/castore/blobsvc/combinator): compact trait bounds 2024-02-02 08:55:16 +00:00
from_addr.rs refactor(tvix/*/from_addr): improve test debuggability 2024-03-03 16:54:19 +00:00
grpc.rs feat(tvix/castore/blobsvc): validate StatBlobResponse 2024-02-02 16:26:38 +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/castore/blobsvc): BlobReader for more trivial types 2024-03-02 17:05:23 +00:00
naive_seeker.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00
simplefs.rs feat(tvix/castore): simple filesystem blob service 2023-12-17 14:34:13 +00:00
sled.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
tests.rs refactor(tvix/castore): address clippy 2023-12-09 12:58:39 +00:00