lostluck commented on code in PR #36379:
URL: https://github.com/apache/beam/pull/36379#discussion_r2402632822
##########
runners/prism/java/build.gradle:
##########
@@ -116,6 +113,9 @@ def sickbayTests = [
// GroupIntoBatchesTest tests that fail:
// Teststream has bad KV encodings due to using an outer context.
'org.apache.beam.sdk.transforms.GroupIntoBatchesTest.testInStreamingMode',
+
'org.apache.beam.sdk.transforms.GroupIntoBatchesTest.testBufferingTimerInFixedWindow',
+ // sdk worker disconnected
Review Comment:
Means the Java worker side crashed... Historically that's been a coder
issue. You can usually find the failure output in the gradle scan pages
(there's both stack traces and StdErr output there) Agreed not to worry about
it for this PR.
--
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]