Change from CLOCK to PRIMARY in CacheConfigurationTest.cs.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/062d631d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/062d631d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/062d631d Branch: refs/heads/ignite-4587 Commit: 062d631d6b6968963bcb6ef6431d622366b11706 Parents: fcc4d85 Author: Max Kozlov <[email protected]> Authored: Mon Feb 13 16:15:41 2017 +0300 Committer: Max Kozlov <[email protected]> Committed: Mon Feb 13 16:15:41 2017 +0300 ---------------------------------------------------------------------- .../Apache.Ignite.Core.Tests/Cache/CacheConfigurationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/062d631d/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheConfigurationTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheConfigurationTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheConfigurationTest.cs index 9d55160..7e0b77c 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheConfigurationTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheConfigurationTest.cs @@ -587,7 +587,7 @@ namespace Apache.Ignite.Core.Tests.Cache WriteBehindFlushFrequency = TimeSpan.FromSeconds(6), WriteBehindFlushSize = 7, EvictSynchronized = true, - AtomicWriteOrderMode = CacheAtomicWriteOrderMode.Clock, + AtomicWriteOrderMode = CacheAtomicWriteOrderMode.Primary, AtomicityMode = CacheAtomicityMode.Transactional, Backups = 8, CacheMode = CacheMode.Partitioned,
