You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by la...@apache.org on 2017/09/08 00:40:15 UTC

[geode] branch feature/GEODE-3274 created (now 5e0b2f5)

This is an automated email from the ASF dual-hosted git repository.

ladyvader pushed a change to branch feature/GEODE-3274
in repository https://gitbox.apache.org/repos/asf/geode.git.


      at 5e0b2f5  GEODE-3274: CI Failure: ResourceManagerWithQueryMonitorDUnitTest > testRMAndTimeoutSetOnServer

This branch includes the following new commits:

     new 5e0b2f5  GEODE-3274: CI Failure: ResourceManagerWithQueryMonitorDUnitTest > testRMAndTimeoutSetOnServer

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].

[geode] 01/01: GEODE-3274: CI Failure: ResourceManagerWithQueryMonitorDUnitTest > testRMAndTimeoutSetOnServer

Posted by la...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ladyvader pushed a commit to branch feature/GEODE-3274
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 5e0b2f5adb41309a8f53fc0b929a1937ee68b872
Author: Lynn Hughes-Godfrey <lh...@pivotal.io>
AuthorDate: Thu Sep 7 17:38:31 2017 -0700

    GEODE-3274: CI Failure: ResourceManagerWithQueryMonitorDUnitTest > testRMAndTimeoutSetOnServer
    
    - Additional info added to fail() call so we can see what Exception was thrown when test fails.
---
 .../cache/query/dunit/ResourceManagerWithQueryMonitorDUnitTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/test/java/org/apache/geode/cache/query/dunit/ResourceManagerWithQueryMonitorDUnitTest.java b/geode-core/src/test/java/org/apache/geode/cache/query/dunit/ResourceManagerWithQueryMonitorDUnitTest.java
index 15cfaa7..bcdd584 100755
--- a/geode-core/src/test/java/org/apache/geode/cache/query/dunit/ResourceManagerWithQueryMonitorDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/cache/query/dunit/ResourceManagerWithQueryMonitorDUnitTest.java
@@ -735,7 +735,7 @@ public class ResourceManagerWithQueryMonitorDUnitTest extends ClientServerTestCa
       assertEquals(0, queryExecution.getResult());
     } catch (Throwable e) {
       e.printStackTrace();
-      fail();
+      fail("queryExecution.getResult() threw Exception " + e.toString());
     }
   }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@geode.apache.org" <co...@geode.apache.org>.