Add 1.logging_analysis/tests/data/sample_log.json

This commit is contained in:
Mika 2026-02-13 12:26:34 +00:00
parent e71fe39343
commit 188f67a99f

View file

@ -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"
}
]