Repository: incubator-s2graph
Updated Branches:
  refs/heads/master a35cf9496 -> 1a744b299


[S2GRAPH-98]: Make test cases on multiple projects run sequentially.

JIRA:
    [S2GRAPH-98] https://issues.apache.org/jira/browse/S2GRAPH-98

Pull Request:
    Closes #68

Authors:
    DO YUNG YOON: [email protected]


Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/1a744b29
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/1a744b29
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/1a744b29

Branch: refs/heads/master
Commit: 1a744b29959fdd8173009a8c00bbea1ae9a36d0e
Parents: a35cf94
Author: DO YUNG YOON <[email protected]>
Authored: Mon Aug 29 16:44:27 2016 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Mon Aug 29 16:44:27 2016 +0900

----------------------------------------------------------------------
 CHANGES   | 2 ++
 build.sbt | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1a744b29/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3aab524..0e70dda 100644
--- a/CHANGES
+++ b/CHANGES
@@ -151,6 +151,8 @@ Release 0.12.1 - unreleased
     S2GRAPH-91: Remove custom repository on project's build.sbt (Committed by 
DOYUNG YOON).
     
     S2GRAPH-93: Remove MySQL JDBC driver (Committed by DOYUNG YOON).
+    
+    S2GRAPH-98: Make test cases on multiple projects run sequentially 
(Committed by DOYUNG YOON).
 
   TEST
     

http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1a744b29/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index eb9b31d..07d9ddc 100755
--- a/build.sbt
+++ b/build.sbt
@@ -27,6 +27,7 @@ lazy val commonSettings = Seq(
   scalacOptions := Seq("-language:postfixOps", "-unchecked", "-deprecation", 
"-feature", "-Xlint"),
   javaOptions ++= 
collection.JavaConversions.propertiesAsScalaMap(System.getProperties).map { 
case (key, value) => "-D" + key + "=" + value }.toSeq,
   testOptions in Test += Tests.Argument("-oDF"),
+  concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
   parallelExecution in Test := false,
   resolvers ++= Seq(
     Resolver.mavenLocal

Reply via email to