-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2020-06-15
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.