This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 4f3304325d IGNITE-22125 .NET: Add MapReduce API (#4145)
add e513652a51 IGNITE-22695 .NET: Add host name support to
ClusterNode.Address (#4130)
No new revisions were added by this update.
Summary of changes:
.../Compute/ComputeClusterAwarenessTests.cs | 4 +-
.../Apache.Ignite.Tests/Compute/ComputeTests.cs | 9 +-
.../dotnet/Apache.Ignite.Tests/ConnectionTests.cs | 117 +++++++++++++++++++++
.../dotnet/Apache.Ignite.Tests/FakeServer.cs | 36 ++++++-
.../dotnet/Apache.Ignite.Tests/IgniteProxy.cs | 4 +-
.../dotnet/Apache.Ignite.Tests/IgniteServerBase.cs | 4 +-
.../dotnet/Apache.Ignite.Tests/MetricsTests.cs | 2 +-
.../dotnet/Apache.Ignite.Tests/MultiClusterTest.cs | 4 +-
.../Table/PartitionManagerTests.cs | 7 +-
.../dotnet/Apache.Ignite/Internal/LogMessages.cs | 10 +-
.../Apache.Ignite/Internal/Network/ClusterNode.cs | 14 +--
.../dotnet/Apache.Ignite/Network/IClusterNode.cs | 2 +-
12 files changed, 181 insertions(+), 32 deletions(-)
create mode 100644
modules/platforms/dotnet/Apache.Ignite.Tests/ConnectionTests.cs