snix/tvix/store/src
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
..
bin feat(tvix/castore/fs): make allow_other configurable 2024-02-17 07:00:41 +00:00
nar refactor(tvix/store/nar/renderer): don't require Arc, Clone or Sync 2024-01-12 20:37:03 +00:00
pathinfoservice refactor(tvix/*/from_addr): improve test debuggability 2024-03-03 16:54:19 +00:00
proto refactor(tvix/store/proto): use bstr::ByteSlice 2024-02-20 05:29:14 +00:00
tests refactor(tvix/store/pathinfoservice): make more generic 2024-01-12 20:37:35 +00:00
import.rs feat(tvix/store): enable name customization in the store 2024-01-20 18:35:50 +00:00
lib.rs refactor(tvix/store): import_pathimport_path_as_nar_ca 2024-01-20 18:26:17 +00:00
utils.rs refactor(tvix/store): import_pathimport_path_as_nar_ca 2024-01-20 18:26:17 +00:00