Versions in this module Expand all Collapse all v0 v0.0.2 Mar 6, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.1 Feb 13, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver Changes in this version + func AddTLSConfigToURI(uri string) string + func AutoCreateIndex(t *testing.T, keys []string) + func AutoDropCollection(t *testing.T) + func AutoInsertDocs(t *testing.T, writeConcern *writeconcern.WriteConcern, docs ...*bson.Document) + func Cluster(t *testing.T) *cluster.Cluster + func ColName(t *testing.T) string + func ConnString(t *testing.T) connstring.ConnString + func DBName(t *testing.T) string + func DisableMaxTimeFailPoint(t *testing.T, s cluster.Server) + func DropCollection(t *testing.T, dbname, colname string) + func EnableMaxTimeFailPoint(t *testing.T, s cluster.Server) error + func InsertDocs(t *testing.T, dbname, colname string, writeConcern *writeconcern.WriteConcern, ...) + func Integration(t *testing.T)