Hello! Seems like it may be easily fixed (see attached patch). Bwt, is it possible to somehow run the whole buildfarm over some branch? Such way it will be possible to fix such issues much earlier (some of them catched by github CI, but not all).
Best regards, Mikhail.
Subject: [PATCH] more test stabilization --- Index: src/test/modules/injection_points/specs/reindex-concurrently-upsert-on-constraint.spec IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/src/test/modules/injection_points/specs/reindex-concurrently-upsert-on-constraint.spec b/src/test/modules/injection_points/specs/reindex-concurrently-upsert-on-constraint.spec --- a/src/test/modules/injection_points/specs/reindex-concurrently-upsert-on-constraint.spec (revision 6bd469d26aca6ea413b35bfcb611dfa3a8f5ea45) +++ b/src/test/modules/injection_points/specs/reindex-concurrently-upsert-on-constraint.spec (date 1764870936317) @@ -85,7 +85,7 @@ permutation s3_setup_wait_before_set_dead s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s4_wakeup_to_set_dead s2_start_upsert(s1_start_upsert) s4_wakeup_s1 @@ -94,7 +94,7 @@ permutation s3_setup_wait_before_swap s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s4_wakeup_to_swap s2_start_upsert(s1_start_upsert) s4_wakeup_s2 @@ -103,7 +103,7 @@ permutation s3_setup_wait_before_set_dead s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s2_start_upsert(s1_start_upsert) s4_wakeup_s1 s4_wakeup_to_set_dead Index: src/test/modules/injection_points/specs/reindex-concurrently-upsert.spec IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/src/test/modules/injection_points/specs/reindex-concurrently-upsert.spec b/src/test/modules/injection_points/specs/reindex-concurrently-upsert.spec --- a/src/test/modules/injection_points/specs/reindex-concurrently-upsert.spec (revision 6bd469d26aca6ea413b35bfcb611dfa3a8f5ea45) +++ b/src/test/modules/injection_points/specs/reindex-concurrently-upsert.spec (date 1764870872510) @@ -86,7 +86,7 @@ permutation s3_setup_wait_before_set_dead s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s4_wakeup_to_set_dead s2_start_upsert(s1_start_upsert) s4_wakeup_s1 @@ -95,7 +95,7 @@ permutation s3_setup_wait_before_swap s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s4_wakeup_to_swap s2_start_upsert(s1_start_upsert) s4_wakeup_s2 @@ -104,7 +104,7 @@ permutation s3_setup_wait_before_set_dead s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s2_start_upsert(s1_start_upsert) s4_wakeup_s1 s4_wakeup_to_set_dead Index: src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec b/src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec --- a/src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec (revision 6bd469d26aca6ea413b35bfcb611dfa3a8f5ea45) +++ b/src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec (date 1764870936340) @@ -88,7 +88,7 @@ permutation s3_setup_wait_before_set_dead s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s4_wakeup_to_set_dead s2_start_upsert(s1_start_upsert) s4_wakeup_s1 @@ -97,7 +97,7 @@ permutation s3_setup_wait_before_swap s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s4_wakeup_to_swap s2_start_upsert(s1_start_upsert) s4_wakeup_s2 @@ -106,7 +106,7 @@ permutation s3_setup_wait_before_set_dead s3_start_reindex(s1_start_upsert, s2_start_upsert) - s1_start_upsert + s1_start_upsert(s4_wakeup_s2) s2_start_upsert(s1_start_upsert) s4_wakeup_s1 s4_wakeup_to_set_dead
