Fix TDD event bus exception logging test failure #4367

Open
opened 2026-04-08 05:09:53 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: fix(tdd): event bus emit() logs exception message when handler raises
  • Branch: fix/tdd-event-bus-exception-logging

Background and Context

The TDD event bus exception swallow test "Bug #988 — emit() logs exception message when handler raises" (features/tdd_event_bus_exception_swallow.feature:22) is failing.

Expected Behavior

When an event handler raises an exception, emit() should log the exception message rather than silently swallowing it.

Definition of Done

The failing test passes and a proper fix is merged to master.

## Metadata - **Commit Message**: `fix(tdd): event bus emit() logs exception message when handler raises` - **Branch**: `fix/tdd-event-bus-exception-logging` ## Background and Context The TDD event bus exception swallow test "Bug #988 — emit() logs exception message when handler raises" (features/tdd_event_bus_exception_swallow.feature:22) is failing. ## Expected Behavior When an event handler raises an exception, emit() should log the exception message rather than silently swallowing it. ## Definition of Done The failing test passes and a proper fix is merged to master.
HAL9000 self-assigned this 2026-04-08 11:42:03 +00:00
HAL9000 added this to the v3.5.0 milestone 2026-04-08 11:42:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#4367
No description provided.