From 188f67a99fb8bf59445956faec0cf6fdf4f81dc2 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 13 Feb 2026 12:26:34 +0000 Subject: [PATCH] Add 1.logging_analysis/tests/data/sample_log.json --- 1.logging_analysis/tests/data/sample_log.json | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 1.logging_analysis/tests/data/sample_log.json diff --git a/1.logging_analysis/tests/data/sample_log.json b/1.logging_analysis/tests/data/sample_log.json new file mode 100644 index 0000000..8f39cc6 --- /dev/null +++ b/1.logging_analysis/tests/data/sample_log.json @@ -0,0 +1,38 @@ +[ + { + "timestamp": "2024-05-12T08:00:00Z", + "expected_artifact_path": "/artifacts/run_001/a.bin", + "artifact_key": "a1", + "status": "present" + }, + { + "timestamp": "2024-05-12T08:01:30Z", + "expected_artifact_path": "/artifacts/run_001/b.bin", + "artifact_key": "b1", + "status": "missing" + }, + { + "timestamp": "2024-05-12T08:02:10Z", + "expected_artifact_path": "/artifacts/run_001/c.bin", + "artifact_key": "c1", + "status": "present" + }, + { + "timestamp": "2024-05-12T08:03:05Z", + "expected_artifact_path": "/artifacts/run_001/d.bin", + "artifact_key": "d1", + "status": "timing" + }, + { + "timestamp": "2024-05-12T08:04:22Z", + "expected_artifact_path": "/artifacts/run_001/e.bin", + "artifact_key": "e1", + "status": "missing" + }, + { + "timestamp": "2024-05-12T08:05:10Z", + "expected_artifact_path": "/artifacts/run_001/f.bin", + "artifact_key": "f1", + "status": "unknown" + } +] \ No newline at end of file