This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch ignite-27278 in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit fddad9c24b172682b254e3c53acec6200c921c30 Author: Pavel Tupitsyn <[email protected]> AuthorDate: Wed Dec 24 14:42:58 2025 +0200 wip AOT tests --- .../platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs b/modules/platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs index e83c8267821..bda39ea0ce3 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs @@ -58,7 +58,7 @@ public class ComputeTests(IIgniteClient client) } catch (InvalidOperationException e) { - Assert.AreEqual("Colocated job target requires an IIgniteTuple key when running in trimmed AOT mode.", e.Message); + Assert.AreEqual("Use JobTarget.Colocated overload with IMapper<T>.", e.Message); } }
