summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump 2.8.0-rc12.8.0-rc1mike o'brien2014-11-211-1/+1
| | | Former-commit-id: 6f31afeb8ce60168d97e86b091375874cc087d05
* tools-405 use averages for opcounters and netin/outmike o'brien2014-11-213-26/+50
| | | Former-commit-id: 7effadc673928092d44808439aa1dc245801287a
* directory name mongorestore->restore in mongorestore testsSam Helman2014-11-218-12/+16
| | | Former-commit-id: 13cb42616e8abcad77589c54f263b344a1cb8e90
* Moved test dirs to avoid naming conflictSam Helman2014-11-2141-18/+23
| | | Former-commit-id: 1d47708ead4616a1f6f663fa97c65a585bb5404c
* TOOLS-381 use signed integer for bsondump type with debugmike o'brien2014-11-211-1/+1
| | | Former-commit-id: 6aadb2e21f92b451d7125a0a918e2555a353b273
* Removed a combination from incompatible_flags.jsSam Helman2014-11-211-6/+0
| | | Former-commit-id: 30fb8a19db1ad48bb7fc0ce39dad2b71311be41f
* Add qa-tests to ubuntu1204Sam Helman2014-11-211-0/+1
| | | Former-commit-id: 5a7afc8f372cde329d45ccb0b3c3cf251f001657
* TOOLS-403 wip: added starter qa-tests taskSam Helman2014-11-215-0/+2206
| | | Former-commit-id: 67ec539c19073697f3e0b13a2e2492ae24d7a474
* Added mongorestore/ prefix to uses of testdataSam Helman2014-11-216-9/+9
| | | Former-commit-id: a1246112ea3545d2e2692a06560f39abfcc0c97d
* Added first batch of integration tests for mongorestoreSam Helman2014-11-2139-0/+981
| | | Former-commit-id: b20e54e6d852ad669b9e5d1e346d59492320a649
* TOOLS-295 nil hiddenoptions should not break kerberos testmike o'brien2014-11-211-1/+4
| | | Former-commit-id: ce9ddeae2cdeb5b62ffb9553714a07e491dac98a
* TOOLS-388 skip no-ops when applying oplogKyle Erf2014-11-211-1/+7
| | | Former-commit-id: b15bf062dd02bc564a772083e4a673bc6c89862c
* TOOLS-398 nicely error when storage engines do not support --repairKyle Erf2014-11-211-0/+4
| | | Former-commit-id: 5c4133e3a2e1d11347f24bbbf272978ab7f72c74
* tools-387 fix args validation for mongotop, rename --once to --rowcountmike o'brien2014-11-213-26/+22
| | | Former-commit-id: dfdb51a0f913a4fd335f4399d9645817582b48e1
* TOOLS-389 mongodump should error when given positional argsKyle Erf2014-11-211-1/+10
| | | Former-commit-id: 9a8266763d7a2dcff7a617bca3e236c4c2b8b4aa
* TOOLS-396 properly handle missing oplog.bsonKyle Erf2014-11-212-0/+12
| | | Former-commit-id: f66ae7165e0001c1ae729a63f089389447d75991
* tools-295: unbreak kerberos test by constructing non-nil output options.mike o'brien2014-11-201-2/+3
| | | Former-commit-id: bee1bab509b588279371606c8a425b8c61688d6c
* TOOLS-404 don't exit the process if server goes down between polling intervals.mike o'brien2014-11-201-1/+3
| | | Former-commit-id: a151722657caadb986dd2b76679ea9cf125b3d09
* TOOLS-295 make certain flags hidden, make --dbpath trigger error messagemike o'brien2014-11-2064-1441/+3318
| | | Former-commit-id: 17ddf0fa38c75b4886969f8de0fcdc8a12745874
* TOOLS-401 nulls in documents should be exported as blank strings in CSV outputmike o'brien2014-11-201-2/+3
| | | Former-commit-id: 35f9c7ab81ed434d76ac797e730b3573306c890e
* TOOLS-392 allow secondary reads in mongorestoreKyle Erf2014-11-192-0/+31
| | | Former-commit-id: 9dc79b4060955c776ad6d77e990c02b23a36abe0
* TOOLS-371 refactor mongotop, use gridwriter, fix calculationsmike o'brien2014-11-196-396/+308
| | | Former-commit-id: 91afcd861b7ccc7009ce3f93891ec50dde1faaea
* TOOLS-385 helpful mongodump error when using --repair with mongosKyle Erf2014-11-183-7/+33
| | | Former-commit-id: 84f7705688ef7bcc94a4299be63ae5f5f15ec4e0
* TOOLS-361: fix legacy24 compatibility issues unrelated to correctnessAdam Midvidy2014-11-1820-398/+1471
| | | | | | | | | | | | - removed dumprestore_repair, dumprestore2, dumprestore5, exportimport2, tool1 as they rely on --dbpath - changed csvexport1 expected json formatting to match go's json output - removed dumpfilename1's reliance on single-threaded semantics, as done in other suites - use new --writeConcern flag for dumprestore10 - added utility js files not present in tool suite needed for test to run - add legacy24 suite to common.yml - upgrade to 2.6 smoke.py so we can get json reports Former-commit-id: 06f241ce1dbef52c9c032f7b20ac2000dd76a7ea
* TOOLS-361 added legacy24 tests from r2.4.12 branch of mongodb repoAdam Midvidy2014-11-1838-0/+2683
| | | Former-commit-id: d03556c92a4d510500d1007c6c2443d61b530ad4
* TOOLS-386: add --writeConcern flag to mongofilesWisdom Omuya2014-11-183-1/+20
| | | Former-commit-id: 95b01564a46980d24a76180eac4f52ed9a6ef3e6
* TOOLS-186 "characters" -> "bytes" rename for clarityKyle Erf2014-11-181-1/+1
| | | Former-commit-id: 9f7b5dadcf62a2eae7fb106ef909280d64d70cdf
* TOOLS-97: remove invalid -c option from mongofilesWisdom Omuya2014-11-184-13/+11
| | | Former-commit-id: 284fe98395994e0bc1d8bfa3a295a945b0aff8be
* TOOLS-186 client-side index namespace check in mongorestoreKyle Erf2014-11-181-0/+8
| | | Former-commit-id: 93fc3e00ea87719c25d67ba266027da27a633d63
* TOOLS-376: TestValidArguments now an integration testWisdom Omuya2014-11-171-1/+1
| | | Former-commit-id: 9666e1b39a9f11c44c1208b68ee63583424fa025
* TOOLS-376: fixup mongofiles testsWisdom Omuya2014-11-171-21/+12
| | | Former-commit-id: 04a41a180d5c5bdfa4e96ddcf93e212677271e7b
* TOOLS-376: mongofiles should disallow empty prefixWisdom Omuya2014-11-172-24/+24
| | | Former-commit-id: 6b903becfc6210d11d2ce56cdc0d1cab4a24b3ad
* TOOLS-373: move legacy/legacy26 to test/Wisdom Omuya2014-11-17216-128/+13
| | | Former-commit-id: 1d532749e40012811ef1ad1addaba76254cc88e8
* TOOLS-373: call ExitFail on errorsWisdom Omuya2014-11-144-27/+12
| | | Former-commit-id: 1ec5c7cad8fa6b4467d246bdb4df041f235ab293
* TOOLS-362: merge set_gopath_windows.sh and set_gopath.shWisdom Omuya2014-11-144-53/+44
| | | Former-commit-id: b9f1e4e622c182e645831946205b07be2e36c35a
* TOOLS-373: remove unused importWisdom Omuya2014-11-141-1/+0
| | | Former-commit-id: c2e6fc3c945cc30f8d0e18ff50909d9dc6068813
* TOOLS-373: print help text on validation errorWisdom Omuya2014-11-142-3/+8
| | | Former-commit-id: 9f55ef139d17d685ebe3f391346783b763fbe997
* TOOLS-327: replace --w with --writeConcernWisdom Omuya2014-11-1413-29/+37
| | | Former-commit-id: 718c69adfae21aa80e7a340fc7864355a3f4e2e8
* TOOLS-310 allow tools to disable groups of options when not neededmike o'brien2014-11-1413-112/+70
| | | Former-commit-id: abcec264a8b7c4632709ce38c4e3923e47801d64
* TOOLS-370: add 'stepback' to tools configuration fileWisdom Omuya2014-11-131-0/+3
| | | Former-commit-id: 7c3243b9bbce8039eb25408901a6232dcf80f491
* TOOLS-366: properly check for EOFWisdom Omuya2014-11-132-65/+14
| | | Former-commit-id: 7648a08e5ebc2dbd9c65cae13f81276bdf2184d6
* TOOLS-306: support all write concern optionsWisdom Omuya2014-11-136-74/+314
| | | Former-commit-id: bf4c1898dba0de898a945e2982d8e5b1d9a09458
* TOOLS-354 progress bars should use int64 valuesKyle Erf2014-11-136-19/+20
| | | Former-commit-id: 3919cbdb068a1d96c7b83c4902136fd9bb7e8cfa
* TOOLS-202 Basic QA tests for mongodump and test configurationsValeri Karpov2014-11-127-0/+179
| | | Former-commit-id: f9cb808977c07c62dfe31c1ebaf47ba84ce72888
* TOOLS-300 support mongorestore from stdinKyle Erf2014-11-124-38/+100
| | | | | | * use - as the dump directory to activate Former-commit-id: fe933b7d72eafca40332b2b47810af14858e17b6
* TOOLS-356 fix mongostat timing, treat vsize and res as global fieldsmike o'brien2014-11-123-101/+167
| | | Former-commit-id: ac594fe69775615ae6ead67d188ce732500722ae
* TOOLS-197 bsondump cmd line args use objcheck/noobjcheck, remove --filtermike o'brien2014-11-123-10/+13
| | | Former-commit-id: 001e201bd0a3bcbb3af1c927e00c7d4a1c227346
* TOOLS-321: reenable code coverage for tool unit testsSam Helman2014-11-121-79/+116
| | | Former-commit-id: 5b71ca5cd535f48ac7644f4b7fdc428609c76e6d
* TOOLS-357: README.md update - building with SSL/Kerberos authentication supportWisdom Omuya2014-11-112-4/+18
| | | Former-commit-id: 86be189f45421145cb9175311eaa515ae6db42b3
* TOOLS-355 rearrange output of progress barKyle Erf2014-11-111-3/+3
| | | Former-commit-id: 7e003b5a8183aa35b97e047db562cf5bc929b062