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

incubator-geode git commit: GEODE-1565: exclude GemfireDataCommandsDUnitTest over HTTP

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 832ddd17b -> db739b221


GEODE-1565: exclude GemfireDataCommandsDUnitTest over HTTP

Testing GemfireDataCommandsDUnitTest over HTTP is enabled on feature-GEODE-1565 and will be merged back to develop as soon as it's passing again.


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

Branch: refs/heads/develop
Commit: db739b221d2603eb7984ec24a79338c8efdf53e2
Parents: 832ddd1
Author: Kirk Lund <kl...@apache.org>
Authored: Sat Jun 18 13:44:24 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Sat Jun 18 13:44:24 2016 -0700

----------------------------------------------------------------------
 .../internal/cli/commands/CommandOverHttpDUnitTest.java           | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/db739b22/geode-web/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/CommandOverHttpDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-web/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/CommandOverHttpDUnitTest.java b/geode-web/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/CommandOverHttpDUnitTest.java
index 6cc475e..cad3f31 100644
--- a/geode-web/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/CommandOverHttpDUnitTest.java
+++ b/geode-web/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/CommandOverHttpDUnitTest.java
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package com.gemstone.gemfire.management.internal.cli.commands;
 
 import org.junit.experimental.categories.Category;
@@ -43,7 +42,7 @@ import org.junit.runners.Suite;
   DeployCommandsDUnitTest.class,
   DiskStoreCommandsDUnitTest.class,
   FunctionCommandsDUnitTest.class,
-  GemfireDataCommandsDUnitTest.class,
+  //GemfireDataCommandsDUnitTest.class, restore when GEODE-1565 is fixed
   GetCommandOnRegionWithCacheLoaderDuringCacheMissDUnitTest.class,
   IndexCommandsDUnitTest.class,
   ListAndDescribeDiskStoreCommandsDUnitTest.class,