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

Darrel Schneider commented on GEODE-6587:
-----------------------------------------

to run this multiple times I did this:
{code:java}

 @Test
 public void repeatTest() throws Exception {
 for (int i=0; i < 109; i++) {
 LogService.getLogger().info("DEBUG:iteration#" + i);
 try {
 testConnectionAffinity();
 } catch (Exception ex) {
 LogService.getLogger().info("DEBUG: test threw", ex);
 }
 tearDownDistributedTestCase();
 setUpDistributedTestCase();
 }
 }{code}

> ClientServerTransactionCCEDUnitTest testConnectionAffinity FAILED
> -----------------------------------------------------------------
>
>                 Key: GEODE-6587
>                 URL: https://issues.apache.org/jira/browse/GEODE-6587
>             Project: Geode
>          Issue Type: Bug
>    Affects Versions: 1.10.0
>            Reporter: xiaojian zhou
>            Assignee: Eric Shu
>            Priority: Major
>
> It's found in:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/564
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-pr/jobs/DistributedTestOpenJDK8/builds/1846
> {noformat}
> org.apache.geode.internal.cache.ClientServerTransactionCCEDUnitTest > 
> testConnectionAffinity FAILED
>     java.lang.AssertionError: expected count to be 11 or 12 but was 22
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to