summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/uri-options/connection-pool-options.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/uri-options/connection-pool-options.yml')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/uri-options/connection-pool-options.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/uri-options/connection-pool-options.yml b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/uri-options/connection-pool-options.yml
deleted file mode 100644
index 54cee220b5d..00000000000
--- a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/go.mongodb.org/mongo-driver/data/uri-options/connection-pool-options.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-tests:
- -
- description: "Valid connection pool options are parsed correctly"
- uri: "mongodb://example.com/?maxIdleTimeMS=50000"
- valid: true
- warning: false
- hosts: ~
- auth: ~
- options:
- maxIdleTimeMS: 50000
- -
- description: "Non-numeric maxIdleTimeMS causes a warning"
- uri: "mongodb://example.com/?maxIdleTimeMS=invalid"
- valid: true
- warning: true
- hosts: ~
- auth: ~
- options: {}
- -
- description: "Too low maxIdleTimeMS causes a warning"
- uri: "mongodb://example.com/?maxIdleTimeMS=-2"
- valid: true
- warning: true
- hosts: ~
- auth: ~
- options: {}