[ https://issues.apache.org/jira/browse/GEODE-5590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16700643#comment-16700643 ]
ASF subversion and git services commented on GEODE-5590: -------------------------------------------------------- Commit 2d701266d8ce14bfa204f03304c243f8ca0e6aef in geode's branch refs/heads/develop from Dan Smith [ https://gitbox.apache.org/repos/asf?p=geode.git;h=2d70126 ] GEODE-6074: Using a free server port in tests GEODE-5590 and GEODE-6074 - Setting the server port to 0 to pick an unused port. These two tests both failed in CI because port 40404 was in use. > CI Failure: PutCommandWithJsonTest > putWithJsonString Fails intermittently > ---------------------------------------------------------------------------- > > Key: GEODE-5590 > URL: https://issues.apache.org/jira/browse/GEODE-5590 > Project: Geode > Issue Type: Bug > Reporter: Helena Bales > Assignee: Dan Smith > Priority: Major > Labels: pull-request-available, swat > Fix For: 1.9.0 > > Time Spent: 0.5h > Remaining Estimate: 0h > > {code:java} > org.apache.geode.management.internal.cli.commands.PutCommandWithJsonTest > > putWithJsonString FAILED > org.junit.ComparisonFailure: expected:<[0]> but was:<[1]> > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at > org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117) > at > org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135) > at > org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106) > at > org.apache.geode.management.internal.cli.commands.PutCommandWithJsonTest.putWithJsonString(PutCommandWithJsonTest.java:55) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)