wenjin272 opened a new pull request, #927: URL: https://github.com/apache/flink-agents/pull/927
Related to #837 and the review discussion in #838. ### Purpose of change Strengthen the Java ReActAgent regression test for the no-output-schema path. The test previously only printed the output and therefore passed as long as the job executed without throwing. This change collects the result and verifies that the agent emits an output and that the output is a `String`, matching the no-schema contract and the existing Python coverage. ### Tests - `mvn --batch-mode --no-transfer-progress spotless:check -pl e2e-test/flink-agents-end-to-end-tests-integration` - `mvn --batch-mode --no-transfer-progress test-compile -pl e2e-test/flink-agents-end-to-end-tests-integration -am -DskipTests` - `./tools/ut.sh --java --e2e --flink 2.3` (29 tests, 0 failures, 0 errors, 8 skipped) ### API No public API changes. ### Documentation - [x] `doc-not-needed` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
