0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
Steve Tarzia
212db59da7 SERVER-71440 Remove OpCtx::setIgnoreInterruptsExceptForReplStateChange 2023-01-27 18:05:23 +00:00
Colin Stolley
8ed3fc4689 SERVER-73157 Move out_max_time_ms tests to serial_run suite 2023-01-24 15:37:29 +00:00
Steve Tarzia
ca82aabc3e SERVER-71241 Fix long getMores in allow_partial_results_with_maxTimeMS.js 2022-11-11 00:50:23 +00:00
Steve Tarzia
e3794c64df SERVER-57469 return partial results when a shard times out 2022-10-27 00:12:58 +00:00
Charlie Swanson
6ae000be72 SERVER-60615 Fix js_global_scope.js on ARM64 2021-10-15 15:46:01 +00:00
Benety Goh
17691de3ce SERVER-57273 remove flow_control_replica_set.js
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.
2021-06-10 23:20:52 +00:00
Katherine Wu
fd109f08f9 SERVER-49438 Allow memory.js tests to accept $where timeout interruption 2020-08-05 17:46:10 +00:00
David Storch
d295b6646f SERVER-43821 Make PlanStage and PlanExecutor return errors by throwing
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.
2020-05-29 18:44:40 +00:00
Maria van Keulen
bcf90959f9 SERVER-41622 Reduce noise in flow_control_replica_set.js 2019-09-16 17:44:14 +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
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
Gabriel Russell
19ea642787 SERVER-41935 blacklist memory.js on asan builders 2019-07-01 14:05:14 -04:00
Gabriel Russell
9250a3e86a SERVER-36748 differentiate memory errors in js memory test 2019-05-15 11:13:58 -04:00
Max Hirschhorn
a84cdf9178 SERVER-39007 Use rhel62-large distro for InMemory's concurrency* tasks.
* 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.
2019-01-16 22:08:41 -05:00
Sara Golemon
7d255086dd
SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04:00
Jonathan Abrahams
5c97edfba3 SERVER-34503 Modify jstests/serial_run/memory.js test on Code Coverage variant to run with lower jsHeapLimitMB and shorter loops 2018-04-18 20:29:50 -04:00
Sulabh Mahajan
0acb8be92a SERVER-32675 Make jstest changes for Mobile SE Concurrency issues 2018-02-01 11:26:23 +11:00
Sulabh Mahajan
8fd172e330 SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SE 2018-01-18 11:33:15 +11:00
ADAM David Alan Martin
b8f64cc3fd
SERVER-32111 Make srv-uri test not use SSL
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.
2017-11-29 14:10:24 -05:00
ADAM David Alan Martin
1d560ef0dd
SERVER-31081 Fix Lint again. 2017-10-31 17:45:57 -04:00
ADAM David Alan Martin
ac9166a1b5
SERVER-31061 Fix Lint. 2017-10-31 16:41:48 -04:00
ADAM David Alan Martin
400b86d296
SERVER-31061 Add mongo+srv:// support for URIs.
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.
2017-10-31 15:49:49 -04:00
Benety Goh
30b80c7908 SERVER-28184 removed election_timing.js
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.
2017-03-03 13:53:56 -05:00
Benety Goh
4df2c88f48 SERVER-26142 disable timing checks in election_timing.js 2016-09-16 15:36:17 -04:00
Eric Milkie
b493fcda6d SERVER-24510 move index_multi.js to serial_run 2016-06-09 16:38:11 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Eric Milkie
61fd8eefb0 SERVER-23111 isolate election_timing.js and memory.js by creating new serial_run suite 2016-03-15 13:28:47 -04:00