You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/12/13 02:18:58 UTC

[jira] [Commented] (GEODE-2099) Race condition in ConnectToLocatorSSLDUnitTest

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

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

Commit 70800f5268382a3aca1b35b4c52ba5a70787e469 in geode's branch refs/heads/develop from [~apache@the9muses.net]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=70800f5 ]

GEODE-2099: reduce scope of method and vars to prevent spaghetti

If you leave vars and methods public or protected, some day
someone is going to make another test call them (I've seen
it happen repeatedly) so please make them private.


> Race condition in ConnectToLocatorSSLDUnitTest
> ----------------------------------------------
>
>                 Key: GEODE-2099
>                 URL: https://issues.apache.org/jira/browse/GEODE-2099
>             Project: Geode
>          Issue Type: Bug
>          Components: management, tests
>            Reporter: Jinmei Liao
>              Labels: Flaky
>
> This test contains 3 tests, if put a long enough wait or a break point in between the tests, the tests would pass, otherwise the last two tests would fail. Need to get to the bottom of this. For the last tests are ignored. This is happening after we have to put "disconnect" after each connect to properly close the jmx thread so that it wouldn't pollute other tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)