snix/tvix/store/src/pathinfoservice
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
..
fs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
from_addr.rs refactor(tvix/*/from_addr): improve test debuggability 2024-03-03 16:54:19 +00:00
grpc.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
memory.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
mod.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
nix_http.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00
sled.rs chore(tvix/store): Use BoxStream type alias 2024-01-21 19:41:02 +00:00