File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
116116Memory Processing Should Trigger Event
117117 [Documentation] Verify memory.processed event after memory extraction
You can’t perform that action at this time.
0 commit comments