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
Fix intermittent streaming response aggregation test failure (#4135)
Fix OpenAiChatClientIT.beanStreamOutputConverterRecords test that was failing intermittently when run as part of a test suite due to empty streaming chunks causing malformed JSON during aggregation. Changes: - Filter out empty/null text chunks before aggregation to prevent malformed JSON - Replace silent return with explicit test failure when streaming aggregation produces empty results - Add debugging logs to aid troubleshooting of streaming response issues The test now properly detects and reports streaming aggregation problems instead of silently skipping, improving CI reliability and error detection. Fixes#4134 Signed-off-by: Mark Pollack <mark.pollack@broadcom.com> (cherry picked from commit 85c194c)
0 commit comments