Ernie Hershey
82feb98aae
SERVER-11077 Debian Enterprise packaging
...
This is a minimal change to support Debian, almost
identical to Ubuntu packaging and Community Debian
packaging.
2014-06-24 11:44:55 -04:00
Matt Kangas
153f2302ca
SERVER-10069 Rewrite errorcodes.py so it captures multiline messages
...
- captures multiline messages, when possible
- no longer silently modifies source code. (for hygenic build)
- prompts user to reinvoke with "--fix" when conflict or zero code detected
- faster
2014-06-18 23:56:23 -04:00
Mark Benvenuto
4a97f4cff3
SERVER-13759 : vcxproj generator improvements
...
1. VCXProj now builds all .cpp files itself
2. Moved obj files to Build/ to keep repo clean
3. Split jstoh so that it can be called by vcxproj file
4. Make_Vcxproj - fixed to handle cl temp files, fixes now that vcxproj builds
generated files, and fix _TARGET_ search and replace
Note: Depends on python installation
2014-06-12 16:03:38 -04:00
Matt Kangas
9a5f41d211
SERVER-14179 smoke.py leaves orphan mongod process
2014-06-11 17:31:42 -04:00
Veres Lajos
a98f839cf9
SERVER-9634 typo fixes
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-06-09 23:43:00 -04:00
matt dannenberg
f9be10ecca
SERVER-10462 retry file deletes until the file is no longer being used by another process in testing on windows
2014-05-19 05:16:36 -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
Benety Goh
7e3f93197f
SERVER-13686 V8 3.25 scripting engine. Disabled by default. Enable using SCons flag js-engine=v8-3.25
2014-05-01 09:35:46 -04:00
Eric Milkie
7f7103d7a4
SERVER-13742 suppress unnecessary mongod-running messages for CppUnittests test suite
2014-04-28 12:51:06 -04:00
Dwight
1da847d294
match make_vcxproj to scons windows warnings disabled
2014-04-25 12:37:44 -04:00
Randolph Tan
7acafe85d9
SERVER-13425 migrate sharding jstest suite to use write commands api
2014-04-21 16:53:25 -04:00
Wisdom Omuya
b34245c1ff
MCI-13287 : delegate to shell when compressing tar archives
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-04-16 23:48:32 -04:00
Kamran Khan
8cc8ec7cd4
SERVER-13494 Use numeric sorting for versions in the multi-version script
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-04-16 23:21:07 -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
Dan Pasette
2d1f1b7c5e
Revert " SERVER-13287 : delegate to shell when compressing tar archives"
...
This reverts commit e73399e0e6
.
2014-03-26 07:44:49 -04:00
Wisdom Omuya
e73399e0e6
SERVER-13287 : delegate to shell when compressing tar archives
...
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-03-25 18:08:04 -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
Ernie Hershey
f6c94b9b45
SERVER-12753 Remove extra %% in enterprise rpm macros file
2014-03-06 18:41:25 -05: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
Ernie Hershey
6a167a29bd
SERVER-12753 Don't use internal rpmbuild dependency generator
...
This turns on a call out to the find-requires script which
properly adds shared library dependencies to RPM's when
being built in Ubuntu.
2014-02-28 15:15:58 -05:00
Ernie Hershey
0171919dcf
SERVER-5455 New script to sign S3 artifacts
2014-02-28 15:13:29 -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