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 c2ad6b8713f IGNITE-28265 .NET: Fix TestSlidingExpiration flakiness 
(#7803)
c2ad6b8713f is described below

commit c2ad6b8713f5de5b17fc0bc2f415706c5a529986
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Mar 17 15:19:19 2026 +0100

    IGNITE-28265 .NET: Fix TestSlidingExpiration flakiness (#7803)
---
 .../IgniteDistributedCacheTests.cs                                       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/platforms/dotnet/Apache.Extensions.Caching.Ignite.Tests/IgniteDistributedCacheTests.cs
 
b/modules/platforms/dotnet/Apache.Extensions.Caching.Ignite.Tests/IgniteDistributedCacheTests.cs
index d91682fc889..61b4df353ec 100644
--- 
a/modules/platforms/dotnet/Apache.Extensions.Caching.Ignite.Tests/IgniteDistributedCacheTests.cs
+++ 
b/modules/platforms/dotnet/Apache.Extensions.Caching.Ignite.Tests/IgniteDistributedCacheTests.cs
@@ -270,6 +270,7 @@ public class IgniteDistributedCacheTests(string keyPrefix) 
: IgniteTestsBase
     }
 
     [Test]
+    [Retry(5)] // Timing-based test - allow retries.
     public async Task TestSlidingExpiration()
     {
         IDistributedCache cache = GetCache();

Reply via email to