From 8ffe1e780d977f3e6a3f17c36f8273a0193df85c Mon Sep 17 00:00:00 2001 From: Moustafa Maher Khalil Date: Mon, 18 Oct 2021 21:36:17 +0000 Subject: SERVER-59672 change rsSyncApplyStop failpoint's enabled log --- jstests/replsets/step_down_during_draining3.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jstests/replsets/step_down_during_draining3.js b/jstests/replsets/step_down_during_draining3.js index 5ca777c44ba..c6788082811 100644 --- a/jstests/replsets/step_down_during_draining3.js +++ b/jstests/replsets/step_down_during_draining3.js @@ -34,7 +34,8 @@ function enableFailPoint(node) { assert.commandWorked( node.adminCommand({configureFailPoint: 'rsSyncApplyStop', mode: 'alwaysOn'})); // Wait for Oplog Applier to hang on the failpoint. - checkLog.contains(node, "Oplog Applier - rsSyncApplyStop fail point enabled."); + checkLog.contains(node, + "rsSyncApplyStop fail point enabled. Blocking until fail point is disabled"); } function disableFailPoint(node) { -- cgit v1.2.1