Skip to content

Commit 672b888

Browse files
authored
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.
1 parent 52b9910 commit 672b888

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run!",
3-
"modification": 2
3+
"modification": 3
44
}

runners/google-cloud-dataflow-java/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,15 +546,17 @@ task validatesRunnerV2 {
546546
name: 'validatesRunnerV2Test',
547547
pipelineOptions: runnerV2PipelineOptions,
548548
excludedCategories: [
549-
'org.apache.beam.sdk.testing.UsesOnWindowExpiration',
550-
'org.apache.beam.sdk.testing.UsesStatefulParDo',
551549
'org.apache.beam.sdk.testing.UsesTimersInParDo',
552550
'org.apache.beam.sdk.testing.UsesUnboundedPCollections',
553551
'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo',
554552
],
555553
excludedTests: [
556554
'org.apache.beam.sdk.transforms.ReshuffleTest.testReshuffleWithTimestampsStreaming',
557555

556+
// TODO(https://github.com/apache/beam/issues/37371): Identify the cause of assertion failure for these tests
557+
'org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideBytes',
558+
'org.apache.beam.runners.dataflow.DataflowRunnerTest.testBatchGroupIntoBatchesOverrideCount',
559+
558560
// These tests use static state and don't work with remote execution.
559561
'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundle',
560562
'org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInFinishBundleStateful',

0 commit comments

Comments
 (0)