Skip to content

Commit 89b0901

Browse files
committed
Create a BatchOnly category to exclude some batch tests from Dataflow Validates Runner Streaming
1 parent 1a4298f commit 89b0901

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"https://github.com/apache/beam/pull/34902": "Introducing OutputBuilder",
3-
"comment": "Modify this file in a trivial way to cause this test suite to run",
4-
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test",
5-
"https://github.com/apache/beam/pull/31268": "noting that PR #31268 should run this test",
6-
"https://github.com/apache/beam/pull/31490": "noting that PR #31490 should run this test",
7-
"https://github.com/apache/beam/pull/35159": "moving WindowedValue and making an interface"
2+
"comment": "Modify this file in a trivial way to cause this test suite to run"
83
}
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"https://github.com/apache/beam/pull/34902": "Introducing OutputBuilder",
3-
"comment": "Modify this file in a trivial way to cause this test suite to run",
4-
"https://github.com/apache/beam/pull/31156": "noting that PR #31156 should run this test",
5-
"https://github.com/apache/beam/pull/31268": "noting that PR #31268 should run this test",
6-
"https://github.com/apache/beam/pull/31490": "noting that PR #31490 should run this test"
2+
"comment": "Modify this file in a trivial way to cause this test suite to run"
73
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ task validatesRunnerStreaming {
440440
name: 'validatesRunnerLegacyWorkerTestStreaming',
441441
pipelineOptions: legacyPipelineOptions + ['--streaming'],
442442
excludedCategories: [
443+
'org.apache.beam.sdk.testing.BatchOnly',
443444
'org.apache.beam.sdk.testing.UsesCommittedMetrics',
444445
'org.apache.beam.sdk.testing.UsesMapState',
445446
'org.apache.beam.sdk.testing.UsesRequiresTimeSortedInput',
@@ -550,6 +551,7 @@ task validatesRunnerV2Streaming {
550551
name: 'validatesRunnerV2TestStreaming',
551552
pipelineOptions: runnerV2PipelineOptions + ['--streaming', '--experiments=enable_streaming_engine'],
552553
excludedCategories: [
554+
'org.apache.beam.sdk.testing.BatchOnly',
553555
'org.apache.beam.sdk.testing.LargeKeys$Above10KB',
554556
'org.apache.beam.sdk.testing.UsesBoundedSplittableParDo',
555557
'org.apache.beam.sdk.testing.UsesCommittedMetrics',

0 commit comments

Comments
 (0)