You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/12 00:40:00 UTC

[jira] [Commented] (GEODE-7570) RemoteGfManagerAgentTest > removeAgentAndDisconnectWouldNotThrowNPE failes with NPE

    [ https://issues.apache.org/jira/browse/GEODE-7570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994023#comment-16994023 ] 

ASF subversion and git services commented on GEODE-7570:
--------------------------------------------------------

Commit 0c420ba9b900da32cba7064fef297f4733c16200 in geode's branch refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0c420ba ]

GEODE-7570: close cache after test is done to prevent polluting other tests (#4463)



> RemoteGfManagerAgentTest > removeAgentAndDisconnectWouldNotThrowNPE failes with NPE
> -----------------------------------------------------------------------------------
>
>                 Key: GEODE-7570
>                 URL: https://issues.apache.org/jira/browse/GEODE-7570
>             Project: Geode
>          Issue Type: Bug
>          Components: management
>            Reporter: Darrel Schneider
>            Assignee: Jinmei Liao
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> See: https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UnitTestOpenJDK11/builds/1374
> {noformat}
> org.apache.geode.internal.admin.remote.RemoteGfManagerAgentTest > removeAgentAndDisconnectWouldNotThrowNPE FAILED
>     java.util.concurrent.ExecutionException: java.lang.NullPointerException
>         at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>         at java.util.concurrent.FutureTask.get(FutureTask.java:191)
>         at org.apache.geode.internal.admin.remote.RemoteGfManagerAgentTest.removeAgentAndDisconnectWouldNotThrowNPE(RemoteGfManagerAgentTest.java:80)
>         Caused by:
>         java.lang.NullPointerException
>             at org.apache.geode.internal.admin.remote.RemoteGfManagerAgent.disconnect(RemoteGfManagerAgent.java:388)
>             at org.apache.geode.internal.admin.remote.RemoteGfManagerAgentTest.lambda$removeAgentAndDisconnectWouldNotThrowNPE$1(RemoteGfManagerAgentTest.java:76)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)