You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Raymond Ingles (Jira)" <ji...@apache.org> on 2021/01/06 18:29:00 UTC

[jira] [Created] (GEODE-8813) CreateRegionCommandDUnitTest flaky

Raymond Ingles created GEODE-8813:
-------------------------------------

             Summary: CreateRegionCommandDUnitTest flaky
                 Key: GEODE-8813
                 URL: https://issues.apache.org/jira/browse/GEODE-8813
             Project: Geode
          Issue Type: Bug
          Components: gfsh
    Affects Versions: 1.14.0
            Reporter: Raymond Ingles


Two failures in build #684: [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/684|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/684]

{{> Task :geode-gfsh:distributedTest

org.apache.geode.management.internal.cli.commands.CreateRegionCommandDUnitTest > ensureOverridingCallbacksFromTemplateDoNotRequireClassesOnLocator FAILED
    org.junit.ComparisonFailure: [Region /TEMPLATE already exists on the cluster.
    ] expected:<[OK]> but was:<[ERROR]>
        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.assertions.CommandResultAssert.statusIsSuccess(CommandResultAssert.java:104)
        at org.apache.geode.management.internal.cli.commands.CreateRegionCommandDUnitTest.ensureOverridingCallbacksFromTemplateDoNotRequireClassesOnLocator(CreateRegionCommandDUnitTest.java:406)

org.apache.geode.management.internal.cli.commands.CreateRegionCommandDUnitTest > ensureNewCallbacksFromTemplateDoNotRequireClassesOnLocator FAILED
    org.junit.ComparisonFailure: [Region /TEMPLATE already exists on the cluster.
    ] expected:<[OK]> but was:<[ERROR]>
        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.assertions.CommandResultAssert.statusIsSuccess(CommandResultAssert.java:104)
        at org.apache.geode.management.internal.cli.commands.CreateRegionCommandDUnitTest.ensureNewCallbacksFromTemplateDoNotRequireClassesOnLocator(CreateRegionCommandDUnitTest.java:449)}}

Passed in the next build, so possibly a transient issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)