Add 1.logging_analysis/tests/data/sample_log.json
This commit is contained in:
parent
e71fe39343
commit
188f67a99f
1 changed files with 38 additions and 0 deletions
38
1.logging_analysis/tests/data/sample_log.json
Normal file
38
1.logging_analysis/tests/data/sample_log.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue