mongo-python-driver/test/srv_seedlist/load-balanced/loadBalanced-replicaSet-errors.json
Shane Harvey 2c41c6fe95
PYTHON-2671 Support loadBalanced URI option (#614)
Add workaround in test_dns until PYTHON-2679 is completed.
2021-05-05 12:51:05 -07:00

8 lines
209 B
JSON

{
"uri": "mongodb+srv://test20.test.build.10gen.cc/?replicaSet=replset",
"seeds": [],
"hosts": [],
"error": true,
"comment": "Should fail because loadBalanced=true is incompatible with replicaSet"
}