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:40 UTC

[40/53] [abbrv] beam git commit: jstorm-runner: VM crashs during ValidatesRunner tests disable reuse forked VM.

jstorm-runner: VM crashs during ValidatesRunner tests disable reuse forked VM.


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

Branch: refs/heads/jstorm-runner
Commit: 4d634ecf008e7fe6d1a99770da8bb66f7513b7e0
Parents: 588a698
Author: Pei He <pe...@apache.org>
Authored: Wed Jul 19 14:36:30 2017 +0800
Committer: Pei He <pe...@apache.org>
Committed: Sat Aug 19 12:02:59 2017 +0800

----------------------------------------------------------------------
 runners/jstorm/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/4d634ecf/runners/jstorm/pom.xml
----------------------------------------------------------------------
diff --git a/runners/jstorm/pom.xml b/runners/jstorm/pom.xml
index 5d54d94..79634e9 100644
--- a/runners/jstorm/pom.xml
+++ b/runners/jstorm/pom.xml
@@ -67,6 +67,7 @@
                     org.apache.beam.sdk.testing.UsesTestStream
                   </excludedGroups>
                   <parallel>none</parallel>
+                  <reuseForks>false</reuseForks>
                   <failIfNoTests>true</failIfNoTests>
                   <dependenciesToScan>
                     <dependency>org.apache.beam:beam-sdks-java-core</dependency>