Skip to content

[AEP][medium] AEP-20260924-r3-REPO-F01: align the event log path - #331

Merged
mattmre merged 1 commit into
mainfrom
aep/medium/AEP-20260924-r3-REPO-F01/event-log
Sep 24, 2026
Merged

mattmre merged 1 commit into
mainfrom
aep/medium/AEP-20260924-r3-REPO-F01/event-log

Conversation

@mattmre

@mattmre mattmre commented Sep 24, 2026 •

Copy link
Copy Markdown
Owner

Description

The engine logger writes chelation_events.jsonl when no path is passed, which is the file the dashboard reads. filter_events sorts numbers as numbers and naive ISO timestamps as UTC. Unparseable stamps sort as 0 and the stored field is not rewritten.

This score is for b3f3f9b, replayed onto main after the dashboard stack. git range-diff marks it equal to the previously scored a912f99.

Type of Change

  • Bug fix

Testing

Parent re-ran test_event_log_contract.py, TestFilterEvents, and test_chelation_logger.py: 39 passed. Ruff passed. Review grok-tierb-331b-20260924 confirmed the replay still has _event_sort_value, _limit_or_default, and the HTML-before-bearer branch.

Brutal Honesty

  • summarize_events still takes min and max of the raw timestamp values.
  • A +0000 offset without a colon sorts as 0 and does not raise.
  • The earlier 100 was for a912f99. This score is for b3f3f9b.

EVIDENCE: 39 logger and filter tests passed on b3f3f9b; range-diff equal to a912f99; review grok-tierb-331b-20260924
SMOKE: targeted unittest only; bash scripts/smoke.sh was not run on this branch
BHS_SELF_DRAFT: 100
BHS_SELF_DRAFT_AGENT: grok-aep-fix-20260924
BHS_TIER_B: 100
BHS_TIER_B_AGENT: grok-tierb-331b-20260924
BHS_TIER_B_SEVERITY: none
BHS_OFFICIAL: 100
CARRY_FORWARD: none
DEFERRED_SCOPE: none
LOOP_ITERATIONS: 2
OPERATOR_OVERRIDE: none

The default logger path was chelation_debug.jsonl while the dashboard
reads chelation_events.jsonl. Mixed ISO and missing timestamps no longer
raise while sorting the events list.
@mattmre
mattmre force-pushed the aep/medium/AEP-20260924-r3-REPO-F01/event-log branch from a912f99 to b3f3f9b Compare September 24, 2026 15:24
@mattmre
mattmre merged commit 2bac5d3 into main Sep 24, 2026
12 of 16 checks passed
@mattmre
mattmre deleted the aep/medium/AEP-20260924-r3-REPO-F01/event-log branch September 24, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant