Files
Zecheng Zhang c4485cb067 chore(integ): check the metadata scenarios against a JSON truth
metadata.py/.ts now return a dict per scenario and print one JSON line
for check_json.py, replacing the byte diff against truth_metadata.txt.
The moto and from_state chatter can no longer break the check, and
before/after are real booleans instead of the TypeScript side printing
Python's True/False spelling to satisfy a shared file.
2026-08-16 22:25:59 -07:00

10 lines
287 B
JSON

{
"overlay_snapshot_mode": "601",
"overlay_snapshot_uid": "500",
"overlay_snapshot_gid": "dev",
"overlay_snapshot_mtime": "2026-01-02T15:30:00",
"overlay_orphan_before": true,
"overlay_orphan_after": false,
"snapshot_ls_line": "-rw------x 1 500 dev 6 Jan 2 15:30 f.txt"
}