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

[jira] [Created] (GEODE-9749) CI failure: AuthExpirationDUnitTest sees EntryDestroyedException

Bill Burcham created GEODE-9749:
-----------------------------------

             Summary: CI failure: AuthExpirationDUnitTest sees EntryDestroyedException
                 Key: GEODE-9749
                 URL: https://issues.apache.org/jira/browse/GEODE-9749
             Project: Geode
          Issue Type: Bug
          Components: security
    Affects Versions: 1.15.0
            Reporter: Bill Burcham



{noformat}
AuthExpirationDUnitTest > registeredInterest_slowReAuth_policyKeys_durableClient FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.security.AuthExpirationDUnitTest$$Lambda$586/1671380377.run in VM 0 running on Host heavy-lifter-7e6fdcdb-51cc-5806-8b5c-ced329b97430.c.apachegeode-ci.internal with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:448)
        at org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:96)
        at org.apache.geode.security.AuthExpirationDUnitTest.registeredInterest_slowReAuth_policyKeys_durableClient(AuthExpirationDUnitTest.java:197)

        Caused by:
        org.apache.geode.cache.EntryDestroyedException: key0
            at org.apache.geode.internal.cache.NonTXEntry.basicGetEntry(NonTXEntry.java:62)
            at org.apache.geode.internal.cache.NonTXEntry.getKey(NonTXEntry.java:81)
            at java.util.AbstractMap.putAll(AbstractMap.java:281)
            at java.util.TreeMap.putAll(TreeMap.java:327)
            at java.util.TreeMap.<init>(TreeMap.java:185)
            at org.assertj.core.presentation.StandardRepresentation.toSortedMapIfPossible(StandardRepresentation.java:702)
            at org.assertj.core.presentation.StandardRepresentation.toStringOf(StandardRepresentation.java:464)
            at org.assertj.core.presentation.StandardRepresentation.toStringOf(StandardRepresentation.java:236)
            at org.assertj.core.error.MessageFormatter.asText(MessageFormatter.java:78)
            at org.assertj.core.error.MessageFormatter.format(MessageFormatter.java:69)
            at org.assertj.core.error.MessageFormatter.format(MessageFormatter.java:62)
            at org.assertj.core.error.BasicErrorMessageFactory.create(BasicErrorMessageFactory.java:107)
            at org.assertj.core.internal.Failures.assertionErrorMessage(Failures.java:144)
            at org.assertj.core.internal.Failures.failure(Failures.java:125)
            at org.assertj.core.internal.CommonValidations.checkSizes(CommonValidations.java:124)
            at org.assertj.core.internal.Maps.assertHasSize(Maps.java:179)
            at org.assertj.core.api.AbstractMapAssert.hasSize(AbstractMapAssert.java:259)
            at org.apache.geode.security.AuthExpirationDUnitTest.lambda$null$5(AuthExpirationDUnitTest.java:199)
{noformat}




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