You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/04/13 15:34:35 UTC

[05/39] ignite git commit: Change from CLOCK to PRIMARY in CacheConfigurationTest.cs.

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 <dr...@gmail.com>
Authored: Mon Feb 13 16:15:41 2017 +0300
Committer: Max Kozlov <dr...@gmail.com>
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,