Matt Kangas
9a5f41d211
SERVER-14179 smoke.py leaves orphan mongod process
2014-06-11 17:31:42 -04:00
Randolph Tan
f2386b7f29
fix
2014-05-15 14:04:11 -04:00
Randolph Tan
0dabee8227
SERVER-13741 Migrate remaining tests to use write commands
2014-05-15 14:04:11 -04:00
Matt Kangas
630944421e
SERVER-13712 fix fedora8 builders (python 2.5.1)
2014-05-08 00:33:42 -04:00
Matt Kangas
ab47b0b217
SERVER-13712 cleanbb should clean entire /data/db dir
...
Invoke cleanbb via function call, not subprocess.
clean_dbroot() now cleans entire /data/db if --with-cleanbb specified,
including periodic cleanups.
2014-05-07 22:19:57 -04:00
Matt Kangas
8cd645a8fa
SERVER-13712 smoke.py --clean-every=N option
2014-05-07 22:19:57 -04:00
David Storch
7238072660
Revert " SERVER-13741 Migrate remaining tests to use write commands"
...
This reverts commit 87dc3ae516
.
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516
SERVER-13741 Migrate remaining tests to use write commands
2014-05-06 16:32:44 -04:00
Randolph Tan
8fe31447b9
SERVER-13795 rename test binary to dbtest
2014-05-02 21:29:54 -04:00
Eric Milkie
7f7103d7a4
SERVER-13742 suppress unnecessary mongod-running messages for CppUnittests test suite
2014-04-28 12:51:06 -04:00
Randolph Tan
7acafe85d9
SERVER-13425 migrate sharding jstest suite to use write commands api
2014-04-21 16:53:25 -04:00
Eric Milkie
cffd39b33f
SERVER-13435 do not run dropdb_race.js in smalloplog
2014-04-01 11:26:50 -04:00
Scott Hernandez
0798ac066e
SERVER-13297 : have 'smoke.py all' use jsCore instead of js
2014-03-27 18:34:41 -04:00
Mathias Stearn
43d933a286
SERVER-13391 Move slowest tests from noPassthrough* (formerly 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.
2014-03-27 17:35:16 -04:00
Mathias Stearn
d0a1e84ab2
SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> noPassthrough
...
This better represents their purpose and the difference between them.
2014-03-27 17:35:16 -04:00
Mathias Stearn
ed7c1769b5
SERVER-13297 support both windows and posix path separators
...
Also removed legacy [!_] from js and jsCore globs.
2014-03-26 15:54:29 -04:00
Randolph Tan
386f1b32ba
SERVER-13191 migrate auth jstest suite to use write commands api
2014-03-26 15:34:37 -04:00
Scott Hernandez
01a5355e05
SERVER-13297 : enable core suite for commands and add scons smokeJsCore test
2014-03-26 12:12:41 -04:00
Scott Hernandez
835a7cc8ea
SERVER-13297 : convert parallel suite to use jsCore tests
2014-03-25 13:46:52 -04:00
Mathias Stearn
346f26f8ca
Fix build-failure with small-oplog tests
...
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.
2014-03-14 14:54:20 -04:00
Randolph Tan
eb41492c6f
SERVER-13190 migrate replset jstest suite to use write commands api
2014-03-14 12:05:05 -04:00
Spencer T Brody
31332f83af
SERVER-10640 re-enable trace_missing_docs_tests.js in auth passthrough
2014-03-13 17:24:16 -04:00
Randolph Tan
3bcbb33bc5
SERVER-13188 Migrate aggregation jstest suite to use write commands api
2014-03-13 17:00:16 -04:00
Scott Hernandez
cc2fbb1b84
smoke small_oplog: don't store dups in lost in master/slave
2014-03-13 09:29:12 -04:00
Scott Hernandez
db2875aee3
smoke.py dbhash and mongod state
2014-03-12 11:47:49 -04:00
Andrew Morrow
9a45a1f363
SERVER-12572 Informatively fail attempts to build C++ client driver targets
...
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.
2014-03-04 10:57:42 -05:00
Randolph Tan
f8534ae0d6
SERVER-12127 migrate js tests to jscore suite when not related to writes
...
Temporarily put back jstest in order not to lose test coverage
2014-03-03 15:29:00 -05:00
Randolph Tan
fafb7dad7b
SERVER-12127 migrate js tests to jscore suite when not related to writes
...
Fix path name in smoke.py
2014-03-03 10:10:46 -05:00
Scott Hernandez
b2b0dd358b
smoke.py dbhash oplog printing
2014-02-28 13:53:03 -05:00
Scott Hernandez
7ef1c038a8
SERVER-12786 : add smoke.py shell_write_mode
2014-02-27 14:39:02 -05:00
Eric Milkie
9d15c2e8ca
omit dbadmin.js from smalloplog suite; calls CloseAllDatabases
2014-02-25 11:33:07 -05:00
Scott Hernandez
9110ba43e6
SERVER-12804 : only 'report' dbhash failure on failure
2014-02-23 18:36:34 -05:00
Scott Hernandez
6c6844e9b0
SERVER-12804 : use percent for string formatting
2014-02-21 16:34:09 -05:00
Valeri Karpov
68eca9bf07
Don't count skipped tests as successful in smoke.py
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-02-21 14:49:38 -05:00
Shaun Verch
f9fac71d2e
SERVER-12804 Revert smoke.py log message change causing test failure
2014-02-21 14:20:46 -05:00
Scott Hernandez
4cdbea7616
SERVER-12804 :smoke.py small_oplog improvements
2014-02-21 10:41:44 -05:00
Eric Milkie
dd56209bfc
turn on autoresync to fix smalloplog suite timing out
2014-02-19 10:42:58 -05:00
mike o'brien
ef817ea803
SERVER-12509 allow overriding default buildlog URL with command line opt to smoke.py
2014-02-06 18:10:48 -05:00
Greg Studer
0d111ff5e5
SERVER-12127 new legacy write suites for tests using GLE
2014-02-06 16:13:23 -05:00
Spencer T Brody
bffe64219d
SERVER-10848 Speed up auth passthrough tests by using the internal user instead of a real admin user
2014-02-03 12:15:22 -05:00
Shaun Verch
7f15f0c898
SERVER-12435 Added support for module jstests in smoke.py
2014-01-22 12:34:37 -08:00
Eric Milkie
7798b53d7c
Revert " SERVER-11884 Setting sslAllowInvalidCertificates for smoke.py mongod"
...
This reverts commit 268575e769
.
2013-11-29 21:52:35 -05:00
Andreas Nilsson
268575e769
SERVER-11884 Setting sslAllowInvalidCertificates for smoke.py mongod
2013-11-27 16:20:03 -05:00
Randolph Tan
130741d128
SERVER-11772 new jstest suites for write command testing
...
Added new target 'jsCore' to smoke.py
2013-11-25 18:19:19 -05:00
Wisdom Omuya
75d67cdf5a
SERVER-11382 : record of skipped tests as 'skip'
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2013-11-18 16:28:20 -05:00
Spencer T Brody
cc9756ce74
SERVER-10420 Re-enable sharding/replmonitor_bad_seed.js test in auth passthrough mode
2013-11-18 16:12:40 -05:00
Andreas Nilsson
8041835681
SERVER-11375 Change names of sslMode states
2013-11-14 19:55:55 +00:00
Mathias Stearn
1c05609c89
SERVER-10868 Add --temp-path parameter to smoke.py
2013-11-12 19:08:06 -05:00
Andreas Nilsson
b5d36ec05c
SERVER-10330 SERVER-11195 SSL server hostname validation
2013-11-13 08:50:07 +00:00
gregs
fe59d4249b
SERVER-10818 allow turning on batch upconversion (useClusterWriteCommands) via smoke.py
2013-11-11 09:51:18 -05:00