This is an automated email from the ASF dual-hosted git repository.
shunping pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 672b888eecc Enable some more tests in runner v2 batch mode. (#37363)
672b888eecc is described below
commit 672b888eeccba9d6b7c388498e18808edef294f4
Author: Shunping Huang <[email protected]>
AuthorDate: Tue Jan 27 18:37:37 2026 -0500
Enable some more tests in runner v2 batch mode. (#37363)
* Enable some tests in runner v2 batch mode.
* Skip the failed tests after re-enabling some categories.
---
.../beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json | 2 +-
runners/google-cloud-dataflow-java/build.gradle | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git
a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json
b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json
index 794c7aabad6..8bbe16c113f 100644
---
a/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json
+++
b/.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to
run!",
- "modification": 2
+ "modification": 3
}
diff --git a/runners/google-cloud-dataflow-java/build.gradle
b/runners/google-cloud-dataflow-java/build.gradle
index 3792626a1fd..6f25803b848 100644
--- a/runners/google-cloud-dataflow-java/build.gradle
+++ b/runners/google-cloud-dataflow-java/build.gradle
@@ -546,8 +546,6 @@ task validatesRunnerV2 {
name: 'validatesRunnerV2Test',
pipelineOptions: runnerV2PipelineOptions,
excludedCategories: [
- 'org.apache.beam.sdk.testing.UsesOnWindowExpiration',
- 'org.apache.beam.sdk.testing.UsesStatefulParDo',
'org.apache.beam.sdk.testing.UsesTimersInParDo',
'org.apache.beam.sdk.testing.UsesUnboundedPCollections',
'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo',
@@ -555,6 +553,10 @@ task validatesRunnerV2 {
excludedTests: [
'org.apache.beam.sdk.transforms.ReshuffleTest.testReshuffleWithTimestampsStreaming',
+ // TODO(https://github.com/apache/beam/issues/37371): Identify the cause
of assertion failure for these tests
+
'org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideBytes',
+
'org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideCount',
+
// These tests use static state and don't work with remote execution.
'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundle',
'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundleStateful',