You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2017/11/14 20:27:57 UTC

ignite git commit: .NET: Move tests to long category

Repository: ignite
Updated Branches:
  refs/heads/master cdb43d843 -> cba8fa2f2


.NET: Move tests to long category


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/cba8fa2f
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/cba8fa2f
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/cba8fa2f

Branch: refs/heads/master
Commit: cba8fa2f26e1934704046ba073b7f8516d192823
Parents: cdb43d8
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Tue Nov 14 23:27:47 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Tue Nov 14 23:27:47 2017 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests/Cache/PersistentStoreTestObsolete.cs  | 1 +
 .../Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs       | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/cba8fa2f/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/PersistentStoreTestObsolete.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/PersistentStoreTestObsolete.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/PersistentStoreTestObsolete.cs
index 63a9f47..6d6e9a9 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/PersistentStoreTestObsolete.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/PersistentStoreTestObsolete.cs
@@ -27,6 +27,7 @@ namespace Apache.Ignite.Core.Tests.Cache
     /// <summary>
     /// Tests the persistent store. Uses the obsolete API. See <see cref="PersistenceTest"/> for the actual API.
     /// </summary>
+    [Category(TestUtils.CategoryIntensive)]
     public class PersistentStoreTestObsolete
     {
         /** Temp dir for WAL. */

http://git-wip-us.apache.org/repos/asf/ignite/blob/cba8fa2f/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs
index 9c63c73..89185d4 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs
@@ -754,6 +754,7 @@ namespace Apache.Ignite.Core.Tests.Cache.Query
         /// Tests query timeouts.
         /// </summary>
         [Test]
+        [Category(TestUtils.CategoryIntensive)]
         public void TestSqlQueryTimeout()
         {
             var cache = Cache();
@@ -773,6 +774,7 @@ namespace Apache.Ignite.Core.Tests.Cache.Query
         /// Tests fields query timeouts.
         /// </summary>
         [Test]
+        [Category(TestUtils.CategoryIntensive)]
         public void TestSqlFieldsQueryTimeout()
         {
             var cache = Cache();