Commit Graph

30 Commits

Author SHA1 Message Date
Sophia Tan c0cc8aba27 SERVER-70975 Exclude commands which are not allowed with security token from NTDI core passthrough (Part 1) 2022-11-21 16:56:07 +00:00
Haley Connelly a4a3eba2a0 SERVER-69850 Prevent compact command from running when the config fuzzer is enabled 2022-09-28 13:24:47 +00:00
Sara Golemon 1887b2c89e SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecated 2022-07-30 20:12:57 +00:00
Matt Broadstone 48c6f48956 SERVER-66476 Dedupe causal consistency passthrough exclude list 2022-05-27 15:28:35 +00:00
sergey.galtsev 8b7a9e2abf SERVER-62478 selinux skip tests tagged no_selinux 2022-01-15 02:30:18 +00:00
A. Jesse Jiryu Davis 6d3784d698 SERVER-53149 Finish converting getMore to IDL, try 3 2021-03-10 03:36:47 +00:00
Mihai Andrei 08c0ec18e8 SERVER-47081 Delete geoSearch command and related tests 2020-11-03 13:30:56 +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
David Storch 36ff260fe6 SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'.
As an alternative, use the $planCacheStats aggregation
stage. This metadata source, when placed first in the
pipeline, returns one document per plan cache entry for a
particular collection. This data can then be filtered,
projected, grouped, or otherwise processed with the full
power of MQL.
2019-11-26 14:29:44 +00:00
Nicholas Zolnierz 8dfa17e159 SERVER-43962 Assert on valid target namespace in $out/$merge static create methods 2019-10-14 13:36:37 +00:00
Charlie Swanson a4104d8069 SERVER-42896 Blacklist most mapReduce tests from multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough 2019-08-20 15:32:40 +00:00
James Wahlin 39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +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
Zach Yam a71d1601af SERVER-38251 Remove cloneCollection command 2019-06-21 13:22:14 -04:00
Allison Easton 45138bb6ba SERVER-41303 Split jscore tests that run mapReduce but do not specifically test mapReduce into two 2019-06-10 16:01:34 -04:00
Lingzhi Deng 8a89b076d2 SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbhash and map-reduce 2019-05-23 16:46:30 -04:00
Max Hirschhorn 9ad8d6335f SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
There are likely more JavaScript tests which have been added since
r3.6.9 that still need to be tagged.

(cherry picked from commit 05ec08fa62)
2019-03-11 18:17:29 -04:00
Maria van Keulen 88a8b7b31c SERVER-36257 Remove copyDB and clone commands 2018-08-07 14:26:55 -04:00
Sean Tao acdbc57731 SERVER-33998 Remove the parallelCollectionScan command 2018-07-12 17:54:34 -04:00
Cheahuychou Mao 3e632d5ed0 SERVER-35580 Remove ReIndexCmd from mongos 2018-06-28 14:10:40 -04:00
Geert Bosch ab0c426e60 SERVER-35591 Remove MMAPv1 testing 2018-06-25 16:47:18 -04:00
Kyle Suarez 7bc7864fc0 SERVER-35043, SERVER-22949: move geoNear implementation into aggregation
This commit removes the geoNear command and moves its implementation
into the aggregation framework. Users should use the aggregate command
with a $geoNear stage.

The implementation rewrite additionally removes the limit in the
$geoNear aggregation stage. To limit the number of results, use a $limit
stage.
2018-06-18 23:34:49 -04:00
Kyle Suarez 190fc58164 SERVER-28524 remove group command
Users should use the aggregation $group stage instead.
2018-05-30 09:45:28 -04:00
Samy Lanka ea5b5a97ed SERVER-33287 tag jstests that use commands which return inaccurate results after unclean shutdown 2018-04-06 10:33:03 -04:00
Jack Mulrow 00d92ece19 SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
The actual suite will come in a follow-up commit.
2017-12-07 14:36:15 -05:00
Jessica Yu 3cdf41866e SERVER-29412 make the movePrimary command use the IDL 2017-06-12 10:37:51 -04:00
Eddie Louie 9fc1ecd711 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
This reverts commit fb956b3b0a.
2017-03-23 14:07:50 -04:00
Randolph Tan fb956b3b0a Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped"
This reverts commit 56e66454d1.

Conflicts:
	buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
2017-03-23 13:56:21 -04:00
Eddie Louie 56e66454d1 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
in sharded cluster environments.
2017-03-15 19:19:49 -04:00
David Storch 7cf929f256 SERVER-24128 reject embedded null bytes in namespace string parsing 2016-12-09 17:59:52 -05:00