Are PutCommandWithJsonTest and DeployWithLargeJarTest known to be flaky?

My latest pull request failed with these two failures and all I did was
extract LocalRegion.validateRegionName and improve unit testing of
RegionNameValidation. No other tests failed for me.

> Task :geode-assembly:acceptanceTest
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:619>
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:620>
org.apache.geode.management.internal.cli.commands.PutCommandWithJsonTest
> putWithJsonString FAILED
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:621>
    org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:622>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:623>
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:624>
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:625>
        at 
org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:626>
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:627>
        at 
org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:628>
        at 
org.apache.geode.management.internal.cli.commands.PutCommandWithJsonTest.putWithJsonString(PutCommandWithJsonTest.java:55)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:629>
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:630>
org.apache.geode.management.internal.cli.commands.DeployWithLargeJarTest
> deployLargeSetOfJars FAILED
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:631>
    org.junit.ComparisonFailure: expected:<[0]> but was:<[1]>
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:632>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:633>
        at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:634>
        at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:635>
        at 
org.apache.geode.test.junit.rules.gfsh.GfshScript.awaitIfNecessary(GfshScript.java:117)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:636>
        at 
org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:135)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:637>
        at 
org.apache.geode.test.junit.rules.gfsh.GfshScript.execute(GfshScript.java:106)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:638>
        at 
org.apache.geode.management.internal.cli.commands.DeployWithLargeJarTest.deployLargeSetOfJars(DeployWithLargeJarTest.java:41)
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:639>
 <https://concourse.apachegeode-ci.info/builds/19680#L5b60bc1a:640>
> Task :geode-assembly:acceptanceTest FAILED

Reply via email to