[
https://issues.apache.org/jira/browse/GEODE-4803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16534013#comment-16534013
]
Dan Smith commented on GEODE-4803:
----------------------------------
This failed again in CI with the below failure. We should fix this test and
remove the flaky label:
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/FlakyTest/builds/90
{noformat}
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest >
testMultipleGfshClientToOneServer FAILED
org.apache.geode.test.dunit.RMIException: While invoking
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest$$Lambda$80/69141365.run
in VM 1 running on Host 72c9a199-0313-4dfa-7996-4d36ba189334 with 4 VMs
at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
at
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest.testMultipleGfshClientToOneServer(ConcurrentDeployDUnitTest.java:61)
Caused by:
java.lang.IllegalStateException: the temporary folder has not yet been
created
at org.junit.rules.TemporaryFolder.getRoot(TemporaryFolder.java:145)
at
org.junit.rules.TemporaryFolder.newFolder(TemporaryFolder.java:94)
at
org.junit.rules.TemporaryFolder.newFolder(TemporaryFolder.java:86)
at
org.apache.geode.test.junit.rules.GfshCommandRule.connect(GfshCommandRule.java:160)
at
org.apache.geode.test.junit.rules.GfshCommandRule.connectAndVerify(GfshCommandRule.java:140)
at
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest.connectToLocator(ConcurrentDeployDUnitTest.java:84)
at
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest.lambda$testMultipleGfshClientToOneServer$1e53591e$1(ConcurrentDeployDUnitTest.java:61)
org.apache.geode.test.dunit.RMIException: While invoking
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest$$Lambda$81/1668591203.run
in VM 1 running on Host 72c9a199-0313-4dfa-7996-4d36ba189334 with 4 VMs
at org.apache.geode.test.dunit.VM.invoke(VM.java:436)
at org.apache.geode.test.dunit.VM.invoke(VM.java:405)
at org.apache.geode.test.dunit.VM.invoke(VM.java:348)
at
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest.after(ConcurrentDeployDUnitTest.java:77)
Caused by:
java.lang.NullPointerException
at
org.apache.geode.test.junit.rules.GfshCommandRule.close(GfshCommandRule.java:211)
at
org.apache.geode.management.internal.cli.commands.ConcurrentDeployDUnitTest.lambda$after$bb17a952$1(ConcurrentDeployDUnitTest.java:77)
{noformat}
> CI: ConcurrentDeployDUnitTest needs tuning
> ------------------------------------------
>
> Key: GEODE-4803
> URL: https://issues.apache.org/jira/browse/GEODE-4803
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Affects Versions: 1.5.0
> Reporter: Kenneth Howe
> Assignee: Jens Deppe
> Priority: Major
> Labels: ci, swat
>
> The test concurrently runs iterations of gfsh commands to deploy and undeploy
> .jar's from 3 gfsh clients to the same server, then waits up to 5 minutes for
> the gfsh clients to finish. Sometimes in the CI pipelines one or more of the
> clients don't complete their iterations within the 5 minute wait.
> Test timing and/or client iterations needs to be adjusted for variations in
> machine and network speed.
> Also see GEODE-800.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)