[
https://issues.apache.org/jira/browse/IGNITE-10159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692907#comment-16692907
]
ASF GitHub Bot commented on IGNITE-10159:
-----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/5336
> IgniteCacheAbstractQuerySelfTest.testObjectQueryWithSwap fails non-null
> assertion at localPeek
> ----------------------------------------------------------------------------------------------
>
> Key: IGNITE-10159
> URL: https://issues.apache.org/jira/browse/IGNITE-10159
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: Oleg Ignatenko
> Assignee: Alexey Platonov
> Priority: Major
> Labels: MakeTeamcityGreenAgain
> Fix For: 2.8
>
>
> IgniteCacheAbstractQuerySelfTest.testObjectQueryWithSwap (in current codebase
> muted by renaming to {{_testObjectQueryWithSwap}}) fails with the following
> error:
> {noformat}
> junit.framework.AssertionFailedError
> at junit.framework.Assert.fail(Assert.java:55)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.Assert.assertNotNull(Assert.java:256)
> at junit.framework.Assert.assertNotNull(Assert.java:248)
> at junit.framework.TestCase.assertNotNull(TestCase.java:417)
> at
> org.apache.ignite.internal.processors.cache.IgniteCacheAbstractQuerySelfTest.testObjectQueryWithSwap(IgniteCacheAbstractQuerySelfTest.java:960)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ...{noformat}
> Code referred to above is:
> {code}assertNotNull(c.localPeek(i, CachePeekMode.ONHEAP));{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)