Add log_enhancer/tests/data/sample_logs_raw.json

This commit is contained in:
Mika 2026-02-12 11:16:23 +00:00
parent 5ab03224c9
commit f939bd1418

View file

@ -0,0 +1,22 @@
[
{
"message": "Artifact processing started.",
"expected_artifact_path": "",
"artifact_key": "artifact_001"
},
{
"message": "Artifact validation failed: missing checksum",
"expected_artifact_path": "/var/data/artifacts/unknown",
"artifact_key": ""
},
{
"message": "Unknown artifact encountered during sync",
"expected_artifact_path": "",
"artifact_key": ""
},
{
"message": "Completed processing artifact logs successfully.",
"expected_artifact_path": "/var/data/artifacts/final_report.json",
"artifact_key": "artifact_999"
}
]