Details
-
Bug
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
ALL
-
Repl 2020-06-15
Description
The tests
jstests/replsets/initial_sync_chooses_correct_sync_source.js
jstests/replsets/initial_sync_fails_after_source_resyncs.js
jstests/replsets/initial_sync_fails_when_source_removed.js
jstests/replsets/initial_sync_fails_when_source_resyncs.js
all set an 'allowChaining' parameter to true. This does not exist; the actual parameter is 'chainingAllowed' and defaults to true. So 'allowChaining' should be removed.