Commit Graph

19 Commits

Author SHA1 Message Date
Tommaso Tocci 49d052e7c0 SERVER-64240 Speedup long running tests on core suite 2022-03-08 02:25:52 +00:00
Tommaso Tocci cc4854a927 SERVER-54572 Introduce assumes_standalone_mongod tag for jscore tests 2021-02-22 20:54:55 +00:00
Ali Mir fa5aff1411 SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests 2020-10-01 19:17:34 +00:00
A. Jesse Jiryu Davis 5906d967c3 SERVER-50039 Timing error in dbadmin.js test 2020-08-03 12:51:00 +00:00
clang-format-7.0.1 134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Geert Bosch fff6d490ce SERVER-3181 Add nameOnly option to listDatabases 2017-02-19 21:34:37 -05:00
Jonathan Abrahams 4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Matt Cotter 84b8780894 SERVER-22491 replace uptimeEstimate js test with C++ test
This adds a Listen C++ test to check getElapsedTimeMillis against
the wall-clock.
2016-02-11 11:53:18 -05:00
Mike Grundy 3bed8596d1 SERVER-22341 fix jslint errors in jstests/core with eslint --fix
Conflicts:
	jstests/core/count_hint.js
2016-02-09 13:41:02 -05:00
Kaloian Manassiev 68dfaba3e8 SERVER-21489 enableSharding should return error if sharding is already enabled 2015-11-18 18:25:52 -05:00
Kamran Khan 15376bdb53 SERVER-20941 Update v8-specific code and comments in JS tests
The switch to SpiderMonkey invalidated some of the code and comments.
2015-11-13 12:32:15 -05:00
Jonathan Reams 707a9e18da SERVER-18607 Promote modules list to stable buildInfo interface 2015-09-18 16:46:38 -04:00
Jonathan Reams 8b93c58a2b SERVER-18652 Don't check keys of buildInfo.buildEnvironment 2015-09-04 16:33:06 -04:00
Jason Carey e749ffad9b SERVER-18531 Integrate SpiderMonkey
Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod.
2015-07-14 16:15:54 -04:00
Jonathan Reams 5da4be677c SERVER-18376 Re-add bits to buildinfo 2015-05-11 14:52:44 -04:00
Jonathan Reams c269033226 SERVER-18099 Refactor buildinfo/version reporting 2015-04-30 09:47:35 -04:00
Kaloian Manassiev 4868624655 SERVER-15440 Remove the closeAllDatabases command and tests 2014-10-03 08:30:19 -04:00
Eliot Horowitz 670e6a3160 SERVER-13635: more jstests work with generic storage engine 2014-08-05 08:51:41 -04:00
Randolph Tan 5595b94560 SERVER-12127 migrate js tests to jscore suite when not related to writes
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api
2014-02-28 16:26:33 -05:00