You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2018/05/15 15:24:57 UTC

[1/2] storm git commit: STORM-3072: Reduce fork count for storm-sql-core tests to 1, the tests appear to interfere

Repository: storm
Updated Branches:
  refs/heads/master 53f38bc31 -> 14b0b4fc5


STORM-3072: Reduce fork count for storm-sql-core tests to 1, the tests appear to interfere


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

Branch: refs/heads/master
Commit: ecef8ce3a88e3a6fba47c3c7a10794da2e1679cb
Parents: 3dbc67f
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Mon May 14 16:40:01 2018 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Mon May 14 16:40:01 2018 +0200

----------------------------------------------------------------------
 sql/storm-sql-core/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ecef8ce3/sql/storm-sql-core/pom.xml
----------------------------------------------------------------------
diff --git a/sql/storm-sql-core/pom.xml b/sql/storm-sql-core/pom.xml
index 72919a4..e92a80d 100644
--- a/sql/storm-sql-core/pom.xml
+++ b/sql/storm-sql-core/pom.xml
@@ -169,6 +169,13 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <forkCount>1</forkCount>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <!--Note - the version would be inherited-->
                 <configuration>


[2/2] storm git commit: Merge branch 'STORM-3072' of https://github.com/srdo/storm into STORM-3072-merge

Posted by sr...@apache.org.
Merge branch 'STORM-3072' of https://github.com/srdo/storm into STORM-3072-merge


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

Branch: refs/heads/master
Commit: 14b0b4fc5e0945456769fd58a3595188e3dea234
Parents: 53f38bc ecef8ce
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Tue May 15 17:24:15 2018 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Tue May 15 17:24:15 2018 +0200

----------------------------------------------------------------------
 sql/storm-sql-core/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------