Commit Graph

105 Commits

Author SHA1 Message Date
Katherine Wu
bce8de3a98 SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggregation stage 2021-05-07 18:04:42 +00:00
Katherine Wu
dcad7b7b9b Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggregation stage"
This reverts commit 30fd64abd1.
2021-03-29 21:56:24 +00:00
Katherine Wu
30fd64abd1 SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggregation stage 2021-03-12 03:18:25 +00:00
Arun Banala
bd41f71175 SERVER-52874 Implement validateDBMetadata command 2021-02-17 16:35:24 +00:00
Benety Goh
54e6a589f1 SERVER-54393 exclude timeseries_idle_buckets.js from parallel test suite 2021-02-09 18:59:28 +00:00
Benety Goh
f46bc1279d SERVER-53416 exclude time-series tests from parallel tests when using legacy read mode 2020-12-18 02:36:48 +00:00
Mindaugas Malinauskas
4c5637e94e SERVER-49442 Implement document validation error generation tests which use customer validators 2020-10-27 14:58:10 +00:00
Katherine Wu
d51e73db78 SERVER-51362 Ensure update and delete shell helpers support 'let' variables 2020-10-08 21:26:31 +00:00
Mindaugas Malinauskas
eee7fb8f2c SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when the collation is specified 2020-10-02 10:17:42 +00:00
A. Jesse Jiryu Davis
07ba51a8b8 SERVER-49887 Add requireApiVersion server parameter 2020-08-12 14:25:51 +00:00
Mindaugas Malinauskas
c24d2d002b SERVER-38909 Permit empty update modifiers, treating as a no-op rather than an error 2020-08-11 13:42:46 +00:00
Mindaugas Malinauskas
29f94f2e76 SERVER-25782 Allow SORT_MERGE plans even if some children are FETCH stages rather than IXSCAN stages 2020-08-10 14:10:29 +00:00
A. Jesse Jiryu Davis
5906d967c3 SERVER-50039 Timing error in dbadmin.js test 2020-08-03 12:51:00 +00:00
Mindaugas Malinauskas
d54afba70a SERVER-44586 add metrics to serverStatus to track type of update command 2020-07-21 09:15:41 +00:00
Mindaugas Malinauskas
7dd3762262 SERVER-48993 explodeForSort can produce incorrect query plan 2020-07-13 15:22:46 +00:00
Bynn Lee
c3ff3ee17e SERVER-43864 Move jstests/core/background_validation.js to jstests/noPassthroughWithMongod because it uses a fail point 2020-06-25 16:10:43 +00:00
Charlie Swanson
bd74e90356 SERVER-47469 Upgrade lock mode for applyOps + system.views 2020-06-05 14:28:49 +00:00
Ruoxin Xu
4fae9dc08e SERVER-48317 Modify profile_hide_index.js to use its own database 2020-05-21 19:25:46 +00:00
David Percy
d7c8f19c09 SERVER-31368 Log time spent waiting in BlockingResultsMerger 2020-04-23 20:36:42 +00:00
Benety Goh
d656e185f2 SERVER-46451 re-enable apply_ops_index_collation.js and apply_ops_invalid_index_spec.js in parallel suite 2020-02-28 17:42:47 +00:00
Benety Goh
757b2175f7 SERVER-41554 exclude apply_ops_index_collation.js and apply_ops_invalid_index_spec.js from parallel suite 2020-02-26 17:43:42 +00:00
Andrew Chen
ad06b5ffbc SERVER-44037 Removed the restartCatalog Cmd and all references to it
delete mode 100644 jstests/core/restart_catalog.js
 delete mode 100644 jstests/noPassthrough/closeAll_with_background_ops_fails_safely.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_preserves_min_visible.js
 delete mode 100644 jstests/noPassthrough/restart_catalog_sharded_cluster.js
 delete mode 100644 jstests/noPassthroughWithMongod/restart_catalog_interrupts_background_validation.js
 delete mode 100644 src/mongo/db/commands/restart_catalog_command.cpp
 delete mode 100644 src/mongo/s/commands/cluster_restart_catalog_command.cpp
2020-02-05 19:42:41 +00:00
Ian Boros
92d0ebf34f SERVER-14466 test use of DBRef fields in aggregation and find() expressions 2019-11-21 21:47:37 +00:00
David Percy
0231a413ec SERVER-44671 Blacklist notablescan_capped.js from parallelTester.js 2019-11-18 16:56:49 +00:00
Charlie Swanson
434c81dac8 SERVER-44229 Remove stale blacklist in parallel suite 2019-11-06 03:12:49 +00:00
Charlie Swanson
bc1badc16e SERVER-42690 Modernize many mr tests in core suite 2019-10-29 16:56:38 +00:00
Judah Schvimer
ce3261545d SERVER-43974 blacklist crud_ops_do_not_throw_locktimeout.js from parallel suites 2019-10-21 15:16:10 +00:00
Robert Guo
66cc9d9c2e SERVER-43973 Use a unique test name for each thread in ParallelTester 2019-10-17 21:17:16 +00:00
Arun Banala
f686020621 SERVER-29794 Fix failing tests 2019-09-25 19:39:13 +00:00
Nicholas Zolnierz
409713e3b6 SERVER-43381 Create core and sharding suites for new MR implementation 2019-09-23 13:42:36 +00:00
Jacob Evans
45aea24953 SERVER-42511 Disable tests that use MR in Agg flag in Parallel 2019-09-17 17:20:16 +00:00
Ben Caimano
149c8f62af SERVER-42595 Refactor failpoint in curop to fix jstest 2019-09-17 13:14:26 +00:00
Dianna Hohensee
c792cb14e0 SERVER-30357 Allow users to run the validate cmd with {background:true} 2019-09-05 21:48:20 +00:00
Evgeni Dobranov
31960610ac SERVER-42211 Remove RepairCursorCmd and RecordStore::getCursorForRepair() 2019-08-30 17:48:03 +00:00
Nick Zolnierz
cab4fe1d56 SERVER-42903 Remove sharding test for M/R output conversion 2019-08-19 16:45:16 -04:00
Xinhao Zhang
b4d36bda9b SERVER-42636 Add map reduce in aggregation formatter 2019-08-16 14:09:29 +00:00
Mathew Robinson
ef9f9b461e SERVER-41177 Remove Javascript ScopedThread class 2019-08-12 17:28:18 -04:00
Gregory Wlodarek
318350e67b SERVER-41746 Test varying lengths of collection names 2019-08-09 14:22:34 -04:00
Gregory Wlodarek
9eb69f2afc Revert "SERVER-41746 Test varying lengths of collection names"
This reverts commit b45314287f.
2019-08-09 07:58:51 -04:00
Gregory Wlodarek
b45314287f SERVER-41746 Test varying lengths of collection names 2019-08-08 21:38:00 -04:00
Rahul Sundararaman
7d28044d0b SERVER-42591 Remove currentop_waiting_for_latch.js from parallel_compatibility 2019-08-01 16:53:25 -04:00
Geert Bosch
4309c3c77f SERVER-41117 Blacklist autocomplete.js from parallel testing 2019-05-13 21:21:23 -04:00
Bernard Gorman
39bb8f244b SERVER-40408 Add pipeline versions of update helpers in the shell 2019-05-03 21:09:14 +01:00
James Wahlin
6b47868e5a SERVER-40381 Add the ability to specify a pipeline to an update command 2019-04-11 14:59:55 -04:00
Natalie Tsvetkova
7b0362b91d SERVER-38054: failCommand fail point causes errors when run concurrently with other tests 2018-11-13 16:21:20 -05:00
natalie.tsvetkova
b2f8859fbb SERVER-35518: Support the failCommand fail point in mongoS 2018-11-02 16:02:05 -04:00
Bernard Gorman
1b51df8420 SERVER-31698 Move wildcard_index integration tests to /core/ 2018-10-10 16:03:27 +01:00
Blake Oler
befd7a7b7c SERVER-36721 Prevent list_all_local_sessions.js from being run with other
tests that rely on the LogicalSessionCache in the parallel suite
2018-09-25 12:02:50 -04:00
Blake Oler
184b099350 SERVER-36721 Prevent tests that use the logical session cache from running in parallel 2018-09-21 09:30:43 -04:00
Justin Seyster
2428d8b901 SERVER-36859 Skip view_with_invalid_dbname.js in parallel suite.
An invalid view in the system.views collection causes any other writes
to fail. That will cause most tests to fail if they run in parallel
with view_with_invalid_dbname.js.
2018-09-07 17:12:58 -04:00