[ 
https://issues.apache.org/jira/browse/IGNITE-10159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16678199#comment-16678199
 ] 

ASF GitHub Bot commented on IGNITE-10159:
-----------------------------------------

GitHub user avplatonov opened a pull request:

    https://github.com/apache/ignite/pull/5336

    IGNITE-10159: IgniteCacheAbstractQuerySelfTest.testObjectQueryWithSwap 
fails non-null assertion at localPeek

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-10159

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5336.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5336
    
----
commit fa7662e7fbc410a5064815f16838e0ef91b0683b
Author: Alexey Platonov <aplatonovv@...>
Date:   2018-11-07T11:53:58Z

    init commit

commit 2afea369eaf285c3d42c377c46161a5041ab0bb0
Author: Alexey Platonov <aplatonovv@...>
Date:   2018-11-07T11:56:23Z

    Merge branch 'master' of https://github.com/apache/ignite into ignite-10159

----


> 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)

Reply via email to