chore: release v0.13.2#106
Merged
Merged
Conversation
tenequm
force-pushed
the
release-plz-2026-07-13T13-33-09Z
branch
from
July 14, 2026 17:04
26b5d42 to
bd8d556
Compare
tenequm
force-pushed
the
release-plz-2026-07-13T13-33-09Z
branch
from
July 14, 2026 17:25
bd8d556 to
6720bfd
Compare
Config::load reads the process-global POND_* env mirror, and figment::Jail sets real process env. env_mirror_layers_over_file sets POND_CREDS_CI_* and POND_CREDS_WORK_* mid-flight, so any Config::load running unserialized on a parallel test thread could observe both creds sets, fail validation with two scope-less catch-alls, and panic on unwrap. config.rs already documents the rule - storage/creds tests take the Jail even when they set no env vars, because the Jail lock is what serializes them - but three tests were loading config outside it. Reproduced at 1 failure in 25 runs; 0 in 25 with this change.
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.
🤖 New release
pond-db: 0.13.1 -> 0.13.2Changelog
This PR was generated with release-plz.