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 4afb514348 IGNITE-23002 Mute 
ItEmbeddedMarshallingTest.testEstimatedSizeAfterScaleUp (#4238)
     add 450ae2872a IGNITE-22644 .NET: Add JobDescriptor.Marshaller (#4232)

No new revisions were added by this update.

Summary of changes:
 .../compute/executor/ComputeExecutorImpl.java      |  2 +-
 .../Apache.Ignite.Benchmarks.csproj                |  1 +
 .../Apache.Ignite.Tests/Compute/ComputeTests.cs    | 66 +++++++++++++++
 .../JsonMarshallerTests.cs}                        | 41 ++++-----
 .../Proto/BinaryTuple/BinaryTupleTests.cs          | 40 ++++++++-
 .../dotnet/Apache.Ignite/Compute/JobDescriptor.cs  |  9 +-
 .../Internal/Buffers/PooledArrayBuffer.cs          | 22 +++--
 .../Apache.Ignite/Internal/Compute/Compute.cs      | 62 ++++++--------
 .../Proto/BinaryTuple/BinaryTupleBuilder.cs        | 58 ++++++++++++-
 .../Apache.Ignite/Internal/Proto/HashUtils.cs      |  6 +-
 .../Internal/Proto/MsgPack/MsgPackReader.cs        | 35 ++++++++
 .../Internal/Proto/MsgPack/MsgPackWriter.cs        | 33 ++++++++
 .../IMarshaller.cs}                                | 25 ++++--
 .../Apache.Ignite/Marshalling/JsonMarshaller.cs    | 69 +++++++++++++++
 .../runner/app/PlatformTestNodeRunner.java         | 98 ++++++++++++++++++++++
 15 files changed, 482 insertions(+), 85 deletions(-)
 copy 
modules/platforms/dotnet/Apache.Ignite.Tests/{Common/StringBuilderExtensionsTests.cs
 => Marshalling/JsonMarshallerTests.cs} (51%)
 copy modules/platforms/dotnet/Apache.Ignite/{Internal/Linq/ExecutionOptions.cs 
=> Marshalling/IMarshaller.cs} (50%)
 create mode 100644 
modules/platforms/dotnet/Apache.Ignite/Marshalling/JsonMarshaller.cs

Reply via email to