David Storch
5e4187605f
SERVER-21600 add integration test for killCursors command
...
(cherry picked from commit 9f8ec07dd7 )
2015-12-09 11:06:06 -05:00
Kaloian Manassiev
c078dc37a9
SERVER-21050 Cleanup ReplSetTest
...
This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
2015-12-08 13:15:06 -05:00
Jason Rassi
60218f71fe
Revert "SERVER-21387 Temp. disable bench_test_crud_commands.js in parallel"
...
This reverts commit 78fa7169e1 .
2015-11-24 14:29:09 -05:00
Kaloian Manassiev
078ca783b7
SERVER-21489 Fix broken passthrough suite
2015-11-19 11:56:42 -05:00
Kamran Khan
15376bdb53
SERVER-20941 Update v8-specific code and comments in JS tests
...
The switch to SpiderMonkey invalidated some of the code and comments.
2015-11-13 12:32:15 -05:00
Jason Rassi
78fa7169e1
SERVER-21387 Temp. disable bench_test_crud_commands.js in parallel
2015-11-11 13:50:12 -05:00
Jonathan Reams
e31b1742ae
SERVER-8246 Exclude type6.js from parallel tests
2015-10-21 16:11:01 -04:00
Geert Bosch
a66cc2118c
Don't run index_bigkeys_nofail.js in parallel
...
It sets failpoints that will cause index_bigkeys.js to fail if it runs in parallel.
2015-06-26 13:37:05 -04:00
Max Hirschhorn
3bec3c4ec5
SERVER-18673 Copy TestData into ScopedThreads used by parallelTester.
...
TestData needs to be assigned globally to ensure that a mongo shell
started with startParallelShell() gets the TestData configuration.
2015-05-28 11:30:37 -04:00
Scott Hernandez
430bafbd86
SERVER-16502: create CollectionInfoCache on Collection construction
2015-01-02 14:21:08 -05:00
Jason Rassi
e1baf8419c
SERVER-16408 Disable max_time_ms.js in parallel suite
...
max_time_ms.js is (by design) sensitive to the execution time of the
queries that it runs. As such, it should not be run in the parallel
suite.
2014-12-04 14:39:15 -05:00
Max Hirschhorn
365cca0c47
SERVER-16196 Add FSM-based concurrency tests to parallel suite.
...
The actual execution of the workloads is disabled for now.
2014-11-19 13:05:24 -05:00
Max Hirschhorn
32336789f1
SERVER-15532 Skip geo_s2cursorlimitskip.js test in parallelTester.
...
Signed-off-by: Ian Whalen <ian@mongodb.com >
2014-10-07 15:35:52 -04:00
Max Hirschhorn
47e6a29b3b
SERVER-15532 Fix assumptions made by geo_s2cursorlimitskip.js test.
...
For storage engines that are transactional, the documents that are
inserted after the creation of a cursor need not be visible to the
cursor. This means that the set of points inserted after the query
is issued may not be found, depending on the storage engine.
Note that this test can no longer be run in parallel because we
assert a specific number of query and getmore operations have
occurred.
Signed-off-by: Dan Pasette <dan@mongodb.com >
2014-10-06 22:07:39 -04:00
Jason Rassi
01c0cd6641
SERVER-14284 Tests using profiler can't run in parallel w/ each other
2014-07-14 15:38:26 -04:00
David Storch
7e90a89afa
SERVER-13764 update system retrieves nscanned / nscannedObjects from plan executor
2014-07-10 08:19:07 -04:00
Randolph Tan
f2386b7f29
fix
2014-05-15 14:04:11 -04:00
matt dannenberg
9ca0f44235
SERVER-13512 add mr_drop.js to the skipTests in parallelTester.js
2014-04-14 05:38:42 -04:00
Scott Hernandez
835a7cc8ea
SERVER-13297: convert parallel suite to use jsCore tests
2014-03-25 13:46:52 -04:00