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

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 9de1887b2a3 IGNITE-26924 .NET: Disable resource-heavy UpsertAll tests 
on Windows (#6892)
9de1887b2a3 is described below

commit 9de1887b2a3416a640e8badffc24f5592b9dbbdf
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Nov 4 13:08:04 2025 +0200

    IGNITE-26924 .NET: Disable resource-heavy UpsertAll tests on Windows (#6892)
    
    Mark TestUpsertAllBufferOverflow and TestUpsertAllMany as Linux-only to 
work around CI issues.
---
 .../platforms/dotnet/Apache.Ignite.Tests/Table/RecordViewBinaryTests.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Tests/Table/RecordViewBinaryTests.cs 
b/modules/platforms/dotnet/Apache.Ignite.Tests/Table/RecordViewBinaryTests.cs
index 1be2320c731..28f871d7cb6 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.Tests/Table/RecordViewBinaryTests.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.Tests/Table/RecordViewBinaryTests.cs
@@ -602,6 +602,7 @@ namespace Apache.Ignite.Tests.Table
         }
 
         [Test]
+        [Platform("Linux")]
         public async Task TestUpsertAllMany()
         {
             int count = 25_000;
@@ -614,6 +615,7 @@ namespace Apache.Ignite.Tests.Table
         }
 
         [Test]
+        [Platform("Linux")]
         public void TestUpsertAllBufferOverflow()
         {
             int count = 25;

Reply via email to