You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/05/28 10:28:11 UTC

[beam] branch spark-runner_structured-streaming updated: fixup Enable UsesBoundedSplittableParDo category of tests Since the default overwrite is already in place and it is breaking only in one subcase

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch spark-runner_structured-streaming
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/spark-runner_structured-streaming by this push:
     new d0f5806  fixup Enable UsesBoundedSplittableParDo category of tests Since the default overwrite is already in place and it is breaking only in one subcase
d0f5806 is described below

commit d0f5806f4b1e3083fd8141359c01b7e4dd254201
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Tue May 28 12:26:32 2019 +0200

    fixup Enable UsesBoundedSplittableParDo category of tests
    Since the default overwrite is already in place and it is breaking only
    in one subcase
---
 runners/spark/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runners/spark/build.gradle b/runners/spark/build.gradle
index 9619c5e..7cc0fb7 100644
--- a/runners/spark/build.gradle
+++ b/runners/spark/build.gradle
@@ -203,7 +203,6 @@ task validatesStructuredStreamingRunnerBatch(type: Test) {
     excludeCategories 'org.apache.beam.sdk.testing.UsesGaugeMetrics'
     excludeCategories 'org.apache.beam.sdk.testing.UsesMetricsPusher'
     // SDF
-    excludeCategories 'org.apache.beam.sdk.testing.UsesBoundedSplittableParDo'
     excludeCategories 'org.apache.beam.sdk.testing.UsesSplittableParDoWithWindowedSideInputs'
     excludeCategories 'org.apache.beam.sdk.testing.UsesUnboundedSplittableParDo'
     // Portability