Revert "Ignore non critical tests for now." This reverts commit a6cfda8ae0ca9dabcd6d18a966eb9848d91f2749.
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/fbb5807e Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/fbb5807e Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/fbb5807e Branch: refs/heads/release-2.1.1 Commit: fbb5807e46a6270eadfc3822a60112d4a9e3faf1 Parents: d3df239 Author: Michael Russo <[email protected]> Authored: Tue Apr 5 13:47:11 2016 -0700 Committer: Michael Russo <[email protected]> Committed: Tue Apr 5 13:47:11 2016 -0700 ---------------------------------------------------------------------- .../apache/usergrid/corepersistence/StaleIndexCleanupTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/fbb5807e/stack/core/src/test/java/org/apache/usergrid/corepersistence/StaleIndexCleanupTest.java ---------------------------------------------------------------------- diff --git a/stack/core/src/test/java/org/apache/usergrid/corepersistence/StaleIndexCleanupTest.java b/stack/core/src/test/java/org/apache/usergrid/corepersistence/StaleIndexCleanupTest.java index 20fe4e9..27d969c 100644 --- a/stack/core/src/test/java/org/apache/usergrid/corepersistence/StaleIndexCleanupTest.java +++ b/stack/core/src/test/java/org/apache/usergrid/corepersistence/StaleIndexCleanupTest.java @@ -70,7 +70,6 @@ import static org.junit.Assert.assertTrue; * Test on read style clean-up of stale ElasticSearch indexes. */ @NotThreadSafe -@Ignore("These can be re-enabled when they properly know when Usergrid is set to de-index old versions of entities or not") public class StaleIndexCleanupTest extends AbstractCoreIT { private static final Logger logger = LoggerFactory.getLogger( StaleIndexCleanupTest.class ); public static final String EVENTS_DISABLED = "corepersistence.events.disabled"; @@ -134,7 +133,7 @@ public class StaleIndexCleanupTest extends AbstractCoreIT { } - + /** * Test that the EntityDeleteImpl cleans up stale indexes on delete. Ensures that when an * entity is deleted its old indexes are cleared from ElasticSearch.
