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

incubator-geode git commit: GEODE-1209: Test changes, removing a sleep call which is not needed...

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 52a13e829 -> 374a1dc40


GEODE-1209: Test changes, removing a sleep call which is not needed...

This is in addition to the previous checkin:
Commit: 52a13e8295bdced8bfc72ab7a710f2a4a8df0ca7


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

Branch: refs/heads/develop
Commit: 374a1dc40c15c0e3bcb5ad3867090c02257e9013
Parents: 52a13e8
Author: Anil <ag...@pivotal.io>
Authored: Fri Jun 17 11:09:30 2016 -0700
Committer: Anil <ag...@pivotal.io>
Committed: Fri Jun 17 11:09:30 2016 -0700

----------------------------------------------------------------------
 .../AsyncEventQueueEvictionAndExpirationJUnitTest.java          | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/374a1dc4/geode-core/src/test/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueEvictionAndExpirationJUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueEvictionAndExpirationJUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueEvictionAndExpirationJUnitTest.java
index c37810f..6dfbe05 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueEvictionAndExpirationJUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueEvictionAndExpirationJUnitTest.java
@@ -380,10 +380,7 @@ public class AsyncEventQueueEvictionAndExpirationJUnitTest {
     region.put("Key-1", "Value-1");
     region.put("Key-2", "Value-2");
     
-    try {
-      Thread.sleep(2000);
-    } catch (Exception ex) {}
-  }
+   }
 
 
   private void waitForAEQEventsNotQueued() {