[ https://issues.apache.org/jira/browse/GEODE-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688778#comment-16688778 ]
ASF subversion and git services commented on GEODE-6062: -------------------------------------------------------- Commit bca143d4449cabedd7beae8b9adc2cc10bf8686f in geode's branch refs/heads/feature/GEODE-6062 from [~gosullivan] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=bca143d ] GEODE-6062: Use random server port for ConfigureEvictionThroughGfsh This should help reduce the frequency of random CI failures for this test. It's still a bit worrisome that servers were using the same port in the first place, but that's not really what we're testing here. Co-authored-by: Galen O'Sullivan <gosulli...@pivotal.io> Co-authored-by: Jianxia Chen <jc...@pivotal.io> > ConfigureEvictionThroughGfsh.configureEvictionByMaxMemory FAILED > ---------------------------------------------------------------- > > Key: GEODE-6062 > URL: https://issues.apache.org/jira/browse/GEODE-6062 > Project: Geode > Issue Type: Bug > Reporter: Jianxia Chen > Priority: Major > Labels: pull-request-available > > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/AcceptanceTestOpenJDK11/builds/121 > http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.160/test-results/acceptanceTest/1542318877/ > http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-build.160/test-artifacts/1542318877/acceptancetestfiles-OpenJDK11-1.9.0-build.160.tgz > {noformat} > > org.apache.geode.management.internal.cli.commands.ConfigureEvictionThroughGfsh > > configureEvictionByMaxMemory FAILED > org.junit.ComparisonFailure: expected:<[0]> but was:<[1]> > at > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at > org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:125) > at > org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125) > at > org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:133) > at > org.apache.geode.management.internal.cli.commands.ConfigureEvictionThroughGfsh.configureEvictionByMaxMemory(ConfigureEvictionThroughGfsh.java:103) > org.apache.geode.management.internal.cli.commands.ConfigureEvictionThroughGfsh > > configureEvictionByEntryCount FAILED > org.junit.ComparisonFailure: expected:<[0]> but was:<[1]> > at > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at > jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at > org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:125) > at > org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:125) > at > org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:133) > at > org.apache.geode.management.internal.cli.commands.ConfigureEvictionThroughGfsh.configureEvictionByEntryCount(ConfigureEvictionThroughGfsh.java:47) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)