Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
-
Sharding 2019-11-04
-
50
Description
initial_sync_test.js uses the waitForForFailPoint command, which was recently added in SERVER-39165. Therefore, the tests that useĀ initial_sync_test.js fail the initial_sync_multiversion_fuzzer suite because waitForFailPoint is not supported in "last-stable". The command is not going to be backported any time soon, for now this test should use checkLog instead of waitForFailPoint.