You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/05/27 02:21:48 UTC

incubator-usergrid git commit: Work around because refresh isn't implemented in CounterIt and I'm not sure if it should be.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-608 a7b652162 -> 6ebf92013


Work around because refresh isn't implemented in CounterIt and I'm not sure if it should be.


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

Branch: refs/heads/USERGRID-608
Commit: 6ebf92013cfe862394478c6690bc2fd4765b6aaa
Parents: a7b6521
Author: GERey <gr...@apigee.com>
Authored: Tue May 26 17:21:46 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Tue May 26 17:21:46 2015 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/usergrid/persistence/CounterIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/6ebf9201/stack/core/src/test/java/org/apache/usergrid/persistence/CounterIT.java
----------------------------------------------------------------------
diff --git a/stack/core/src/test/java/org/apache/usergrid/persistence/CounterIT.java b/stack/core/src/test/java/org/apache/usergrid/persistence/CounterIT.java
index 6badc15..40da953 100644
--- a/stack/core/src/test/java/org/apache/usergrid/persistence/CounterIT.java
+++ b/stack/core/src/test/java/org/apache/usergrid/persistence/CounterIT.java
@@ -54,7 +54,6 @@ import static org.junit.Assert.assertNotNull;
 
 
 @NotThreadSafe
-@Ignore("Not elasticsearch safe either because it needs to refresh indexes after creation and deletion")
 public class CounterIT extends AbstractCoreIT {
 
     private static final Logger LOG = LoggerFactory.getLogger( CounterIT.class );
@@ -71,6 +70,7 @@ public class CounterIT extends AbstractCoreIT {
 
 
 
+    @Ignore("needs to have elasticsearch refreshes implemented")
     @Test
     public void testIncrementAndDecrement() throws Exception {