[
https://issues.apache.org/jira/browse/IGNITE-10159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Ignatenko updated IGNITE-10159:
------------------------------------
Ignite Flags: (was: Docs Required)
> 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
> Priority: Major
>
> 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)