server-monitor-manager/tests/fixtures/README.md
Ochenstarik 5b11b4df8a fix(release): replace alpha8 network compatibility test
Use a deterministic v1 release fixture, prepare alpha.12 version sources, and document release ownership and burned tags.
2026-08-13 01:02:23 +07:00

13 lines
914 B
Markdown

# Published Control database fixture
`control-v0.1.0-alpha.7.db` was created by the ControlStore from the immutable source tag `v0.1.0-alpha.7` (`d645812d29d077e9a4dee1596ef09a70dc138090`). That project pins `SQLitePCLRaw.bundle_e_sqlite3` 2.1.12. The fixture contains stable rows for agents, Agent/Operator/Automation identities, a Link, a provisioning job and event, and audit data.
Fixture properties:
- `PRAGMA user_version`: 8
- `PRAGMA integrity_check`: `ok`
- SHA-256: `15bf788dd5789a55bd54a4a548d339b4e29e54e1c75311b21eec079e0ef2faa2`
The compatibility test always copies this file before opening it, so the committed previous-release database is never migrated or mutated in place.
`alpha8-v1-release/` is a deterministic synthetic fixture for the release layout used before manifest v2. Its archive payload is assembled locally by the bootstrap test; no published release is downloaded or modified.