You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pe...@apache.org on 2017/08/20 15:03:32 UTC

[32/53] [abbrv] beam git commit: jstorm-runner: disable validates runner tests with TestStream and Metrics.

jstorm-runner: disable validates runner tests with TestStream and Metrics.


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/dc6f63ca
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/dc6f63ca
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/dc6f63ca

Branch: refs/heads/jstorm-runner
Commit: dc6f63cafa9c91535f48aa483d316bb9a0d12a41
Parents: a5af6d2
Author: Pei He <pe...@apache.org>
Authored: Tue Jul 18 14:48:25 2017 +0800
Committer: Pei He <pe...@apache.org>
Committed: Sat Aug 19 12:02:58 2017 +0800

----------------------------------------------------------------------
 runners/jstorm/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/dc6f63ca/runners/jstorm/pom.xml
----------------------------------------------------------------------
diff --git a/runners/jstorm/pom.xml b/runners/jstorm/pom.xml
index 9808cd2..5d54d94 100644
--- a/runners/jstorm/pom.xml
+++ b/runners/jstorm/pom.xml
@@ -61,8 +61,10 @@
                   </groups>
                   <excludedGroups>
                     org.apache.beam.sdk.testing.UsesSetState,
+                    org.apache.beam.sdk.testing.UsesSplittableParDo,
+                    org.apache.beam.sdk.testing.UsesAttemptedMetrics,
                     org.apache.beam.sdk.testing.UsesCommittedMetrics,
-                    org.apache.beam.sdk.testing.UsesSplittableParDo
+                    org.apache.beam.sdk.testing.UsesTestStream
                   </excludedGroups>
                   <parallel>none</parallel>
                   <failIfNoTests>true</failIfNoTests>