From f939bd14180d41c542d0cbb2713c149de21dcf57 Mon Sep 17 00:00:00 2001 From: Mika Date: Thu, 12 Feb 2026 11:16:23 +0000 Subject: [PATCH] Add log_enhancer/tests/data/sample_logs_raw.json --- log_enhancer/tests/data/sample_logs_raw.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 log_enhancer/tests/data/sample_logs_raw.json diff --git a/log_enhancer/tests/data/sample_logs_raw.json b/log_enhancer/tests/data/sample_logs_raw.json new file mode 100644 index 0000000..e9a030f --- /dev/null +++ b/log_enhancer/tests/data/sample_logs_raw.json @@ -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" + } +] \ No newline at end of file