Commit Graph

22 Commits

Author SHA1 Message Date
Steve McClure
1ffbc6c2e9 SERVER-109432: Autofix JS var usage to favor let (#40637)
GitOrigin-RevId: 9674b7db36a0f3f650d39c1e3fb2ad6ff2141cfb
2025-08-28 19:21:01 +00:00
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Will Buerger
749f93d7af SERVER-109045: Add support for loading extensions via config option (#39931)
GitOrigin-RevId: 7efc7d09bb2b694e61b0d5726c7b7b56638a764f
2025-08-13 19:21:13 +00:00
Sean Lyons
0c80b328f2 SERVER-109091 Create glob-like targets for jstest libraries (#39901)
GitOrigin-RevId: d93ad0de591e700f67af5b60680664dd24e6efb6
2025-08-11 23:22:56 +00:00
Zack Winter
da80bcc821 SERVER-100977 Restrict js_library to arm/x86_64 cpus (#32508)
GitOrigin-RevId: 1c15500a2a6d0730efb2207f280c7a6721221288
2025-04-09 21:28:06 +00:00
Zack Winter
e2d43f0b28 SERVER-100116 Swap eslint to rules_lint & upgrade to 9.19.0 (#31917)
GitOrigin-RevId: d08518aa13c42c1dfdb68fbbd74d9898b2f09bdf
2025-04-09 20:14:48 +00:00
Patrick Freed
4978118816 SERVER-84103 Support configuring TLS options through resmoke
This also updates the gRPC buildvariant to run with TLS enabled.

GitOrigin-RevId: 56576634eb5a47f559e1f8645ec538048d472e4e
2024-01-12 00:15:54 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Romans Kasperovics
5324ef1fab SERVER-70042 Assign expected / actual semantics to assert.docEq() arguments 2022-12-20 11:59:17 +00:00
Yu Jin Kang Park
574d60b493 SERVER-55208: Remove nojournal,duroff and evergreen variant 2022-07-06 12:17:47 +00:00
Mikhail Shchatko
ff67413773 SERVER-65781 Run the symbolizer on CI output 2022-05-18 15:03:20 +00:00
Marcos José Grillo Ramirez
fc65780c5e SERVER-27383 Disalow starting shards and config servers as standalone
... or without the queryableBackupMode flag
2021-07-28 15:54:42 +00:00
Marcos José Grillo Ramirez
4a20641fe7 Revert "SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is enabled"
This reverts commit 92a0de6ce7.
2021-07-07 12:17:09 +00:00
Marcos José Grillo Ramirez
92a0de6ce7 SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is enabled 2021-07-02 17:10:37 +00:00
Robert Guo
df10adbfe5 SERVER-27549 Print message on intentional server crash. 2017-05-23 15:18:12 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
matt dannenberg
d369d9552e SERVER-20722 fix tests that create configsvrs explicitly to pass journal as well 2015-10-09 09:49:38 -04:00
Andy Schwerin
bf22ad124a SERVER-19696 Change js tests that use mongod nodes as config servers to pass --configsvr.
All nodes used as config servers should be started with --configsvr, and
this will be enforced in upcoming changes.
2015-09-23 12:54:23 -04:00
Spencer T Brody
8b75280296 SERVER-17971 Make ShardingTest start single-server config servers as replica sets 2015-04-23 14:30:19 -04:00
Amalia Hawkins
1b4b52a9d4 SERVER-12621 narrow the localhost exception when auth is enabled 2014-05-22 20:29:39 -04:00
daveh86
0e224f9a0f SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"
Includes both the initial patch to remove all throws and patches for all failing tests

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-05-22 09:17:09 -04:00
Shaun Verch
f7d78f9511 SERVER-13603 Move option testing support code into shared test helper 2014-04-22 15:15:59 -04:00