Skip to content

fix: update config snapshot version to 0.15.3#1953

Merged
bug-ops merged 1 commit intomainfrom
fix/config-snapshot-windows
Mar 17, 2026
Merged

fix: update config snapshot version to 0.15.3#1953
bug-ops merged 1 commit intomainfrom
fix/config-snapshot-windows

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Mar 17, 2026

Summary

  • Update config snapshot test expectations to match v0.15.3
  • Fixes Windows CI test failure: config_default_snapshot

Root Cause

The snapshot was generated with version 0.15.2, but the current version in Cargo.toml is 0.15.3. The snapshot test serializes the default config which includes the agent version, causing the test to fail on version mismatch.

Test Plan

  • ✅ Snapshot test passes locally: cargo test -p zeph-core config_default_snapshot --lib
  • ✅ All tests pass: 5624 passed, 12 skipped
  • ✅ Formatting check passed: cargo +nightly fmt --check
  • ✅ Linting passed: cargo clippy --workspace --features full -- -D warnings

Update snapshot test expectations to match the new version 0.15.3.
This fixes the Windows CI test failure in config_default_snapshot test.

The snapshot was generated with version 0.15.2, but the current version
in Cargo.toml is 0.15.3. This caused the test to fail when comparing
the serialized default config.
@github-actions github-actions bot added core zeph-core crate bug Something isn't working size/XS Extra small PR (1-10 lines) labels Mar 17, 2026
@bug-ops bug-ops enabled auto-merge (squash) March 17, 2026 17:24
@bug-ops bug-ops merged commit 6a0aa8b into main Mar 17, 2026
20 checks passed
@bug-ops bug-ops deleted the fix/config-snapshot-windows branch March 17, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working core zeph-core crate size/XS Extra small PR (1-10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant