summaryrefslogtreecommitdiff
path: root/jstests/serial_run
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-60615 Fix js_global_scope.js on ARM64Charlie Swanson2021-10-151-1/+4
|
* SERVER-57273 remove flow_control_replica_set.jsBenety Goh2021-06-101-66/+0
| | | | | | | This test fails sporadically due to causes unrelated to the feature this test was originally intended to test. Removing this test for now. For C++ unit test coverage, refer to mongo/db/storage/flow_control_test.cpp.
* SERVER-49438 Allow memory.js tests to accept $where timeout interruptionKatherine Wu2020-08-051-1/+2
|
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-1/+1
| | | | | | | | This eliminates the need for the FAILURE status codes in PlanStage and PlanExecutor, and brings query execution's error reporting more in line with that of the rest of the server. It also makes it easier for future implementations of PlanExecutor to comply with the interface.
* SERVER-41622 Reduce noise in flow_control_replica_set.jsMaria van Keulen2019-09-161-0/+66
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-2/+2
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-13/+21
|
* SERVER-41935 blacklist memory.js on asan buildersGabriel Russell2019-07-011-0/+2
|
* SERVER-36748 differentiate memory errors in js memory testGabriel Russell2019-05-151-3/+15
|
* SERVER-39007 Use rhel62-large distro for InMemory's concurrency* tasks.Max Hirschhorn2019-01-161-5/+11
| | | | | | | | | | | | * Changes resmoke.py to propagate --storageEngineCacheSizeGB as --inMemorySizeGB when running with the InMemory storage engine. * Changes the mongo shell to propagate TestData.storageEngineCacheSizeGB as --inMemorySizeGB when running with the InMemory storage engine. * Sets --storageEngineCacheSizeGB=4 when running with the InMemory storage engine in Evergreen.
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-40/+24
|
* SERVER-34503 Modify jstests/serial_run/memory.js test on Code Coverage ↵Jonathan Abrahams2018-04-181-9/+17
| | | | variant to run with lower jsHeapLimitMB and shorter loops
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-1/+0
|
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-181-0/+1
|
* SERVER-32111 Make `srv-uri` test not use SSLADAM David Alan Martin2017-11-291-2/+2
| | | | | | | The `srv-uri` test needs to explicitly decline to use SSL, since the new `mongo+srv://` URI scheme implicitly turns on SSL. On SSL based configurations, the test will fail to connect to localhost when SSL is enabled.
* SERVER-31081 Fix Lint again.ADAM David Alan Martin2017-10-311-1/+2
|
* SERVER-31061 Fix Lint.ADAM David Alan Martin2017-10-311-1/+1
|
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-0/+8
| | | | | | | | | The shell now supports parsing and handling `mongo+srv://` style URIs, as part of the DNS Seedlist support. These URIs require DNS SRV and TXT record lookups, for extra configuration options. The shell also supports a (limited) form of connection-failover -- when initially connecting to a non-replica-set cluster, the shell will try each host listed, in order, until a connection can be established.
* SERVER-28184 removed election_timing.jsBenety Goh2017-03-031-143/+0
| | | | | | | | | | | | | | | Also removed jstests/libs/election_timing_test.js Since disabling the timing checks in SERVER-26142, election_timing.js is reduced to a series of test cases that trigger elections by stepping down or stopping the primary under various election configurations (protocol version 0 or 1). A typical election_timing.js test run typically takes longer than 10 minutes which is a little excessive compared to existing replica set tests. This makes election_timing.js redundant with existing C++ unit tests and JS tests in jstests/replsets.
* SERVER-26142 disable timing checks in election_timing.jsBenety Goh2016-09-161-10/+2
|
* SERVER-24510 move index_multi.js to serial_runEric Milkie2016-06-091-0/+117
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
|
* SERVER-23111 isolate election_timing.js and memory.js by creating new ↵Eric Milkie2016-03-153-0/+210
serial_run suite