Commits
r3.6.3
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Dec 4, 2017
Commits on Nov 30, 2017
-
TOOLS-1827 updates to connstring to match spec
Will Banfield committedNov 30, 2017
Commits on Nov 29, 2017
-
TOOLS-1895 test oplog rollover with 1-node replica set
This avoids a bug due to https://jira.mongodb.org/browse/SERVER-28068
-
TOOLS-1881: Fix test for older dbs
Will Banfield committedNov 29, 2017 -
TOOLS-1880: Fix no_primary_error_code.js
Will Banfield committedNov 29, 2017 -
Commits on Nov 28, 2017
-
TOOLS-1881: fix no_sharded_secondary_reads.js test
Will Banfield committedNov 28, 2017 -
Commits on Nov 27, 2017
Commits on Nov 21, 2017
-
-
TOOLS-1827: Add SRV support to the connection string
Will Banfield committedNov 21, 2017 -
-
TOOLS-1882 Stop testing auth schema version downgrade
This is not generally supposed to work, but Evergreen variants were spuriously passing this test. Deleting the second half of the test and changing the filename so it's clear that this test is to see how auth schema upgrade works.
-
-
-
-
-
TOOLS-1868 Remove UUID fields during oplog restore
This commit strips the 'ui' field from oplog entries, including nested 'applyOps' ops.
-
-
-
-
-
-
Commits on Nov 20, 2017
Commits on Nov 17, 2017
Commits on Nov 16, 2017
-
-
-
-
TOOLS-1872 Allow mongodump testing to get server from environment
This commit optionally uses the MONGOD environment variable to provide a URI for testing. This simplifies testing against replica sets of different versions running on distinct ports.