Commit Graph

28 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
Santiago Roche
876f66eb13 SERVER-92024: Only provide JS_GC_ZEAL setting for mongo server processes. (#24954)
GitOrigin-RevId: 88dd3ef2b4325ca332b8e7e6180f1e8f9c7534ea
2024-09-06 19:58:23 +00:00
Eric Cox
e289b78c61 SERVER-45454 Desugar where to expr + function 2020-02-13 14:58:45 +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
Sulabh Mahajan
cc8aab5249 SERVER-32997 Implement instance level locking for mobile SE 2018-06-18 20:09:39 +10:00
Sulabh Mahajan
0acb8be92a SERVER-32675 Make jstest changes for Mobile SE Concurrency issues 2018-02-01 11:26:23 +11:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Charlie Swanson
c15f4bb96d SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports 2015-09-09 13:14:48 -04:00
Max Hirschhorn
dd0c8d73aa SERVER-18868 Check the exit code of the parallel shell.
By default the await function returned by startParallelShell() asserts
that the exit code is zero.
2015-06-23 22:22:52 -04:00
Spencer T Brody
6ccb82c987 SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
Kaloian Manassiev
f56ea73672 SERVER-15269 db.shutdownServer terminates JS execution cleanly 2014-11-21 13:37:02 -05:00
Kaloian Manassiev
6f413c78ad SERVER-14668 Move top-level locks (Global and Commit) to the Lock Manager
o Adds the global and flush lock resources and begin/end transaction calls
to delimit where lock acquisition would start and end.

o Gets rid of the QLock and changes durability to use a single flush
thread, which is activated when commit is requested.
2014-09-16 12:31:36 -04:00
Veres Lajos
a98f839cf9 SERVER-9634 typo fixes
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2014-06-09 23:43:00 -04:00
Randolph Tan
0dabee8227 SERVER-13741 Migrate remaining tests to use write commands 2014-05-15 14:04:11 -04:00
David Storch
7238072660 Revert "SERVER-13741 Migrate remaining tests to use write commands"
This reverts commit 87dc3ae516.
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516 SERVER-13741 Migrate remaining tests to use write commands 2014-05-06 16:32:44 -04:00
Benety Goh
2e10439eba SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mongod processes through the mongo shell 2013-10-29 13:11:41 -04:00
Aaron
1bd602c744 SERVER-1818 additional comments for disk/killall test 2012-02-21 09:50:07 -08:00
Andy Schwerin
2cd084da70 SERVER-4872: Fix the killall unit test, and make it more robust.
The test now has a little more documentation about what it does, and is a little
more rigorous about checking that it has succeeded.
2012-02-16 12:54:13 -05:00
Eric Milkie
7b64c26e17 make killall test pass on Windows
On Windows, we don't use kill to deliver a signal to the server, we use
TerminateProcess().  This results in an exit status of 0.
2011-12-28 18:39:41 -05:00
agirbal
d312c1abe4 - SERVER-2076: killall may fail in v8 2011-10-06 17:30:14 -07:00
Aaron
841a56ba4c SERVER-2076 disable test in v8 mode 2011-02-01 12:08:50 -08:00
Aaron
da3c2d6e6a test debugging info 2011-01-31 18:39:38 -08:00
Aaron
41182e1adf add nohttpinterface for disk killall test 2011-01-31 17:58:29 -08:00
Aaron
59e153c525 for now, allow exit code 14 in killall test SERVER-2184 2011-01-31 12:03:11 -08:00
Aaron
d0456e59b2 SERVER-2076 comment 2010-11-08 10:29:42 -08:00
Aaron
f9110a0355 SERVER-1818 add shutdown kill test 2010-10-05 12:16:53 -07:00