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 2021/02/09 20:11:08 UTC

[ignite] branch master updated (49736f2 -> a65645a)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 49736f2  IGNITE-13512 Fixed run mvn in batch mode to reduce log size (#8779)
     add a65645a  IGNITE-14116 .NET: Update tests with LongRunning category

No new revisions were added by this update.

Summary of changes:
 .../dotnet/Apache.Ignite.Core.Tests/Cache/CacheLocalAtomicTest.cs | 3 +++
 .../dotnet/Apache.Ignite.Core.Tests/Cache/CacheLocalTest.cs       | 3 +++
 .../dotnet/Apache.Ignite.Core.Tests/Cache/PersistenceTest.cs      | 1 +
 .../Cache/Platform/PlatformCacheTopologyChangeTest.cs             | 1 +
 .../Cache/Query/CacheDmlQueriesTestSimpleName.cs                  | 1 +
 .../Cache/Query/CacheQueriesTestSimpleName.cs                     | 1 +
 .../Cache/Query/Continuous/ContinuousQueryTest.cs                 | 1 +
 .../Cache/Query/Linq/CacheLinqTestSimpleName.cs                   | 1 +
 .../Cache/Query/Linq/CacheLinqTestSqlEscapeAll.cs                 | 1 +
 .../Apache.Ignite.Core.Tests/Client/Cache/CacheTestAsync.cs       | 1 +
 .../dotnet/Apache.Ignite.Core.Tests/Client/Cache/CacheTestSsl.cs  | 1 +
 .../Apache.Ignite.Core.Tests/Client/Cache/ContinuousQueryTest.cs  | 2 ++
 .../Client/Cluster/ClientClusterDiscoveryTests.cs                 | 1 +
 .../Client/Cluster/ClientClusterDiscoveryTestsBaselineTopology.cs | 1 +
 .../Client/Cluster/ClientClusterDiscoveryTestsNoLocalhost.cs      | 1 +
 .../Client/Cluster/ClientClusterDiscoveryTestsSsl.cs              | 1 +
 .../Apache.Ignite.Core.Tests/Client/Compute/ComputeClientTests.cs | 1 +
 .../dotnet/Apache.Ignite.Core.Tests/Compute/ComputeApiTest.cs     | 8 +++-----
 .../Apache.Ignite.Core.Tests/Compute/ComputeApiTestFullFooter.cs  | 1 +
 .../dotnet/Apache.Ignite.Core.Tests/IgniteConfigurationTest.cs    | 3 +++
 .../platforms/dotnet/Apache.Ignite.Core.Tests/IgniteLockTests.cs  | 1 +
 .../dotnet/Apache.Ignite.Core.Tests/Services/ServicesTestAsync.cs | 5 ++++-
 .../Apache.Ignite.Core.Tests/Services/ServicesTestFullFooter.cs   | 4 ++++
 modules/platforms/dotnet/DEVNOTES.txt                             | 8 +++++++-
 24 files changed, 45 insertions(+), 7 deletions(-)