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

12196 Commits

Author SHA1 Message Date
Dianna Hohensee
a5887f3a5b SERVER-42358 Add new background collection validation test hook. Runs concurrently with tests. 2019-10-21 18:23:49 +00:00
Judah Schvimer
ce3261545d SERVER-43974 blacklist crud_ops_do_not_throw_locktimeout.js from parallel suites 2019-10-21 15:16:10 +00:00
Jack Mulrow
713f6dd0dd SERVER-44113 Refresh metadata for correct namespace in transactions_reject_writes_for_moved_chunks.js hashed case 2019-10-21 14:58:51 +00:00
Mihai Andrei
0d740a4433 SERVER-43287 Prevent from outputting to system collections 2019-10-21 13:56:39 +00:00
Arun Banala
42c40db7ef SERVER-43706 M/R Agg: Support referencing 'scope' variables in translated aggregation pipeline for mongos 2019-10-21 10:06:08 +00:00
Sara Golemon
3b5b753c22 SERVER-43085 Revert trusted-{client,server}.pfx 2019-10-20 13:36:38 +00:00
Ian Boros
e2588753f5 SERVER-44106 change max time ms to not take locks while sleeping 2019-10-18 22:20:42 +00:00
Sara Golemon
5d6cfabf7c SERVER-43085 Regenerate X509 test certificates
Update all certs except trusted-*.pem chain.
trusted-*.pem will be updated when BUILD hosts are ready.
2019-10-18 20:35:45 +00:00
Samyukta Lanka
b9c13fa15b SERVER-43698 Don't allow atClusterTime whwere number of seconds in Timestamp is 0 2019-10-18 17:57:43 +00:00
Louis Williams
f277efccb4 SERVER-44041 Enable prepare_transaction_index_build.js when two phase index builds are enabled 2019-10-18 17:23:45 +00:00
Esha Maharishi
dab2ae2296 SERVER-42112 uassert on _flushDatabaseCacheUpdates cmdResponse in configsvrDropDatabase and configsvrCreateDatabase if FCV 4.4 2019-10-17 21:38:49 +00:00
Robert Guo
66cc9d9c2e SERVER-43973 Use a unique test name for each thread in ParallelTester 2019-10-17 21:17:16 +00:00
Bernard Gorman
97cc7b5838 SERVER-42723 New shard with new database can be ignored by change streams 2019-10-17 20:26:03 +00:00
Benety Goh
ec0bf809b1 SERVER-44040 add replica_sets to two phase index builds evergreen builder 2019-10-17 19:08:47 +00:00
Nicholas Zolnierz
d78ab05ea8 SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorator on op context 2019-10-17 16:56:51 +00:00
Ian Boros
194efdec2c SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKey 2019-10-17 16:29:41 +00:00
Blake Oler
ba799a620d SERVER-42392 Create concurrency workloads that combine moveChunk, refineCollectionShardKey, and transaction operations 2019-10-17 15:46:49 +00:00
Nicholas Zolnierz
a4d3270268 SERVER-42916 Reject non-inline mapReduce to an existing sharded collection that is not sharded by _id 2019-10-17 15:29:01 +00:00
Benety Goh
1744f22d21 SERVER-44040 fix apply_ops_create_indexes.js and oplog_format_create_indexes.js for two phase index builds 2019-10-17 14:53:48 +00:00
Anton Korshunov
f8ede369fb SERVER-42462 Put new $meta arguments behind FCV check 2019-10-17 13:03:40 +00:00
Anton Korshunov
abe90fb209 SERVER-43764 Add more testing for special values in DoubleDoubleSummation 2019-10-17 10:05:56 +00:00
Jack Mulrow
3dff71d272 SERVER-43814 Add _configsvrRefineCollectionShardKey to commands_lib.js auth test 2019-10-17 03:06:51 +00:00
Jack Mulrow
71fd21e91f SERVER-42299 Batch chunk and tag upgrade/downgrade modification transactions 2019-10-16 19:50:41 +00:00
Xuerui Fa
b3b494a72f SERVER-42825 Log and track metrics.repl.stateTransition counters after stopped killing user operation 2019-10-16 18:05:39 +00:00
Lingzhi Deng
365496906f SERVER-42262: Repeat stepdown and freeze on test shutdown validation 2019-10-16 00:58:16 +00:00
Justin Seyster
0b80f48b43 SERVER-42836 Fast path for sort key generation of WorkingSetMembers
Includes a small change to external_sort_find.js, which was failing
when this change was initially submitted.

This reverts commit 72d8bff5f6.
2019-10-15 21:45:03 +00:00
Jack Mulrow
c2af35bc34 SERVER-42299 Upgrade/downgrade for config.chunks and config.tags 2019-10-15 21:10:56 +00:00
Ryan Timmons
f4c495f084 SERVER-43254 Hang Analyzer shell integration uses child and peer mongo processes 2019-10-15 20:53:43 +00:00
Xuerui Fa
efde009845 SERVER-41513 Track the time the new term oplog entry was written by primary and applied in secondary 2019-10-15 17:21:44 +00:00
Jacob Evans
b49ac0fbed SERVER-43966 Issue drop collection command that works in passthroughs v2 2019-10-15 17:04:33 +00:00
Shreyas Kalyan
dfc9b994a4 SERVER-42886 Fix bypassAutoDecrypt settings in shell 2019-10-15 16:04:49 +00:00
Jacob Evans
d8a6cad435 SERVER-43966 Issue drop collection command that works in passthroughs 2019-10-14 23:05:18 +00:00
Andrew Morrow
2f4e03bbca SERVER-43730 Small build system speed improvements
These should speed up all SCons startup tasks for both
vanilla SCons and Ninja generation
2019-10-14 22:46:31 +00:00
Ali Mir
0dbb2c431b SERVER-33802 Delete initial_sync_cloner_dups.js 2019-10-14 21:40:42 +00:00
Mihai Andrei
c119ef45e3 SERVER-43885 Rename OplogApplierImpl methods 2019-10-14 19:59:38 +00:00
Jacob Evans
b202ee3df4 SERVER-43966 Remove manual internal query flag toggling from map_reduce_validation.js 2019-10-14 18:46:40 +00:00
Pavithra Vetriselvan
4cd46444fb SERVER-43972 initial_sync_capped_index.js waits for SECONDARY state before running validate 2019-10-14 17:34:38 +00:00
William Schultz
e79e2a5b15 SERVER-43802 Add ReplSetTest and ShardingTest control tests for measuring baseline performance of setup and teardown procedures 2019-10-14 16:48:38 +00:00
Xuerui Fa
1e6a0078d8 Revert SERVER-41513 2019-10-14 16:02:45 +00:00
Xuerui Fa
d1da88c8a7 SERVER-41513 Track the time the new term oplog entry was written by primary and applied in secondary 2019-10-14 14:06:51 +00:00
Nicholas Zolnierz
8dfa17e159 SERVER-43962 Assert on valid target namespace in $out/$merge static create methods 2019-10-14 13:36:37 +00:00
Eric Milkie
b07173d231 SERVER-43513 remove old try/catch in clean_shutdown_oplog_state.js 2019-10-14 13:19:49 +00:00
Anton Korshunov
70383ed065 SERVER-42423 Use ProjectionExecutor in ProjectionStageDefault 2019-10-11 20:13:48 +00:00
Nicholas Zolnierz
6b345cce21 SERVER-43626 MR Agg: Fail and cleanup cursors when a sharded mapReduce cannot fit in a single batch response 2019-10-11 18:49:51 +00:00
David Storch
b32f535bae SERVER-43683 Test that 'allowDiskUse' works as expected for find command against views. 2019-10-11 18:14:33 +00:00
Judah Schvimer
9b3801e457 SERVER-34722 Add new server status metrics about oplog application 2019-10-11 17:39:49 +00:00
Randolph Tan
546e411b72 SERVER-40435 A clearJumboChunk command to clear the jumbo flag 2019-10-11 17:13:10 +00:00
Mark Benvenuto
9390ffd091 SERVER-43576 DBClientRS does not propagate applicationName 2019-10-11 15:50:39 +00:00
Benety Goh
a988c46dc3 SERVER-43932 add sharding to two phase index build evergreen builder 2019-10-11 15:19:52 +00:00
Benety Goh
f9bd55a6fc SERVER-43636 fix expected log message count in characterize_index_builds_on_restart.js 2019-10-10 22:56:51 +00:00