shunping commented on issue #20666: URL: https://github.com/apache/beam/issues/20666#issuecomment-3773986178
I double check on the test conditions: The following tests require categories: `UsesStatefulParDo.class`, `UsesOrderedListState.class`: - `org.apache.beam.sdk.transforms.ParDoTest$StateTests.testOrderedListStateRangeDeleteBounded` - `org.apache.beam.sdk.transforms.ParDoTest$StateTests.testOrderedListStateRangeDeleteUnbounded` - `org.apache.beam.sdk.transforms.ParDoTest$StateTests.testOrderedListStateRangeFetchUnbounded` - `org.apache.beam.sdk.transforms.ParDoTest$StateTests.testOrderedListStateRangeFetchBounded` The following tests require catetories: `UsesStatefulParDo.class`, `UsesOrderedListState.class` , `UsesOnWindowExpiration.class` - `org.apache.beam.sdk.transforms.ParDoTest$StateTests.testOrderedListStateUnbounded` - `org.apache.beam.sdk.transforms.ParDoTest$StateTests.testOrderedListStateBounded` The PR (https://github.com/apache/beam/pull/36808) removed `UsesOrderedListState` from the excluded categories. The tests are now included in Runner V2 running in streaming mode( `:runners:google-cloud-dataflow-java:validatesRunnerV2Streaming`): <img width="1452" height="1855" alt="Image" src="https://github.com/user-attachments/assets/9659419e-e80a-4d14-8d06-f4d4b0ea20a6" /> However, these tests are still excluded in post commit of Runner V2 in batch mode ( `:runners:google-cloud-dataflow-java:validatesRunnerV2`) due to https://github.com/apache/beam/blob/600bd612dc2ef495fef08675398361159f7a03df/runners/google-cloud-dataflow-java/build.gradle#L549-L550 -- 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]
