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

alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new ca6278b18e2 IGNITE-27475 Fix flaky 
GridCacheVersionGenerationWithCacheStorageTest (#12617)
ca6278b18e2 is described below

commit ca6278b18e2ca1c63624ed81d0b60d1ccf80804d
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Tue Dec 30 09:45:08 2025 +0300

    IGNITE-27475 Fix flaky GridCacheVersionGenerationWithCacheStorageTest 
(#12617)
---
 .../cache/GridCacheVersionGenerationWithCacheStorageTest.java           | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheVersionGenerationWithCacheStorageTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheVersionGenerationWithCacheStorageTest.java
index fe57af4a24b..0756a2e5115 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheVersionGenerationWithCacheStorageTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheVersionGenerationWithCacheStorageTest.java
@@ -210,6 +210,8 @@ public class GridCacheVersionGenerationWithCacheStorageTest 
extends GridCommonAb
                     latch.await();
                 }
                 catch (InterruptedException e) {
+                    Thread.currentThread().interrupt();
+
                     e.printStackTrace();
                 }
             }

Reply via email to