Documentation ¶
Index ¶
- func AddCompressorToURI(uri string) string
- func AddOptionsToURI(uri string, opts ...string) string
- func AddServerlessAuthCredentials(uri string) (string, error)
- func AddTLSConfigToURI(uri string) string
- func AddTestServerAPIVersion(opts *options.ClientOptions)
- func ColName(t *testing.T) string
- func CompareVersions(t *testing.T, v1 string, v2 string) int
- func ConnString(t *testing.T) *connstring.ConnString
- func DBName(t *testing.T) string
- func GetConnString() (*connstring.ConnString, error)
- func GetDBName(cs *connstring.ConnString) string
- func MongoDBURI() (string, error)
- func MonitoredTopology(t *testing.T, dbName string, monitor *event.CommandMonitor) *topology.Topology
- func Topology(t *testing.T) *topology.Topology
- func TopologyWithCredential(t *testing.T, credential options.Credential) *topology.Topology
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCompressorToURI ¶
AddCompressorToURI checks for the environment variable indicating that the tests are being run with compression enabled. If so, it returns a new URI with the necessary configuration
func AddOptionsToURI ¶
AddOptionsToURI appends connection string options to a URI.
func AddServerlessAuthCredentials ¶
AddServerlessAuthCredentials will attempt to construct the serverless auth credentials for a URI.
func AddTLSConfigToURI ¶
AddTLSConfigToURI checks for the environmental variable indicating that the tests are being run on an SSL-enabled server, and if so, returns a new URI with the necessary configuration.
func AddTestServerAPIVersion ¶
func AddTestServerAPIVersion(opts *options.ClientOptions)
AddTestServerAPIVersion adds the latest server API version in a ServerAPIOptions to passed-in opts.
func ColName ¶
ColName gets a collection name that should be unique to the currently executing test.
func CompareVersions ¶
CompareVersions compares two version number strings (i.e. positive integers separated by periods). Comparisons are done to the lesser precision of the two versions. For example, 3.2 is considered equal to 3.2.11, whereas 3.2.0 is considered less than 3.2.11.
Returns a positive int if version1 is greater than version2, a negative int if version1 is less than version2, and 0 if version1 is equal to version2.
func ConnString ¶
func ConnString(t *testing.T) *connstring.ConnString
ConnString gets the globally configured connection string.
func GetConnString ¶
func GetConnString() (*connstring.ConnString, error)
func GetDBName ¶
func GetDBName(cs *connstring.ConnString) string
func MongoDBURI ¶
MongoDBURI will construct the MongoDB URI from the MONGODB_URI environment variable for testing. The default host is "localhost" and the default port is "27017"
func MonitoredTopology ¶
func MonitoredTopology(t *testing.T, dbName string, monitor *event.CommandMonitor) *topology.Topology
MonitoredTopology returns a new topology with the command monitor attached
func TopologyWithCredential ¶
TopologyWithCredential takes an "options.Credential" object and returns a connected topology.
Types ¶
This section is empty.