You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDAM test: primary steps down and changes setName. Noticed a bug in C Driver's updateRSWithPrimaryFromMember that wasn't revealed by any SDAM test: 1. Discover primary, topology type is ReplicaSetWithPrimary 2. In next ismaster response from primary it has become secondary *and* changed setName Expected: server removed, topology type changes to ReplicaSetNoPrimary Actual: server removed but topology type remains ReplicaSetWithPrimary