-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
When running the test suite, I noticed that we still use the legacy isMaster command rather than the hello command (here and here) when we are trying to connect to our MongoClient. According to the driver specs if loadBalanced:true (which is the case for all serverless connections), drivers must use the hello command for the initial handshake. I wonder if we can just use the hello command for all serverless testing cases;