From 6598b8b250eb245a036636a4b051dce0309022a9 Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 16 Feb 2026 15:27:09 +0000 Subject: [PATCH] Add mess_log_processing/tests/data/sample_mess_log.jsonl --- .../tests/data/sample_mess_log.jsonl | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mess_log_processing/tests/data/sample_mess_log.jsonl diff --git a/mess_log_processing/tests/data/sample_mess_log.jsonl b/mess_log_processing/tests/data/sample_mess_log.jsonl new file mode 100644 index 0000000..88db3f6 --- /dev/null +++ b/mess_log_processing/tests/data/sample_mess_log.jsonl @@ -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" +} \ No newline at end of file