summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-13435 do not run dropdb_race.js in smalloplogEric Milkie2014-04-011-1/+1
|
* SERVER-13297: have 'smoke.py all' use jsCore instead of jsScott Hernandez2014-03-271-3/+3
|
* 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.
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-4/+4
| | | | | | noPassthrough This better represents their purpose and the difference between them.
* SERVER-13297 support both windows and posix path separatorsMathias Stearn2014-03-261-5/+7
| | | | Also removed legacy [!_] from js and jsCore globs.
* SERVER-13191 migrate auth jstest suite to use write commands apiRandolph Tan2014-03-261-1/+1
|
* SERVER-13297: enable core suite for commands and add scons smokeJsCore testScott Hernandez2014-03-261-3/+3
|
* Revert "SERVER-13287: delegate to shell when compressing tar archives"Dan Pasette2014-03-261-84/+23
| | | | This reverts commit e73399e0e696aaaf1e859533e10cc2b74d46994f.
* SERVER-13287: delegate to shell when compressing tar archivesWisdom Omuya2014-03-251-23/+84
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-13297: convert parallel suite to use jsCore testsScott Hernandez2014-03-251-13/+33
|
* 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-13190 migrate replset jstest suite to use write commands apiRandolph Tan2014-03-141-1/+1
|
* SERVER-10640 re-enable trace_missing_docs_tests.js in auth passthroughSpencer T Brody2014-03-131-1/+0
|
* 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-12753 Remove extra %% in enterprise rpm macros fileErnie Hershey2014-03-061-1/+1
|
* 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
* SERVER-12753 Don't use internal rpmbuild dependency generatorErnie Hershey2014-02-281-0/+1
| | | | | | 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.
* SERVER-5455 New script to sign S3 artifactsErnie Hershey2014-02-281-0/+105
|
* 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
|
* SERVER-9246 New enterprise yum/apt repo layoutErnie Hershey2014-02-192-75/+148
| | | | Also some minor whitespace consistency fixes.
* turn on autoresync to fix smalloplog suite timing outEric Milkie2014-02-191-1/+1
|
* SERVER-9123 Include snmp files in enterprise packagesErnie Hershey2014-02-111-13/+8
|
* SERVER-9987 Include platform in RPM Release fieldErnie Hershey2014-02-071-7/+15
| | | | | | The "Release" rpm field has previous been 'mongodb_1' in all RPM's but to support separate RHEL/CentOS 5.7+ and 6.2+ rpms, the release will now be '1.el5' and '1.el6'.
* SERVER-12509 allow overriding default buildlog URL with command line opt to ↵mike o'brien2014-02-062-1/+6
| | | | 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
* multiversion setup improvementsScott Hernandez2014-01-291-34/+52
|
* increase buildlogger send interval to 10 secondsmike o'brien2014-01-281-1/+1
|
* SERVER-12435 Added support for module jstests in smoke.pyShaun Verch2014-01-221-0/+61
|
* SERVER-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto2014-01-141-75/+0
|
* comments and instructions on using make_vcxproj script and its limitationsDwight2014-01-091-3/+23
|
* visual studio didnt like the nested xml comments hereDwight2014-01-071-1/+4
|
* SERVER-9987 Generate Enterprise rpms for both rhel 5 and rhel 6Ernie Hershey2013-12-202-32/+35
|
* SERVER-9246 Clean up community repo generation script to match enterprise ↵Ernie Hershey2013-12-201-27/+19
| | | | version
* SERVER-9246 Create Yum and Apt repositories for enterprise editionErnie Hershey2013-12-202-1/+95
|
* more work on vcxproj generationDwight2013-12-182-5/+11
|
* vcxproj generation more workDwight2013-12-181-2/+2
|
* make_vcxproj make it _WIN32_WINNT preprocessor define awareDwight2013-12-132-2/+3
|
* vcxproj file generator, made it NTDDI_VERSION-awareDwight2013-12-132-5/+23
|