Skip to content

Commit abe649a

Browse files
authored
Enables persistent state validates runner tests for Dataflow runners. (#36889)
* Update build.gradle Enables some persistent state type validates runner tests. * Update beam_PostCommit_Java_ValidatesRunner_Dataflow_V2_Streaming.json * Update beam_PostCommit_Java_ValidatesRunner_Dataflow_Streaming.json * Update beam_PostCommit_Java_ValidatesRunner_Dataflow.json * Update beam_PostCommit_Java_ValidatesRunner_Dataflow_V2.json
1 parent 5cd9829 commit abe649a

File tree

5 files changed

+4
-10
lines changed

5 files changed

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

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ def commonLegacyExcludeCategories = [
212212
def commonRunnerV2ExcludeCategories = [
213213
'org.apache.beam.sdk.testing.UsesExternalService',
214214
'org.apache.beam.sdk.testing.UsesGaugeMetrics',
215-
'org.apache.beam.sdk.testing.UsesSetState',
216-
'org.apache.beam.sdk.testing.UsesMapState',
217-
'org.apache.beam.sdk.testing.UsesMultimapState',
218215
'org.apache.beam.sdk.testing.UsesMetricsPusher',
219216
'org.apache.beam.sdk.testing.UsesTestStream',
220217
'org.apache.beam.sdk.testing.UsesTestStreamWithProcessingTime',
@@ -446,9 +443,6 @@ task validatesRunner {
446443
description "Validates Dataflow runner"
447444
dependsOn(createLegacyWorkerValidatesRunnerTest(
448445
name: 'validatesRunnerLegacyWorkerTest',
449-
excludedCategories: [
450-
'org.apache.beam.sdk.testing.UsesMultimapState',
451-
],
452446
excludedTests: [
453447
// TODO(https://github.com/apache/beam/issues/21472)
454448
'org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState',

0 commit comments

Comments
 (0)