Commit Graph

31 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
Sean Lyons
0c80b328f2 SERVER-109091 Create glob-like targets for jstest libraries (#39901)
GitOrigin-RevId: d93ad0de591e700f67af5b60680664dd24e6efb6
2025-08-11 23:22:56 +00:00
Steve McClure
31663db57d SERVER-108357: Chase out dead code and unused vars in Shell JS (#39374)
GitOrigin-RevId: fdf7b6be76baa4d9382155ff92fb52e204747358
2025-07-31 13:57:40 +00:00
Henri Nikku
e47324d0c9 SERVER-94643 Add a shell helper to support fuzzer comparison fast path (#33728)
GitOrigin-RevId: d4d0ce00ba835dac89c1acc95ec0c0ad3f760b02
2025-04-10 02:00:24 +00:00
Daniel Tabacaru
43145ce153 SERVER-101248 Error message is missing when exceptions are thrown in jstests (#32726)
GitOrigin-RevId: 535439e1204fce0fe8310b7cce2e2a75855c5a16
2025-04-09 23:03:23 +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
Binh Vo
61b3edad3a SERVER-72901 Move remaining top-level core jstests to subdirectories (#30813)
GitOrigin-RevId: 0d2fb90192f7a0074b635f2707a482e8fe238cd2
2025-04-09 20:11:18 +00:00
Jan
44cb5319fc SERVER-97335 Fix crash in shell_utils when using simple collator (#29344)
GitOrigin-RevId: 81e76ead1870be9e84259bbadbc1784b37f39c8f
2024-11-19 18:14:30 +00:00
Brett Nawrocki
2cee0f7b89 SERVER-96155 Remove tenant_migration_incompatible tag (#28490)
GitOrigin-RevId: b31fcb7c93ff15df5f84a5b13eac886a10bb8c1c
2024-10-30 16:28:53 +00:00
Erin McNulty
1dd385cfae SERVER-95903 Remove outdated TODO in shell_connection_strings.js (#28326)
GitOrigin-RevId: 4a6e2efdc8ad874a885969906df37af1c2e5de0f
2024-10-22 18:28:47 +00:00
Daniel Segel
c9dae69be5 SERVER-94709 Prevent segfault from fields with null-terminators in BSONInfo::resolve (#26983)
GitOrigin-RevId: 771affd459ad82cac98b8b81cd0df2838787c4dc
2024-09-13 17:10:28 +00:00
Projjal Chanda
cfe3e7e4d1 SERVER-93678: Add a shell utility function to compare strings given a collation object (#26234)
GitOrigin-RevId: 6480e21ac48c379052ece62f0efb9e60771cb2ea
2024-08-27 11:30:05 +00:00
Santiago Roche
0b1f4b069f SERVER-91977 Prevent usage of invalid identifiers in _buildBsonObj(). (#24491)
GitOrigin-RevId: 483b5f4beca8520f00a23ca777102721a589a0a2
2024-07-11 22:50:43 +00:00
Matthew Boros
feb52cb8bb SERVER-91932 Create query result comparator as C++ shell helper (#24082)
GitOrigin-RevId: ef542ebbf50acd635ad82f1b83b3010f849dc9ec
2024-07-01 19:40:17 +00:00
Jason Zhang
28eb8d299b SERVER-80780 Merge writes without shard key jscore passthrough with existing passthrough suites (#20175)
GitOrigin-RevId: a54cc3a3df44359ea51533f062642ee841f71460
2024-04-08 02:28:42 +00:00
Erin McNulty
f1a5f8db55 SERVER-80571 Run core jstest suite using gRPC (#18018)
GitOrigin-RevId: 6ad0aedeb0b1362ef2d75c4e954ad764cd1fcf89
2024-01-18 18:47:11 +00:00
Santiago Roche
ab8bbb7fb3 SERVER-84701: Cleanup mozjs testing logging. (#17950)
GitOrigin-RevId: 75879a0d29faba7f3bb0bf28144bab4450086fc7
2024-01-09 21:47:30 +00:00
Santiago Roche
0fe1b867bf SERVER-78357: Resolve lazy properties in Object.entries().
GitOrigin-RevId: dfc2b86a23341b1bf5265a2f3d68e3c7f056f090
2024-01-09 20:06:13 +00:00
Joseph Prince
d04dc10cac SERVER-82311 rename test tag
GitOrigin-RevId: 598fb15a21c0c4e53ef47a4b5c5dc6f5ae5fd5ed
2023-12-14 06:03:22 +00:00
Silvia Surroca
9fbfb58f9e SERVER-79783 Create passthrough suite that implicitly creates unsplittable collections on a random shard 2023-11-19 16:34:14 +00:00
Matt Broadstone
0893121fb0 SERVER-80264 Groom jstest tags and refactor simulate ap override 2023-08-23 17:45:15 +00:00
Victor Ghita
117b893a6a SERVER-80162 Refactor tenant prefixing in jstests 2023-08-17 16:07:28 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Matt Broadstone
7f47bd4388 SERVER-79562 Await results of async functions passed to funWithArgs 2023-08-02 11:48:25 +00:00
Matt Broadstone
23c92c3cca SERVER-79402 Wrap async functions with await in parallel shell 2023-07-28 12:32:08 +00:00
Pierlauro Sciarelli
0b102fdc30 SERVER-46068 add orphans hook to sharding suites missing it (excluding fuzzers) 2023-05-18 09:06:14 +00:00
Matt Broadstone
43b8732430 SERVER-74787 Prepare jstest corpus for implicit strict mode 2023-05-07 16:55:23 +00:00
Billy Donahue
49395d449c SERVER-72867 eol-terminate all nonempty text files 2023-04-26 19:19:19 +00:00
Gregory Noma
4be00f9aef SERVER-64473 Split up core jstest directory 2023-01-09 22:32:29 +00:00