You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (Jira)" <ji...@apache.org> on 2019/12/02 17:34:00 UTC

[jira] [Updated] (GEODE-7513) PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions fails with org.mockito.exceptions.verification.NoInteractionsWanted

     [ https://issues.apache.org/jira/browse/GEODE-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-7513:
-----------------------------
    Description: 
Failed in CI https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1330:
{noformat}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest > testFullTreeOfColocatedChildPRsWithMissingRegions FAILED
    java.lang.AssertionError: An exception occurred during asynchronous invocation.
        at org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:297)
        at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:448)
        at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
        at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions(PersistentColocatedPartitionedRegionDistributedTest.java:767)

        Caused by:
        org.mockito.exceptions.verification.NoInteractionsWanted: 
        No interactions wanted here:
        -> at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1987)
        But found this interaction on mock 'consumer':
        -> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
        ***
        For your reference, here is the list of all invocations ([?] - means unverified).
        1. -> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
        2. [?]-> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
            at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1987)
            at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testFullTreeOfColocatedChildPRsWithMissingRegions$43440a96$1(PersistentColocatedPartitionedRegionDistributedTest.java:764)
{noformat}

  was:
{noformant}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest > testFullTreeOfColocatedChildPRsWithMissingRegions FAILED
    java.lang.AssertionError: An exception occurred during asynchronous invocation.
        at org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:297)
        at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:448)
        at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
        at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions(PersistentColocatedPartitionedRegionDistributedTest.java:767)

        Caused by:
        org.mockito.exceptions.verification.NoInteractionsWanted: 
        No interactions wanted here:
        -> at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1987)
        But found this interaction on mock 'consumer':
        -> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
        ***
        For your reference, here is the list of all invocations ([?] - means unverified).
        1. -> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
        2. [?]-> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
            at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1987)
            at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testFullTreeOfColocatedChildPRsWithMissingRegions$43440a96$1(PersistentColocatedPartitionedRegionDistributedTest.java:764)
{noformant}


> PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions fails with org.mockito.exceptions.verification.NoInteractionsWanted
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7513
>                 URL: https://issues.apache.org/jira/browse/GEODE-7513
>             Project: Geode
>          Issue Type: Bug
>          Components: core, tests
>            Reporter: Kirk Lund
>            Priority: Major
>
> Failed in CI https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/1330:
> {noformat}
> org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest > testFullTreeOfColocatedChildPRsWithMissingRegions FAILED
>     java.lang.AssertionError: An exception occurred during asynchronous invocation.
>         at org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:297)
>         at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:448)
>         at org.apache.geode.test.dunit.AsyncInvocation.await(AsyncInvocation.java:178)
>         at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.testFullTreeOfColocatedChildPRsWithMissingRegions(PersistentColocatedPartitionedRegionDistributedTest.java:767)
>         Caused by:
>         org.mockito.exceptions.verification.NoInteractionsWanted: 
>         No interactions wanted here:
>         -> at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1987)
>         But found this interaction on mock 'consumer':
>         -> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
>         ***
>         For your reference, here is the list of all invocations ([?] - means unverified).
>         1. -> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
>         2. [?]-> at org.apache.geode.internal.cache.partitioned.colocation.SingleThreadColocationLogger.logMissingRegions(SingleThreadColocationLogger.java:216)
>             at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.validateColocationLogger_withChildRegionTree(PersistentColocatedPartitionedRegionDistributedTest.java:1987)
>             at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDistributedTest.lambda$testFullTreeOfColocatedChildPRsWithMissingRegions$43440a96$1(PersistentColocatedPartitionedRegionDistributedTest.java:764)
> {noformat}



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