Skip to content

feat(issue-113): reconcile active test snapshots#132

Merged
Ibinola merged 1 commit intoLead-Studios:mainfrom
mxllv:feat/issue-113-reconcile-test-snapshots
Mar 28, 2026
Merged

feat(issue-113): reconcile active test snapshots#132
Ibinola merged 1 commit intoLead-Studios:mainfrom
mxllv:feat/issue-113-reconcile-test-snapshots

Conversation

@mxllv
Copy link
Copy Markdown
Contributor

@mxllv mxllv commented Mar 28, 2026

Summary

Reconciled the committed test_snapshots directory with the active compiled test suite so tracked snapshot artifacts now reflect currently running tests instead of a mix of stale and incomplete coverage.

Changes

  • Removed stale snapshot files for ignored tests that are no longer part of the active compiled suite
  • Added missing snapshot artifacts generated by active escrow and token tests
  • Documented the snapshot maintenance policy in veritixpay/README.md
  • Files affected: veritixpay/README.md, veritixpay/contract/token/test_snapshots/**

Validation

  • cd veritixpay/contract/token && cargo +stable build
  • cd veritixpay/contract/token && cargo +stable test
  • Results: build passed; tests passed (19 passed, 16 ignored)

Mismatch Handling (if applicable)

  • The repository’s committed snapshot set had drifted from the active compiled test suite, with stale files still tracked and active-test artifacts missing from version control
  • Added only the smallest viable fix: remove stale snapshot files, commit the missing active snapshots, and document the expected maintenance rule
  • The solution was kept minimal so the branch focused strictly on snapshot reconciliation without changing test logic

Notes

  • This branch intentionally updates snapshot artifacts only for currently active, non-ignored tests
  • Future test additions that emit snapshots should update contract/token/test_snapshots/ in the same change

Closes #113

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@mxllv Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Ibinola Ibinola merged commit 5c42fbd into Lead-Studios:main Mar 28, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reconcile test_snapshots contents with the active compiled test suite

2 participants