summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/geo_mnypts_plus_fields.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54743 Enable tests in noPassthrough that now pass with SBE onMihai Andrei2021-03-251-3/+0
|
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-0/+3
|
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-121-1/+1
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-121-1/+1
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-36709 Enable previously disabled tests due to excessive memory usageGregory Wlodarek2020-08-111-2/+0
|
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-0/+2
| | | | | | | | ephemeralForTest is now a document level locking engine unittests instantiate the oplog as it is required with doc-level locking engines Added a 'incompatible_with_eft' tag for tests that don't work with this engine for different reasons. Many concurrency suites are disabled due to excessive memory usage
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-80/+76
|
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-1/+1
|
* SERVER-32509 Report error for unsupported startup-options with Mobile SESulabh Mahajan2018-07-051-1/+1
|
* SERVER-23035 Remove SlowWeeklyMongod code from the shellmay2017-06-071-75/+82
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+2
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-62/+61
|
* SERVER-22341 fix jslint errors in jstests/noPassthrough with eslint --fixMike Grundy2016-02-051-36/+36
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-4/+6
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-6/+4
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-4/+6
|
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-0/+103
noPassthrough This better represents their purpose and the difference between them.