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
The following commit(s) were added to refs/heads/ignite-27278 by this push:
new 5650cc9b772 AOT tests wip
5650cc9b772 is described below
commit 5650cc9b772a7de5c0ab5bb984be90885da1806a
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Wed Dec 24 16:15:08 2025 +0200
AOT tests wip
---
.../platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 a971338ff84..0ea1ae86065 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Tests.Aot/Compute/ComputeTests.cs
@@ -39,7 +39,7 @@ public class ComputeTests(IIgniteClient client)
}
[UsedImplicitly]
- public async Task TestColocated()
+ public async Task TestColocatedTuple()
{
var keyTuple = new IgniteTuple { [KeyCol] = 42L };
@@ -63,7 +63,7 @@ public class ComputeTests(IIgniteClient client)
}
[UsedImplicitly]
- public async Task TestColocatedPrimitiveKeyThrows()
+ public async Task TestColocatedWithoutMapperThrows()
{
try
{