Commit Graph

21 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
Daniel Tabacaru 8a5d475448 SERVER-99927 Replace print*() with jsTest.log.*() in jstests/libs (#32243)
GitOrigin-RevId: d9eb298e1837085b0a4e6bfee676de54835c56d4
2025-04-09 21:02:58 +00:00
Matt Broadstone a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Matt Broadstone 43b8732430 SERVER-74787 Prepare jstest corpus for implicit strict mode 2023-05-07 16:55:23 +00:00
Ivan Fefer a7cda0d9cf SERVER-68871 Remove 'isJsonLogNoConn()' and 'isJsonLog()' functions because they always return true. Refactor the callers. 2022-09-07 10:51:15 +00:00
Ali Mir 2b5dc35f01 SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstests 2020-09-09 23:29:23 +00:00
Cheahuychou Mao 1b2f353628 SERVER-49868 Include "secs" in sleep command in assert.soon message in kill_sessions.js 2020-07-24 22:20:31 +00:00
Henrik Edin 6b38c78843 SERVER-48148 Cleanup of execution logs in db/ 2020-05-15 20:44:35 +00:00
Kevin Pulo 747ff353cb SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplicitDefault) 2020-03-05 13:03:43 +00:00
Henrik Edin f063c183ac SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logs 2020-02-18 20:57:34 +00:00
Henrik Edin e3c004d38f SERVER-46026 Fix kill_sessions.js and logs_include_client_info.js to handle JSON logs 2020-02-15 17:32:33 +00:00
Kevin Pulo 89c9386698 SERVER-43246 Add a log line for when a cursor is reaped due to logical session cleanup 2019-12-04 01:12:03 +00:00
Blake Oler c4162d244b SERVER-43210 Allow time for cursors to indicate that a session has been killed in the killSessions helper 2019-09-23 21:41:15 +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
Ted Tuckman 8e638c938e Remove listLocalCursors 2018-10-12 09:45:05 -04:00
Jason Carey 41c4904053 SERVER-31641 stop gossiping between shell clients
Mongo client objects in the shell should not gossip cluster time.
2017-11-13 11:58:16 -05:00
Mark Benvenuto 254a60a637 SERVER-26109 Propagate MongoS information in client_metadata documents 2017-10-12 14:45:26 -04:00
Jason Carey 3805ccdc25 SERVER-31289 Add test only $listLocalCursors
In order to make the kill sessions test a bit more reliable, adding a
test only agg stage that returns minimal info about cursors.  That way
we can see if we killed our specific cursors, rather than looking at
global counts.
2017-10-03 18:44:26 -04:00
Max Hirschhorn e9f25df1ee SERVER-30686 Wire up SessionOptions in more places.
Creates a _DummyDriverSession instance when startSession() isn't called
so that the DB and DBCollection implementations can rely on the same
session-related APIs.
2017-08-30 11:15:12 -04:00
Jason Carey cb20cab733 SERVER-28338 KillSessions Support 2017-08-17 12:16:40 -04:00