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
* Drivers MUST create a MongoClient for each of these connection strings, and attempt to run a hello command using each client.
41
+
* The operation must succeed for table entries marked (succeeds) and fail for table entries marked (fails).
42
+
* The connection strings MUST all be accepted as valid connection strings.
43
+
*
44
+
* Drivers MUST run variants of these tests in which the proxy options are substituted for MongoClient options -- This is not done as it would mostly be a repetition of the connection string tests.
45
+
*
46
+
* Drivers MUST verify for at least one of the connection strings marked (succeeds) that command monitoring events do not reference the SOCKS5 proxy host where the MongoDB service server/port are referenced.
0 commit comments