[jira] [Commented] (GEODE-3683) CacheConnectionTimeoutJUnitTest failing intermittently in CI.

2017-12-05 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3683:


Commit 5c9caf441ee35621ed7fb948149547cf85cfee40 in geode's branch 
refs/heads/develop from [~bschuchardt]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5c9caf4 ]

GEODE-3683 CacheConnectionTimeoutJUnitTest failing intermittently in CI

Increased the maximumTimeBetweenPings from 100ms to 2000ms.  Tests on
a mac with Intellij showed a minimum of 19ms between finishing the setup
method and commencing the actual test method.  Adding a short sleep at
the beginning of the test method caused it to fail repeatedly with the
lower setting.  A 2 second timeout period allowed the test to succeed
in 200 consecutive runs.
'


> CacheConnectionTimeoutJUnitTest failing intermittently in CI.
> -
>
> Key: GEODE-3683
> URL: https://issues.apache.org/jira/browse/GEODE-3683
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Galen O'Sullivan
>Assignee: Bruce Schuchardt
> Fix For: 1.4.0
>
>
> The `testUnresponsiveClientsGetDisconnected` test is failing. I think this is 
> because the Awaitility condition is broken.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEODE-3683) CacheConnectionTimeoutJUnitTest failing intermittently in CI.

2017-12-05 Thread Bruce Schuchardt (JIRA)

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

Bruce Schuchardt commented on GEODE-3683:
-

This failure was in the initial use of the connection.  I think the 
maximumTimeBetweenPings was set too low, causing the connection created in 
setup() to be closed before the test got to the point of using it.

> CacheConnectionTimeoutJUnitTest failing intermittently in CI.
> -
>
> Key: GEODE-3683
> URL: https://issues.apache.org/jira/browse/GEODE-3683
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Galen O'Sullivan
>
> The `testUnresponsiveClientsGetDisconnected` test is failing. I think this is 
> because the Awaitility condition is broken.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (GEODE-3683) CacheConnectionTimeoutJUnitTest failing intermittently in CI.

2017-09-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3683:


Commit 3f774fe753a7146c05c87fd560354bb6871e543b in geode's branch 
refs/heads/develop from [~gosullivan]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3f774fe ]

GEODE-3683: fix intermittent failure of CacheConnectionTimeoutJUnitTest

The old condition wasn't quite right. I don't think Awaitility is
actually the right thing to use here.


> CacheConnectionTimeoutJUnitTest failing intermittently in CI.
> -
>
> Key: GEODE-3683
> URL: https://issues.apache.org/jira/browse/GEODE-3683
> Project: Geode
>  Issue Type: Bug
>  Components: client/server
>Reporter: Galen O'Sullivan
>
> The `testUnresponsiveClientsGetDisconnected` test is failing. I think this is 
> because the Awaitility condition is broken.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)