Commit Graph

22 Commits

Author SHA1 Message Date
Charlie Swanson 101e2cb23a SERVER-74840 Remove unused embedded tag 2023-03-15 00:31:19 +00:00
Sophia Tan 4f92dfc82e SERVER-70975 Exclude commands which are not allowed with security token from NTDI core passthrough (Part 4) 2022-11-21 18:48:38 +00:00
sergey.galtsev 8b7a9e2abf SERVER-62478 selinux skip tests tagged no_selinux 2022-01-15 02:30:18 +00:00
Rishab Joshi 4329ffafa3 SERVER-50442 Remove ensureIndex shell function
This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
2020-11-17 14:23:10 +00:00
Arun Banala 7c196029e8 Revert "SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"
This reverts commit e69c967ff8.
2020-11-12 18:15:38 +00:00
Rishab Joshi e69c967ff8 SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell 2020-11-12 10:38:50 +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
James Wahlin 39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00: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
Randolph Tan f784328016 SERVER-37273 Exclude splitvector.js from stepdown suites 2018-09-25 13:55:24 -04:00
Henrik Edin 197390da1d SERVER-34533 Improve tags and comment for some tests disabled for mongoe. 2018-04-20 08:55:37 -04:00
Henrik Edin 1a4017efa4 SERVER-29725 Tag jstests in core so we can run the suite on mongoe. 2018-04-18 09:14:20 -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 2ff63660cc SERVER-33645 Use bulk inserts in core/splitvector.js 2018-03-20 10:00:20 -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
Mark Benvenuto 6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Jonathan Abrahams 4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -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
Mathias Stearn 08319d6885 SERVER-15273 Only quantize to exact bucket sizes
Prep for new freelist implementation.
2014-10-17 20:33:13 -04:00
Siyuan Zhou 3660343e0b SERVER-12127 migrate js tests to jscore suite when not related to writes
Migrate js tests starting from j-z.
Include SERVER-12920 Update use_power_of_2.js

Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-03-03 22:54:10 -05:00