-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Fully Compatible
-
ALL
-
Repl 2024-10-28
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
In replsettest.js we compare `nodeOptions === {}` and `primaryOptions === {}` with the intent to check if the variable is an empty object.
Instead this compares references and will always return false.