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

17 Commits

Author SHA1 Message Date
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