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(oci): assert stream termination and full event lifecycle
Strengthen V1 and V2 streaming integration tests to verify streams
terminate correctly and produce the expected event sequence:
- V1: stream-start → text-generation(s) → stream-end
- V2: message-start → content-start → content-delta(s) → content-end → message-end
Without these assertions the previous tests would have hung forever
on the streaming bug rather than failing with a clear error.
0 commit comments