[ https://issues.apache.org/jira/browse/GEODE-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967914#comment-15967914 ]
ASF subversion and git services commented on GEODE-2773: -------------------------------------------------------- Commit 796c15ec5894c64a713633f5912078b827859691 in geode's branch refs/heads/feature/GEODE-2632 from [~eshu] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=796c15e ] GEODE-2773: Fix assertion error in the test. > AssertionError shown in GIIDeltaDUnitTest.testFullGIITriggeredByHigherRVVGC > --------------------------------------------------------------------------- > > Key: GEODE-2773 > URL: https://issues.apache.org/jira/browse/GEODE-2773 > Project: Geode > Issue Type: Bug > Components: persistence > Reporter: Eric Shu > Assignee: Eric Shu > Fix For: 1.2.0 > > > Though the test is passing, the following Assertion was thrown in one of the > VM.invokeAysc call. > {noformat} > [vm0] [info 2017/04/11 16:42:03.214 PDT <RMI TCP Connection(5)-127.0.0.1> > tid=72] Got result: EXCEPTION_OCCURRED > [vm0] java.lang.AssertionError: expected:<5> but was:<6> > [vm0] at org.junit.Assert.fail(Assert.java:88) > [vm0] at org.junit.Assert.failNotEquals(Assert.java:834) > [vm0] at org.junit.Assert.assertEquals(Assert.java:645) > [vm0] at org.junit.Assert.assertEquals(Assert.java:631) > [vm0] at > org.apache.geode.internal.cache.GIIDeltaDUnitTest$55.run(GIIDeltaDUnitTest.java:2587) > [vm0] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [vm0] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > [vm0] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > [vm0] at java.lang.reflect.Method.invoke(Method.java:498) > [vm0] at hydra.MethExecutor.executeObject(MethExecutor.java:245) > [vm0] at > org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:73) > [vm0] at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) > [vm0] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > [vm0] at java.lang.reflect.Method.invoke(Method.java:498) > [vm0] at > sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:324) > [vm0] at sun.rmi.transport.Transport$1.run(Transport.java:200) > [vm0] at sun.rmi.transport.Transport$1.run(Transport.java:197) > [vm0] at java.security.AccessController.doPrivileged(Native Method) > [vm0] at sun.rmi.transport.Transport.serviceCall(Transport.java:196) > [vm0] at > sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568) > [vm0] at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826) > [vm0] at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683) > [vm0] at java.security.AccessController.doPrivileged(Native Method) > [vm0] at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682) > [vm0] at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > [vm0] at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > [vm0] at java.lang.Thread.run(Thread.java:745) > [vm0] from org.apache.geode.internal.cache.GIIDeltaDUnitTest$55.run with 0 > args on object: "destroy key5" (took 682 ms) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)