diff options
Diffstat (limited to 'src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec')
| -rw-r--r-- | src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec | 6 |
1 files changed, 3 insertions, 3 deletions
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 index b57e11f3947..c3504b9ef38 100644 --- a/src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec +++ b/src/test/modules/injection_points/specs/reindex-concurrently-upsert-partitioned.spec @@ -88,7 +88,7 @@ step s4_wakeup_to_set_dead 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 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 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 |
