summaryrefslogtreecommitdiff
path: root/buildscripts/smoke.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-13425 migrate sharding jstest suite to use write commands api"Randolph Tan2014-11-251-1/+1
| | | | This reverts commit e34a30fbf39b50ed86d5c9de6a97fc28ad19a466.
* Revert "SERVER-13741 Migrate remaining tests to use write commands"Randolph Tan2014-11-251-4/+7
| | | | This reverts commit d1152d4bc387f53d2fda7ef5ce640f9a55d0c1d8.
* Revert "fix"Randolph Tan2014-11-251-1/+1
| | | | This reverts commit cb7bad4830a2fef9ef0d3fec423371216ffcfe22.
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-251-0/+1
| | | | | | | | (cherry picked from commit 8deddb065c6124f31346d5f96efe8734da98d125) Conflicts: src/mongo/db/dbcommands_generic.cpp src/mongo/s/commands_public.cpp
* fixRandolph Tan2014-11-251-1/+1
| | | | (cherry picked from commit f2386b7f2941645d4d2a8538823961630bc8f15d)
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-11-251-7/+4
| | | | | | | | | | | | | | | | | | (cherry picked from commit 0dabee8227d445a18fa5e8e49b2be60ba2a0beef) Conflicts: buildscripts/smoke.py jstests/dur/diskfull.js jstests/dur/md5.js jstests/noPassthroughWithMongod/index_multi.js jstests/repl/master1.js jstests/sharding/sync1.js jstests/sharding/sync4.js jstests/sharding/sync8.js jstests/tool/dumprestore_auth3.js Conflicts: buildscripts/smoke.py
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-11-251-1/+1
| | | | | | | | | | | (cherry picked from commit 7acafe85d9bdd63122c19ba1cca86a7f55174941) Conflicts: buildscripts/smoke.py jstests/sharding/hash_regex_targetting.js Conflicts: buildscripts/smoke.py
* SERVER-13712 fix fedora8 builders (python 2.5.1)Matt Kangas2014-05-081-1/+2
| | | | (cherry picked from commit 630944421eebbbdbde600b6294e28ec992fc3fba)
* SERVER-13712 cleanbb should clean entire /data/db dirMatt Kangas2014-05-081-13/+23
| | | | | | | | | Invoke cleanbb via function call, not subprocess. clean_dbroot() now cleans entire /data/db if --with-cleanbb specified, including periodic cleanups. (cherry picked from commit ab47b0b217ab40971a928bbe3d98bd315bbba716)
* SERVER-13712 smoke.py --clean-every=N optionMatt Kangas2014-05-081-11/+14
| | | | (cherry picked from commit 8cd645a8fa0cce6313c4a15e4f3ec4fd8ac2787e)
* SERVER-13435 do not run dropdb_race.js in smalloplogEric Milkie2014-04-011-1/+1
| | | | (cherry picked from commit cffd39b33fd0c6e311237cacc7360da3ea776a21)
* SERVER-13297: have 'smoke.py all' use jsCore instead of jsScott Hernandez2014-03-271-3/+3
| | | | (cherry picked from commit 0798ac066e89b53b9dea581ed79737904e4cd8f3)
* SERVER-13391 Move slowest tests from noPassthrough* (formerly ↵Mathias Stearn2014-03-271-0/+4
| | | | | | | | | slow{Weekly,Nightly}) to slow* slow1 and slow2 are new suites to hold very slow tests. The idea is that we can create slow3, slow4, etc to keep the time to run the longest suite down. (cherry picked from commit 43d933a286bff0e98845368c84c10248388bc4a5)
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-4/+4
| | | | | | | | noPassthrough This better represents their purpose and the difference between them. (cherry picked from commit d0a1e84ab2fa1b6aa699721b5cb9a4f8d0bf3692)
* SERVER-13297 support both windows and posix path separatorsMathias Stearn2014-03-261-5/+7
| | | | | | Also removed legacy [!_] from js and jsCore globs. (cherry picked from commit ed7c1769b534245f0bd10512c4b4a5995065a371)
* SERVER-13191 migrate auth jstest suite to use write commands apiRandolph Tan2014-03-261-1/+1
| | | | (cherry picked from commit 386f1b32babc38daafad97949056ac953d53b3b0)
* SERVER-13297: enable core suite for commands and add scons smokeJsCore testScott Hernandez2014-03-261-3/+3
| | | | (cherry picked from commit 01a5355e051de90c93a5f1784c05ed314c797c7a)
* SERVER-13297: convert parallel suite to use jsCore testsScott Hernandez2014-03-251-13/+33
| | | | (cherry picked from commit 835a7cc8ea3c564d34876d20b90b37750d7e30c5)
* Fix build-failure with small-oplog testsMathias Stearn2014-03-141-1/+4
| | | | | | The theory here is that the test exited with writes still in flight and the dbhash was executed on the master and the slave at different logical points in time.
* SERVER-10640 re-enable trace_missing_docs_tests.js in auth passthroughSpencer T Brody2014-03-141-1/+0
|
* SERVER-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-1/+1
|
* SERVER-13188 Migrate aggregation jstest suite to use write commands apiRandolph Tan2014-03-131-1/+1
|
* smoke small_oplog: don't store dups in lost in master/slaveScott Hernandez2014-03-131-2/+2
|
* smoke.py dbhash and mongod stateScott Hernandez2014-03-121-21/+52
|
* SERVER-12572 Informatively fail attempts to build C++ client driver targetsAndrew Morrow2014-03-041-28/+4
| | | | | | | The MongoDB C++ client driver now resides in a separate repo and is maintained independently of the server. The targets in this repo that used to build or test the driver will now print an error message explaining the change and referring users to the relevant documentation.
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-031-0/+3
| | | | Temporarily put back jstest in order not to lose test coverage
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-031-3/+3
| | | | Fix path name in smoke.py
* smoke.py dbhash oplog printingScott Hernandez2014-02-281-5/+9
|
* SERVER-12786: add smoke.py shell_write_modeScott Hernandez2014-02-271-4/+9
|
* omit dbadmin.js from smalloplog suite; calls CloseAllDatabasesEric Milkie2014-02-251-2/+2
|
* SERVER-12804: only 'report' dbhash failure on failureScott Hernandez2014-02-231-2/+2
|
* SERVER-12804: use percent for string formattingScott Hernandez2014-02-211-4/+4
|
* Don't count skipped tests as successful in smoke.pyValeri Karpov2014-02-211-11/+11
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-12804 Revert smoke.py log message change causing test failureShaun Verch2014-02-211-2/+1
|
* SERVER-12804:smoke.py small_oplog improvementsScott Hernandez2014-02-211-18/+47
|
* turn on autoresync to fix smalloplog suite timing outEric Milkie2014-02-191-1/+1
|
* SERVER-12509 allow overriding default buildlog URL with command line opt to ↵mike o'brien2014-02-061-0/+5
| | | | smoke.py
* SERVER-12127 new legacy write suites for tests using GLEGreg Studer2014-02-061-1/+3
|
* SERVER-10848 Speed up auth passthrough tests by using the internal user ↵Spencer T Brody2014-02-031-24/+15
| | | | instead of a real admin user
* SERVER-12435 Added support for module jstests in smoke.pyShaun Verch2014-01-221-0/+61
|
* Revert "SERVER-11884 Setting sslAllowInvalidCertificates for smoke.py mongod"Eric Milkie2013-11-291-2/+1
| | | | This reverts commit 268575e7690e6a9fd2652fcfcc7154f81b91519b.
* SERVER-11884 Setting sslAllowInvalidCertificates for smoke.py mongodAndreas Nilsson2013-11-271-1/+2
|
* SERVER-11772 new jstest suites for write command testingRandolph Tan2013-11-251-0/+1
| | | | Added new target 'jsCore' to smoke.py
* SERVER-11382: record of skipped tests as 'skip'Wisdom Omuya2013-11-181-4/+8
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-10420 Re-enable sharding/replmonitor_bad_seed.js test in auth ↵Spencer T Brody2013-11-181-1/+0
| | | | passthrough mode
* SERVER-11375 Change names of sslMode statesAndreas Nilsson2013-11-141-1/+1
|
* SERVER-10868 Add --temp-path parameter to smoke.pyMathias Stearn2013-11-121-2/+10
|
* SERVER-10330 SERVER-11195 SSL server hostname validationAndreas Nilsson2013-11-131-1/+2
|
* SERVER-10818 allow turning on batch upconversion (useClusterWriteCommands) ↵gregs2013-11-111-3/+7
| | | | via smoke.py
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-081-3/+12
|