You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add test coverage for stream failure retry logic
Added test to verify:
- Stream failures do NOT abort the task (only log error)
- User cancellations DO abort the task
- Error logging occurs for stream failures
- Task can retry after stream failures
Test passes and validates the retry behavior.
0 commit comments