0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/tool
David Golden 97214253d4
Import tools: e4705b54b0699ec5cbc1bedab90f9d26a9fbb816 from branch v4.1
ref: fde6c854ad..e4705b54b0
for: 4.1.11

TOOLS-1163    mongodump/restore mongoexport/import and slashes in collection names
TOOLS-1610    implement the extended json spec in import/export
TOOLS-1835    Migrate mongoimport to new Go Driver
TOOLS-1836    Migrate mongoexport to new Go Driver
TOOLS-1837    Migrate mongodump to new Go Driver
TOOLS-1838    Migrate mongorestore to new Go Driver
TOOLS-1839    Migrate mongostat to new Go Driver
TOOLS-1840    Migrate mongofiles to new Go Driver
TOOLS-1841    Migrate mongotop to new Go Driver
TOOLS-1842    Migrate bsondump to new Go Driver
TOOLS-1906    Ignore mongorestore error "x509 certificate routines:X509_STORE_add_cert:cert already in hash table"
TOOLS-2068    mongodump oplog delay
TOOLS-2137    Implement client metadata handshake support for each tool
TOOLS-2166    mongoimport --uri logs incorrect connected hosts
TOOLS-2173    Migrate mongo-tools-common to Go driver bson compatibility
TOOLS-2176    Vendor libraries for Go driver conversion
TOOLS-2179    TestBsondump doesnt run on windows
TOOLS-2182    Use Go driver for connection string URI parsing
TOOLS-2199    Remove --repair option from mongodump
TOOLS-2200    Tools qa tests failing in Evergreen with Go driver version of mongodump
TOOLS-2202    Fix mongostat js tests
TOOLS-2210    Build with tools with Address Space Layout Randomised (ASLR) flags enabled
TOOLS-2211    Migrate from Evergreen v2 toolchain to v3 toolchain
TOOLS-2213    Update tools to Go driver 1.0.0
TOOLS-2217    MongoExport doesn't parse read preference from URI
TOOLS-2222    Mongodump should ignore config.transactions and config.transaction_coordinators
TOOLS-2233    mongo-tools fails to build with go-1.12
TOOLS-2236    Build tools with Go 1.12
TOOLS-2247    Run gofmt
TOOLS-2249    mongodump panics if collection doesn't exist
TOOLS-2255    Tools should save metadata as canonical extended JSON
TOOLS-2256    Refactor mongodump oplog iterator byte copying
TOOLS-2257    Update bsondump to output canonical extended json
TOOLS-2259    Tools do not properly check for connection establishment before executing
TOOLS-2261    Tools kerberos tests failing
TOOLS-2269    Compile time version variables lost in conversion to external common library
TOOLS-2271    no_options_restore.js fails CI testing with latest
2019-04-23 17:50:42 -04:00
..
data
command_line_quotes.js
csv1.js
csvexport1.js
csvexport2.js
csvimport1.js
dumpauth.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
dumprestore1.js
dumprestore3.js SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builder 2018-03-09 09:56:14 -05:00
dumprestore4.js
dumprestore6.js
dumprestore7.js SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builder 2018-03-09 09:56:14 -05:00
dumprestore8.js
dumprestore9.js SERVER-32052 Update ShardingTest to default to starting shard servers as replica sets 2018-03-09 00:40:40 -05:00
dumprestore10.js SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builder 2018-03-09 09:56:14 -05:00
dumprestore_auth2.js
dumprestore_auth3.js
dumprestore_auth.js SERVER-40436 Ignore the 'flags' field from the 'create' command 2019-04-11 08:21:33 -04:00
dumprestore_excludecollections.js
dumprestoreWithNoOptions.js SERVER-36015 Remove references to system.namespaces and system.indexes 2018-08-29 16:47:09 -04:00
dumpsecondary.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
exportimport1.js
exportimport3.js
exportimport4.js
exportimport5.js
exportimport6.js
exportimport_bigarray.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
exportimport_minkey_maxkey.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
gridfs.js Import tools: e4705b54b0699ec5cbc1bedab90f9d26a9fbb816 from branch v4.1 2019-04-23 17:50:42 -04:00
restorewithauth.js
shell_mkdir.js SERVER-31375: pathExists, resetDbpath, copyDbpath should not print stacktrace on empty string 2017-11-28 17:18:43 -05:00
stat1.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
tool1.js SERVER-38143 Removing MMAPV1 noprealloc command-line option from jstests 2018-12-11 21:12:03 -05:00
tool_replset.js SERVER-32858 Add Evergreen tasks back to Linux (No Journal) builder 2018-03-09 09:56:14 -05:00
tsv1.js