Streamline storetest to use txtar objects - #361
Open
zombiezen wants to merge 2 commits into
Open
Conversation
This was referenced Aug 25, 2026
zombiezen
force-pushed
the
push-pqmksmyrxmvk
branch
3 times, most recently
from
August 25, 2026 18:43
bda1e0a to
9b31c4e
Compare
zombiezen
marked this pull request as ready for review
August 25, 2026 18:43
- Support references between objects and self-references in txtar files. - Use [`rsc.io/script`](https://pkg.go.dev/rsc.io/script) in backend tests. - Rework `zb-test-tool txtar fill-systems` to parse derivations for system instead of using names. This makes backend tests more representative of actual derivations. - Add `zb-test-tool derivation fixed-output` command. - Mark backend and frontend tests as parallel. Fixes 256lights#226 Updates 256lights#345
zombiezen
force-pushed
the
push-pqmksmyrxmvk
branch
from
August 25, 2026 19:01
9b31c4e to
678df3a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rsc.io/scriptin backend tests.zb-test-tool txtar fill-systemsto parse derivations for system instead of using names. This makes backend tests more representative of actual derivations.zb-test-tool derivation fixed-outputcommand.Fixes #226
Updates #345