Daniel Oliveira created BEAM-14254:
--------------------------------------
Summary: beam_PostCommit_Java_PVR_Flink_Streaming failing due to
new AfterSynchronizedProcessingTime test
Key: BEAM-14254
URL: https://issues.apache.org/jira/browse/BEAM-14254
Project: Beam
Issue Type: Bug
Components: runner-flink, test-failures
Affects Versions: 2.38.0
Reporter: Daniel Oliveira
Assignee: Ankur Goenka
Test: https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/
Failure example:
https://ci-beam.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/7644/
This seems to be technically a flake, but highly flake (looks like ~90% of runs
are failing and this is the only error in sight). I can't pinpoint where it
started since even the oldest failure shows this, but it's likely that it was
failing since the test was introduced because the test also caused failures in
Dataflow (https://issues.apache.org/jira/browse/BEAM-13952).
Error message:
{noformat}
java.lang.RuntimeException: The Runner experienced the following error during
execution:
java.lang.RuntimeException: Error received from SDK harness for instruction 10:
org.apache.beam.sdk.util.UserCodeException: java.lang.AssertionError: Second
Triggered sum/Values/Values/Map/ParMultiDo(Anonymous).output:
Expected: iterable with items [<42>] in any order
but: no item matches: <42> in []
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)