This patch fixes the relative scopes of the Barrier and ThreadPool instances in the test function.
Since the thread function provided to the ThreadPool refer to the Barrier, the Barrier must outlive
the ThreadPool.
ref: 0cd3d5bbd8..4b5ade6072
for: 3.5.14
WT-3644 Port to FreeBSD release 11.1
WT-3645 Build Failed: Lookaside file occupies 10MB of 11MB cache size
WT-3646 Only use lookaside when operations are blocked waiting for cache
WT-3649 Disable lookaside eviction during close
This reverts commit d7325950d7.
Reverting this commit because it resulted in dead code. It created a new _configsvrDropCollection command on the config server and copied the business logic from mongos into it, but we never completed the ticket that made mongos forward dropCollection to the config server.
ref: 8bda55730d..7067f765eb
for: 3.5.14
TOOLS-1109 failes to build on arm64 (syscall.Dup2 not supported)
TOOLS-1542 dump and export shouldn't count views before running
TOOLS-1555 Huge number of connection while replaying a record
TOOLS-1567 Support MongoURI for connections
TOOLS-1577 update the readme with information about mongoreplay
TOOLS-1591 mongofiles should support custom GridFS files._id
TOOLS-1605 Conditionally create a Windows job object in smoke.py
TOOLS-1623 merge mgo's fix for "Apparent performance degradation in mongodump"
TOOLS-1633 Setting SSLDBConnector.dialError causes data race warnings
TOOLS-1635 Mongostat panic error
TOOLS-1645 short archives cause mongorestore to hang instead of failing
TOOLS-1665 Mongotools may block forever on dead connections
TOOLS-1675 db.GetIndexes should not return an error when the database does not exist
TOOLS-1676 Mongodump fails with OpenSSL 0.9.8
TOOLS-1679 stop running mongod's in tests with --nohttpinterface
TOOLS-1685 don't mongo_version_always_use_latest when unneeded
TOOLS-1694 Fix hidden options defaults
TOOLS-1699 3.4.5 Server causing crash in extended_json_metadata.js
TOOLS-17 mongodump --oplog should record the end oplog entry before backing up the oplog
TOOLS-1704 Update mongo-tools projects to use macos-1012 distro instead of osx-1010
TOOLS-1706 mongoreplay cannot safely terminate on one core
TOOLS-1713 Move mongoreplay evergreen config .evergreen.yml into common.yml
TOOLS-1741 mongoimport --uri throws errors when passed Atlas Connection String URI
TOOLS-1743 legacy24 and legacy26 dumprestore tests failing on master
TOOLS-1767 PR: fixed typo specfy -> specify
TOOLS-1774 Mongoreplay use a socket per connection instead of a session per connection
TOOLS-1775 Add a filter subcommand to mongoreplay
TOOLS-1779 stop building tools on solaris on all branches
TOOLS-1784 add a fullspeed flag to mongoreplay that allows the tool to ignore sleeping and not synchronize timestamps
TOOLS-1792 mongoreplay shouldn't output full operation dump when completing reply with full user verbosity
TOOLS-1793 tool debug logging should log version and arguments
This reverts commit ce1158916c.
Reverting because it seems to have caused failures in rename.js, and would rather investigate and re-apply it again if not.