|
Per this conversation:
https://github.com/mongodb/mongo-c-driver/pull/607#discussion_r432533091
We don't have automated tests around SRV polling.
Currently the integration tests specified in https://github.com/mongodb/specifications/blob/master/source/polling-srv-records-for-mongos-discovery/tests/README.rst are manual tests.
We've had issues with SRV polling before: CDRIVER-3614. So it may be worthwhile to add automated unit tests around SRV polling if possible. This may necessitate additional test infrastructure.
|