You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2016/06/21 17:24:29 UTC

incubator-geode git commit: fixed bundled jars test failure

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1573 a257982de -> 24f9db74e


fixed bundled jars test failure


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/24f9db74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/24f9db74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/24f9db74

Branch: refs/heads/feature/GEODE-1573
Commit: 24f9db74e04603938fdf8d0f0bb0057c33144dee
Parents: a257982
Author: Sai Boorlagadda <sb...@pivotal.io>
Authored: Tue Jun 21 10:14:33 2016 -0700
Committer: Sai Boorlagadda <sb...@pivotal.io>
Committed: Tue Jun 21 10:14:33 2016 -0700

----------------------------------------------------------------------
 geode-assembly/build.gradle                                        | 2 +-
 .../cli/commands/LauncherLifecycleCommandsIntegrationTest.java     | 2 +-
 geode-assembly/src/test/resources/expected_jars.txt                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/24f9db74/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index ce303bb..6570c7d 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -164,7 +164,7 @@ def cp = {
       it.contains('slf4j-api') ||
       it.contains('spring-core') ||
       it.contains('spring-shell') ||
-      it.contains('snappy-java') ||
+      it.contains('snappy') ||
       it.contains('hbase') ||
       it.contains('jgroups') ||
       it.contains('netty') ||

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/24f9db74/geode-assembly/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/LauncherLifecycleCommandsIntegrationTest.java
----------------------------------------------------------------------
diff --git a/geode-assembly/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/LauncherLifecycleCommandsIntegrationTest.java b/geode-assembly/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/LauncherLifecycleCommandsIntegrationTest.java
index 22c6947..32d6df2 100644
--- a/geode-assembly/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/LauncherLifecycleCommandsIntegrationTest.java
+++ b/geode-assembly/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/LauncherLifecycleCommandsIntegrationTest.java
@@ -79,7 +79,7 @@ public class LauncherLifecycleCommandsIntegrationTest {
     assertTrue(coreDependenciesJar + " is not a file", coreDependenciesJar.isFile());
 
     Collection<String> expectedJarDependencies = Arrays.asList("antlr", "commons-io", "commons-lang", "commons-logging",
-            "geode", "jackson-annotations", "jackson-core", "jackson-databind", "jansi", "jline", "snappy-java",
+            "geode", "jackson-annotations", "jackson-core", "jackson-databind", "jansi", "jline", "snappy",
             "spring-core", "spring-shell", "jetty-server", "jetty-servlet", "jetty-webapp", "jetty-util", "jetty-http",
             "servlet-api", "jetty-io", "jetty-security", "jetty-xml"
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/24f9db74/geode-assembly/src/test/resources/expected_jars.txt
----------------------------------------------------------------------
diff --git a/geode-assembly/src/test/resources/expected_jars.txt b/geode-assembly/src/test/resources/expected_jars.txt
index 6104dbb..939464a 100644
--- a/geode-assembly/src/test/resources/expected_jars.txt
+++ b/geode-assembly/src/test/resources/expected_jars.txt
@@ -59,7 +59,7 @@ scala-library
 scala-reflect
 shiro-core
 slf4j-api
-snappy-java
+snappy
 spring-aop
 spring-aspects
 spring-beans