[
https://issues.apache.org/jira/browse/IGNITE-3105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15318202#comment-15318202
]
ASF GitHub Bot commented on IGNITE-3105:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/782
IGNITE-3105 .NET: Fix ContinuousQueryAbstractTest.TestCallback sporadic
failures
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ptupitsyn/ignite ignite-3105
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/782.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 #782
----
commit 869e7ba71d03e9ab3e28e184cf6530aeeed64425
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T14:50:10Z
trying to reproduce
commit 794dfd764f1c79546024250bab31ce8ba6172106
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T14:58:38Z
wip
commit 06a24a70556cdc42c4cfe09a8af96777b182c8d6
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:14:31Z
Reproduces!
commit c4f09fe92417b86cf2592ca236a73fad1c8294ef
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:14:40Z
wip
commit 3f1cd6146e003f1eb73ff401d2ac23715e639b04
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:15:52Z
wip
commit 6bf954095a3a3b07c57493c54c312e7c111533a0
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:17:07Z
wip
commit d3f28c73212c1c253849ebea25272948169ec18e
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:18:26Z
wip
commit 406c907b85fb994104c91728b4f0961faf7914a2
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:54:10Z
Add console output
commit 5fb4e418e503e858032969044306f762c84cc34c
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:54:49Z
wip
commit c90d9dde038f19dff07a96025a087c2cfc53b452
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T15:55:44Z
wip
commit be9f2abdddc0896cb4289ec397fe2b8fa9a4ece6
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-06T16:20:48Z
wip
commit bcc6baf53168aef7f89ab4040d5de98284921f66
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-07T09:17:45Z
Fix late aff assignment
commit 5337bc675105bf8fabd7f2baab910a87fb4bc198
Author: Pavel Tupitsyn <[email protected]>
Date: 2016-06-07T09:21:22Z
cleanup
----
> .NET: ContinuousQueryAbstractTest.TestCallback fails sporadically
> -----------------------------------------------------------------
>
> Key: IGNITE-3105
> URL: https://issues.apache.org/jira/browse/IGNITE-3105
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 1.6
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Fix For: 1.7
>
>
> Failure rate is quite low, but there is certainly a problem. Try to run in a
> loop.
> {code}
> Test(s) failed. Expected:
> <Apache.Ignite.Core.Tests.Cache.Query.Continuous.ContinuousQueryAbstractTest+BinarizableEntry>
> But was: null
> at NUnit.Framework.Assert.That(Object actual, IResolveConstraint
> expression, String message, Object[] args)
> at
> Apache.Ignite.Core.Tests.Cache.Query.Continuous.ContinuousQueryAbstractTest.CheckCallbackSingle(Int32
> expKey, BinarizableEntry expOldVal, BinarizableEntry expVal, Int32 timeout)
> in
> c:\BuildAgent\work\c6bd605b1bad5b0f\modules\platforms\dotnet\Apache.Ignite.Core.Tests\Cache\Query\Continuous\ContinuousQueryAbstractTest.cs:line
> 945
> at
> Apache.Ignite.Core.Tests.Cache.Query.Continuous.ContinuousQueryAbstractTest.CheckCallbackSingle(Int32
> expKey, BinarizableEntry expOldVal, BinarizableEntry expVal) in
> c:\BuildAgent\work\c6bd605b1bad5b0f\modules\platforms\dotnet\Apache.Ignite.Core.Tests\Cache\Query\Continuous\ContinuousQueryAbstractTest.cs:line
> 926
> at
> Apache.Ignite.Core.Tests.Cache.Query.Continuous.ContinuousQueryAbstractTest.CheckCallback(Boolean
> loc) in
> c:\BuildAgent\work\c6bd605b1bad5b0f\modules\platforms\dotnet\Apache.Ignite.Core.Tests\Cache\Query\Continuous\ContinuousQueryAbstractTest.cs:line
> 240
> at
> Apache.Ignite.Core.Tests.Cache.Query.Continuous.ContinuousQueryAbstractTest.TestCallback()
> in
> c:\BuildAgent\work\c6bd605b1bad5b0f\modules\platforms\dotnet\Apache.Ignite.Core.Tests\Cache\Query\Continuous\ContinuousQueryAbstractTest.cs:line
> 199
> ------- Stderr: -------
> Test started: ContinuousQueryAbstractTest.TestCallback
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)