Commit Graph

29 Commits

Author SHA1 Message Date
Enrico Golfieri
6ae619161c SERVER-84469 make cluster split vector compatible with unsplittable collections (#18052)
GitOrigin-RevId: 4b50dedf9180b5fe0b6d478a718bc8ac907d756a
2024-03-06 22:35:02 +00:00
egol
204fa95d78 SERVER-81190 Support tracking "simple" unsharded collections in the CSRS
Co-authored-by: Tommaso Tocci <tommaso.tocci@mongodb.com>
Co-authored-by: Enrico Golfieri <enrico.golfieri@mongodb.com>
GitOrigin-RevId: 79bb40cf6d6828cbcae37dc339c6dd9496852d30
2024-02-05 17:14:35 +00:00
auto-revert-processor
e449db9dde Revert "SERVER-81190 Support tracking "simple" unsharded collections in the sharding catalog"
This reverts commit 918d81f3e5f17c8062d4c807c359d45aff1310f8.

GitOrigin-RevId: 202ed84a048f8e6c126aeb8a1b22885491e77835
2024-02-03 00:34:43 +00:00
Tommaso Tocci
a3181abd8a SERVER-81190 Support tracking "simple" unsharded collections in the sharding catalog
Co-authored-by: Enrico Golfieri <enrico.golfieri@mongodb.com>
Co-authored-by: Tommaso Tocci <tommaso.tocci@mongodb.com>
GitOrigin-RevId: 918d81f3e5f17c8062d4c807c359d45aff1310f8
2024-02-02 12:15:25 +00:00
Joseph Prince
d04dc10cac SERVER-82311 rename test tag
GitOrigin-RevId: 598fb15a21c0c4e53ef47a4b5c5dc6f5ae5fd5ed
2023-12-14 06:03:22 +00:00
Matt Broadstone
0893121fb0 SERVER-80264 Groom jstest tags and refactor simulate ap override 2023-08-23 17:45:15 +00:00
Matt Broadstone
43b8732430 SERVER-74787 Prepare jstest corpus for implicit strict mode 2023-05-07 16:55:23 +00:00
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