snix/tvix/store/src
Florian Klink ca362c302b fix(tvix/store/daemon): don't report NotFound responses as errors
Before uploading a blob, a client usually checks whether a blob exists
via the stat method. We return a NotFound if it's not present.

Our TraceLayer currently considers this an error, logging a message.
This gets very noisy. Exclude InvalidArgument and NotFound, this is
expected behaviour.

Change-Id: I7da22a41fc6f3b8d422521a01530fc9e638e33ba
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13257
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Autosubmit: flokli <flokli@flokli.de>
2025-03-13 17:43:35 +00:00
..
bin fix(tvix/store/daemon): don't report NotFound responses as errors 2025-03-13 17:43:35 +00:00
nar refactor(tvix/store): expose fixtures, make NAR_CONTENTS const 2024-12-27 12:01:03 +00:00
pathinfoservice docs(tvix/store): fix docstrings 2025-03-13 11:37:57 +00:00
proto chore(tvix): bump thiserror to 2.x 2025-03-02 11:35:44 +00:00
tests refactor(tvix/store): expose fixtures, make NAR_CONTENTS const 2024-12-27 12:01:03 +00:00
composition.rs docs(tvix/[ca]store): improve docstrings, remove wildcard imports 2024-11-11 18:46:33 +00:00
fixtures.rs test(tvix/nar-bridge): add NARInfo handler tests 2024-12-27 12:04:09 +00:00
import.rs refactor(nix-compat/store_path): drop build_nar_based_store_path 2024-10-17 18:16:30 +00:00
lib.rs refactor(tvix/store): expose fixtures, make NAR_CONTENTS const 2024-12-27 12:01:03 +00:00
path_info.rs refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
utils.rs docs(tvix/store): fix docstrings 2025-03-13 11:37:57 +00:00