summaryrefslogtreecommitdiff
path: root/jstests/core/currentop.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-33229 Blacklist tests that use startParallelShell from failover core ↵Jack Mulrow2020-04-271-0/+1
| | | | suites
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mode change 100644 => 100755 buildscripts/evergreen_task_timeout.py delete mode 100644 buildscripts/resmokeconfig/suites/disk_mobile.yml delete mode 100644 src/mongo/db/storage/mobile/SConscript delete mode 100644 src/mongo/db/storage/mobile/mobile_index.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_index.h delete mode 100644 src/mongo/db/storage/mobile/mobile_index_test.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_init.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.h delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine_test.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_options.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_options.h delete mode 100644 src/mongo/db/storage/mobile/mobile_options.idl delete mode 100644 src/mongo/db/storage/mobile/mobile_options_mongod.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.h delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store_test.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.h delete mode 100644 src/mongo/db/storage/mobile/mobile_session.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_session.h delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.h delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.h delete mode 100644 src/mongo/db/storage/mobile/mobile_util.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_util.h delete mode 100755 src/third_party/scripts/sqlite_get_sources.sh delete mode 100644 src/third_party/shim_sqlite.cpp delete mode 100644 src/third_party/sqlite-amalgamation-3260000/SConscript delete mode 100644 src/third_party/sqlite-amalgamation-3260000/patches/gethostuuid.patch delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/shell.c delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.c delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.h delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3ext.h
* 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-39/+39
|
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-111-2/+3
| | | | | | | There are likely more JavaScript tests which have been added since r3.6.9 that still need to be tagged. (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-101-1/+2
|
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-06-181-1/+7
|
* SERVER-29725 Tag jstests in core so we can run the suite on mongoe.Henrik Edin2018-04-181-0/+6
|
* SERVER-30686 Add retryable_writes_jscore_passthrough_WT task.Max Hirschhorn2017-08-301-5/+14
|
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-071-82/+33
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-16/+18
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-5/+5
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-2/+3
| | | | | By default the await function returned by startParallelShell() asserts that the exit code is zero.
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-011-8/+5
| | | | | | This restores the behavior from 2.6 to interrupt server-side javascript contexts, but doesn't fix the existing bugs with it due to multiple javascript scopes being associated with a single opId and opIds changing between getMore calls.
* SERVER-14069 Temporarily disable interrupting JS codeMathias Stearn2014-06-031-0/+3
| | | | SERVER-14143 Will reenable it
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+79
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api