Commit Graph

2039 Commits

Author SHA1 Message Date
Jonathan Abrahams
a218a48674 SERVER-35051 Resmoke should stop the balancer before shutting down sharded clusters 2018-05-18 15:06:28 -04:00
William Schultz
b188d762b8 SERVER-34868 Prohibit legacy queries from running on sessions in shell 2018-05-17 18:30:04 -04:00
Misha Tyulenev
f3439006a7 SERVER-34913 blacklist splitvector.js from causally consistent suites 2018-05-17 10:18:28 -04:00
Robert Guo
c87d73cd44 SERVER-34155 add clean shutdown primary passthrough 2018-05-17 09:33:33 -04:00
Jonathan Abrahams
0a03faba45 SERVER-34865 Test archival fails when temporary files are removed 2018-05-16 16:54:24 -04:00
Jonathan Abrahams
03d9c6b172 SERVER-30204 Fix exception handling in CleanupConcurrencyWorkloads hook 2018-05-15 18:34:27 -04:00
Ian Boros
3c9e353969 SERVER-34515 fix invariant failure caused by js interruption in group command 2018-05-15 15:49:32 -04:00
Judah Schvimer
59f462046d SERVER-33524 Fix kill secondaries standalone invariant checks to use a "recovery" timestamp command 2018-05-15 14:33:53 -04:00
Vesselina Ratcheva
358b4dcb5c SERVER-34855 Blacklist restart_catalog.js from causal consistency suites 2018-05-15 10:28:57 -04:00
Ramon Fernandez
98a69ee6ed SERVER-32999 Remove Debian 7 builds 2018-05-14 17:25:57 -04:00
Jonathan Abrahams
9db7db6586 SERVER-30204 Use a new CleanupConcurrencyWorkloads hook instead of CleanEveryN for FSM suites using resmoke_runner.js 2018-05-14 14:13:25 -04:00
Jonathan Abrahams
d6837a12b3 SERVER-34374 Wrap shutil.rmtree() in resmoke to handle path names which may contain non-ASCII characters 2018-05-11 15:28:16 -04:00
Daniel Gottlieb
67904de43b SERVER-34892: Save data files on all RS kill_* task failures. 2018-05-10 09:18:04 -04:00
Jack Mulrow
271d5477ed SERVER-34916 Blacklist shell_connection_strings.js from retryable_writes_jscore_stepdown_passthrough 2018-05-09 12:15:22 -04:00
Jonathan Abrahams
4129d16840 SERVER-34680 - Add mongoe to bypass_compile artifacts tarball 2018-05-09 08:35:47 -04:00
David Bradford
b8fa4cf158 SERVER-34497: Remove CheckPrimary test hook 2018-05-08 09:50:12 -04:00
Xiangyu Yao
507631c405 SERVER-34384 Use 5-node linear chain topology for secondary reads passthrough 2018-05-07 19:05:20 -04:00
Andrew Morrow
51dce76324 SERVER-34805 Refactor the network libraries and move messages types to rpc/protocol 2018-05-05 12:29:55 -04:00
David Bradford
3d9ad82701 SERVER-34832: Change evergreen timeout of auth on linux-debug to 1 hour 2018-05-04 14:49:42 -04:00
David Bradford
fabcd8eb16 SERVER-34420: Set idle event in stepdown thread even if there is a failure 2018-05-04 14:13:54 -04:00
Judah Schvimer
67da083fac SERVER-33587 Add rollback fuzzer test suite that shuts down random nodes cleanly and uncleanly 2018-05-04 08:23:17 -04:00
Gabriel Russell
7d16f8ed5b SERVER-33067 build cdriver with cmake 2018-05-03 17:26:39 -04:00
William Schultz
e8fe32029a SERVER-34557 Restrict transactions to only run against replica set primaries 2018-05-02 13:23:13 -04:00
David Bradford
7085d08f22 SERVER-34696: Add 30 minute timeout for tests in evergreen 2018-05-01 17:35:25 -04:00
William Schultz
c9a70c9a28 SERVER-34520 Forbid multi-document transactions run through mongoS 2018-05-01 16:27:45 -04:00
Mark Benvenuto
930e6de854 SERVER-34228 Add default value support for fields of type enum 2018-05-01 13:37:31 -04:00
Misha Tyulenev
f7207bf594 SERVER-31937 de-blacklist kill_sessions.js 2018-04-30 16:09:21 -04:00
Charlie Swanson
a43fe9ae73 SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARM 2018-04-30 14:09:01 -04:00
Ian Boros
3d43d9420c SERVER-34032 add tests for resuming using an "invalidate" resumeToken 2018-04-30 11:19:11 -04:00
Vesselina Ratcheva
5d1ace4f94 SERVER-27541 Turn off primary catchup in all continuous stepdown suites 2018-04-30 10:30:53 -04:00
Robert Guo
39622745cd SERVER-19630 allow FSM tests to connect to an existing cluster 2018-04-30 09:56:57 -04:00
Robert Guo
1f68e5807f SERVER-34486 Set transactionLifetimeLimitSeconds=1 in the fuzzer suites that run with replication enabled 2018-04-30 09:56:57 -04:00
Robert Guo
05e53dad33 SERVER-34241 Remove the skipValidationNamespaces for config.transactions 2018-04-30 09:56:57 -04:00
Bernard Gorman
793e59f11b SERVER-34138 Allow change stream to be opened against non-existent DB and collection in sharded cluster 2018-04-29 16:16:16 +01:00
Brian McCarthy
91eaa878c4 SERVER-34655 Fix lint 2018-04-27 18:13:49 -04:00
Brian McCarthy
a4108de09a SERVER-34655 Enhance SCons prune script error checking 2018-04-27 13:20:42 -04:00
Jonathan Abrahams
a1601dd857 SERVER-33963 Add task_groups & display_tasks for compile, compile_all, compile_unittests & unittests 2018-04-26 15:34:22 -04:00
Blake Oler
fb9e6ec91f SERVER-34649 Return a bad status when the MovePrimarySourceManager receives a bad return from commitMovePrimary 2018-04-26 15:22:15 -04:00
Xiangyu Yao
d62890ffea SERVER-34384 Add passthrough test for secondary reads 2018-04-25 20:39:55 -04:00
Mark Benvenuto
4ca260618e SERVER-34585 Enable Free Monitoring on SSL Builders and Windows 2018-04-25 11:38:40 -04:00
Judah Schvimer
c963ca0e1c SERVER-34635 import pymongo.write_concern in replicaset.py 2018-04-24 16:17:19 -04:00
Bernard Gorman
0d104ecab0 SERVER-34499 Add passthrough suite(s) replacing single-collection and single-db $changeStream with whole-cluster streams filtered by namespace 2018-04-23 23:22:25 +01:00
Yves Duhem
82c60c4c26 SERVER-34298 Avoid running PeriodicKillSecondaries twice on failure 2018-04-23 09:32:13 -04:00
David Bradford
b0a3504b94 SERVER-34330: split up sharding_auth and sharding_auth_audit suites 2018-04-20 13:24:21 -04:00
Mark Benvenuto
697ed6fa17 SERVER-34226 Registration Integration Tests 2018-04-20 12:38:28 -04:00
Judah Schvimer
5aec800d30 SERVER-33165 Don't return from ReplSetTest.initiate until there is a stable checkpoint 2018-04-20 09:54:04 -04:00
David Bradford
f4652f501d SERVER-34330: Split sharding_last_stable_mongos_and_mixed_shards into smaller units 2018-04-19 15:49:08 -04:00
David Bradford
f769ba3ff8 SERVER-34330: Split sharding_ese suite into smaller units 2018-04-19 11:57:57 -04:00
David Bradford
8c2515904e SERVER-34330: Add excluded test to replica-sets-auth-misc suite 2018-04-19 11:28:44 -04:00
David Bradford
eeded59227 SERVER-34330: Split up replica_sets_ese suite into smaller suites 2018-04-19 09:04:23 -04:00