Add mess_log_processing/tests/data/sample_mess_log.jsonl
This commit is contained in:
parent
42364de385
commit
6598b8b250
1 changed files with 30 additions and 0 deletions
30
mess_log_processing/tests/data/sample_mess_log.jsonl
Normal file
30
mess_log_processing/tests/data/sample_mess_log.jsonl
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"t_publish": 0.001, "t_gate_read": 0.010, "t_index_visible": 0.020, "pinned_flag": true, "timeouts": 0, "drift_signature": "stable"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.002, "t_gate_read": 0.015, "t_index_visible": 0.025, "pinned_flag": false, "timeouts": 1, "drift_signature": "minor"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.003, "t_gate_read": 0.012, "t_index_visible": 0.024, "pinned_flag": true, "timeouts": 0, "drift_signature": "stable"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.0015, "t_gate_read": 0.011, "t_index_visible": 0.023, "pinned_flag": false, "timeouts": 2, "drift_signature": "unstable"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.004, "t_gate_read": 0.020, "t_index_visible": 0.030, "pinned_flag": true, "timeouts": 0, "drift_signature": "stable"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.005, "t_gate_read": 0.018, "t_index_visible": 0.028, "pinned_flag": false, "timeouts": 1, "drift_signature": "minor"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.006, "t_gate_read": 0.025, "t_index_visible": 0.040, "pinned_flag": true, "timeouts": 0, "drift_signature": "drift_detected"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.007, "t_gate_read": 0.030, "t_index_visible": 0.045, "pinned_flag": false, "timeouts": 3, "drift_signature": "unstable"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.008, "t_gate_read": 0.022, "t_index_visible": 0.035, "pinned_flag": true, "timeouts": 1, "drift_signature": "minor"
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"t_publish": 0.009, "t_gate_read": 0.032, "t_index_visible": 0.050, "pinned_flag": false, "timeouts": 0, "drift_signature": "stable"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue