Add 1_write_events/tests/data/sample_write_events.json
This commit is contained in:
parent
2cb5224a03
commit
fcab388e4a
1 changed files with 42 additions and 0 deletions
42
1_write_events/tests/data/sample_write_events.json
Normal file
42
1_write_events/tests/data/sample_write_events.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"timestamp": "2024-06-10T12:34:56.789000Z",
|
||||
"field_tag": "base_raw_write",
|
||||
"new_value_hash": "a12f4e8c",
|
||||
"corr_id": "Case_03_A",
|
||||
"cpu": 0,
|
||||
"ktime_ns": 172345679000000000
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-10T12:34:56.790000Z",
|
||||
"field_tag": "nsec_base_write",
|
||||
"new_value_hash": "b44f9f2a",
|
||||
"corr_id": "Case_03_A",
|
||||
"cpu": 0,
|
||||
"ktime_ns": 172345679010000000
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-10T12:36:10.123000Z",
|
||||
"field_tag": "base_raw_write",
|
||||
"new_value_hash": "c78aa213",
|
||||
"corr_id": "Case_04_B",
|
||||
"cpu": 2,
|
||||
"ktime_ns": 172345789876543210
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-10T12:36:10.124000Z",
|
||||
"field_tag": "nsec_base_write",
|
||||
"new_value_hash": "d2f9e554",
|
||||
"corr_id": "Case_04_B",
|
||||
"cpu": 2,
|
||||
"ktime_ns": 172345789876643210
|
||||
},
|
||||
{
|
||||
"timestamp": "2024-06-10T12:36:10.125000Z",
|
||||
"field_tag": "base_raw_write",
|
||||
"new_value_hash": "e35f8921",
|
||||
"corr_id": "Case_04_B",
|
||||
"cpu": 2,
|
||||
"ktime_ns": 172345789876743210
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue