You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2018/05/25 14:30:00 UTC

[jira] [Commented] (IGNITE-8604) .NET test failures probably after IGNITE-5789 merge

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

Ilya Kasnacheev commented on IGNITE-8604:
-----------------------------------------

I think we have this immediate problem:

[02:39:02][Apache.Ignite.Core.Tests.exe] [23-05-2018 23:39:04][INFO ]exchange-worker-#7726[GridCacheProcessor] Started cache [name=template_store*, id=-1227147570, memoryPolicyName=default, mode=LOCAL, atomicity=TRANSACTIONAL, backups=0]

"template_store*" cache should not be brought up, since it's a cache template.

See also GridCacheProcessor:751 and GridCacheProcessor:2800

We should definitely have a common method here, apply it also to this fix.


> .NET test failures probably after IGNITE-5789 merge
> ---------------------------------------------------
>
>                 Key: IGNITE-8604
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8604
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Dmitriy Pavlov
>            Assignee: Ilya Kasnacheev
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>
> 62 new failed tests in .NET
> {noformat}
> Store.CacheStoreTest 	
>  	Current failure:	refs/heads/master	#254 	Changes (8) 	24 May 18 02:16
> 	First failure: 	refs/heads/master	#1 	No changes 	26 Apr 18 10:36
> TearDown method failed. HandleRegistry is not empty in grid '' (expected 4, actual 5):
>  '[2, Apache.Ignite.Core.Impl.Cache.Store.CacheStore]
> [3, Apache.Ignite.Core.Impl.Cache.Store.CacheStore]
> [4, Apache.Ignite.Core.Impl.Cache.Store.CacheStore]
> [5, Apache.Ignite.Core.Impl.Cache.Store.CacheStore]'
>    at NUnit.Framework.Assert.Fail(String message, Object[] args)
>    at Apache.Ignite.Core.Tests.TestUtils.AssertHandleRegistryHasItems(IIgnite grid, Int32 expectedCount, Int32 timeout) in c:\BuildAgent\work\c182b70f2dfa6507\modules\platforms\dotnet\Apache.Ignite.Core.Tests\TestUtils.Common.cs:line 339
>    at Apache.Ignite.Core.Tests.Cache.Store.CacheStoreTest.AfterTests
> {noformat}
> First time these test failed
> https://ci.ignite.apache.org/viewLog.html?buildId=1323959&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_PlatformNet
> Probably it is caused by merge:
> https://issues.apache.org/jira/browse/IGNITE-5789
> I've tried to revert commit in ignite-5789-1 branch and results:
> https://ci.ignite.apache.org/viewLog.html?buildId=1326520&tab=buildResultsDiv&buildTypeId=IgniteTests24Java8_PlatformNet
> Other test failed, but current tests were passed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)