Skip to content

Commit 898adc3

Browse files
committed
fix(test): assert current completion pipeline contracts
1 parent ece4967 commit 898adc3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/infrastructure/infra_tests.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Worker Count Validation Test
259259
# Expected: 10 RQ workers (6 general + 1 memory + 3 audio persistence)
260260
# Note: Audio stream workers (Deepgram/Parakeet) are NOT RQ workers - they don't register
261261
# We wait up to 20s for registration, so all workers should be present
262-
Should Be Equal As Integers ${worker_count} 10 msg=Expected exactly 10 RQ workers (6 general + 1 memory + 3 audio persistence)
262+
Should Be Equal As Integers ${worker_count} 11 msg=Expected exactly 11 RQ workers (6 general + 1 memory + 1 summary + 3 audio persistence)
263263

264264
# Verify active + idle = total
265265
${sum}= Evaluate ${active_workers} + ${idle_workers}

tests/integration/plugin_event_tests.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Conversation Complete Should Trigger Event
110110
${events}= Get Plugin Events By Type conversation.complete
111111
Should Not Be Empty ${events}
112112

113-
# Verify end_reason metadata in plugin event
114-
Verify Event Metadata conversation.complete end_reason file_upload ${conversation_id}
113+
# File upload explains why processing ran; it is not a recording end reason.
114+
Verify Event Metadata conversation.complete trigger file_upload ${conversation_id}
115115

116116
Memory Processing Should Trigger Event
117117
[Documentation] Verify memory.processed event after memory extraction

0 commit comments

Comments
 (0)