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

44356 Commits

Author SHA1 Message Date
Max Hirschhorn
492493e2fc SERVER-37074 Handle interrupted FCV downgrade in validate hook. 2018-11-30 17:40:49 -05:00
Nick Zolnierz
7f43aa58c9 SERVER-31012 Fix unittest compile on windows 2018-11-30 17:26:19 -05:00
Jason Chan
3bb72042c2 SERVER-35713 Add oldestOpenReadTimestamp to serverStatus output 2018-11-30 16:42:39 -05:00
Benety Goh
401151f1d2 SERVER-37843 add KVDropPendingIdentReaper 2018-11-30 16:40:10 -05:00
David Storch
9cfce7a295 SERVER-38329 Remove unused member TextOrStage::_index. 2018-11-30 16:00:13 -05:00
Gabriel Russell
6e69080522 SERVER-38056 enable building just some of the pieces of the enterprise module 2018-11-30 15:26:43 -05:00
Dianna Hohensee
d810141fdb SERVER-37641 Create command voteCommitIndexBuilds to convey secondary's readiness for index build commit to primary 2018-11-30 13:15:43 -05:00
Xiangyu Yao
e0be8ba5aa SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated names 2018-11-30 13:05:09 -05:00
Tyler Kaye
839d887bbb SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without ipv6 enabled 2018-11-30 13:01:07 -05:00
Nick Zolnierz
c60c435ffd SERVER-31012: expose optional way of retrieving FieldRef's for fields that were modified by an update 2018-11-30 12:18:35 -05:00
Ian Boros
f3acfdec21 SERVER-37838 add correct tags to test 2018-11-30 10:33:17 -05:00
Suganthi Mani
d9ac7e9ea3 SERVER-38200 Fix jstests/replsets/initial_sync_oplog_hole.js to use rslib waitForState to prevent using stale heartbeat info in the test. 2018-11-30 10:25:48 -05:00
Jack Mulrow
064535356b SERVER-37879 Run sharded_causally_consistent_jscore_txns_passthrough against sharded collections 2018-11-30 09:56:29 -05:00
Daniel Gottlieb
c900b4bd14 SERVER-38313: Update BSON decoding in GDB pretty printing. 2018-11-30 09:14:54 -05:00
Kaloian Manassiev
d17de2b958 SERVER-38317 Rename sharded_core* tests to sharded_jscore* 2018-11-30 08:39:46 +01:00
Gregory Wlodarek
6b8b171091 SERVER-38260 Avoid updating metadata when dropping the database or collection in BiggieSE 2018-11-29 20:28:47 -05:00
Gregory Wlodarek
ada894d644 SERVER-38286 Add the Biggie SE to the dbtest binary 2018-11-29 20:19:20 -05:00
Esha Maharishi
179748103a SERVER-37440 coordinateCommit should fall back to recovering decision from local participant 2018-11-29 17:29:07 -05:00
Charlie Swanson
e54d65fa8e SERVER-37861 Retry WriteConflicts during wildcard multikey scans 2018-11-29 17:07:07 -05:00
Ian Boros
b7300d0e9f SERVER-37838 prevent crash with getMore and simultaneous stepdown 2018-11-29 16:46:30 -05:00
Patrick Freed
53ebb7eb8b SERVER-38258 Properly separate TLS 1.3 protocol in tls_enumerator.py 2018-11-29 16:05:24 -05:00
Max Hirschhorn
8e90b018e1 SERVER-38312 Don't include task id in filename for npm test output. 2018-11-29 15:32:52 -05:00
David Bradford
04119abffa SERVER-38306: Update variable name 2018-11-29 15:25:42 -05:00
Sara Golemon
99c9d211f7
SERVER-38280 Convert SSL options to IDL 2018-11-29 19:51:48 +00:00
Sara Golemon
3560708835
SERVER-38279 Add condition clause to set parameter and config option definitions 2018-11-29 19:51:25 +00:00
Jason Chan
35f465029f SERVER-35449 Return the oldest read timestamp used by any open transaction 2018-11-29 13:12:06 -05:00
Louis Williams
ca1cccb8a1 SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background, non-unique indexes. Change background index builds to use the bulk builder and external sorter 2018-11-29 13:09:15 -05:00
Spencer Jackson
b5308fc30a SERVER-37962: Create tlsMode setParameter 2018-11-29 12:25:39 -05:00
Sara Golemon
662bec7c90
SERVER-37527 Fix lifecycle management and clarify isDone->isSuccess 2018-11-29 17:23:23 +00:00
Randolph Tan
849367409d SERVER-38300 Fix sharded_multi_stmt_txn_jscore to load txn_override.js 2018-11-29 12:00:12 -05:00
Pavi Vetriselvan
aabd9f0d30 SERVER-38108 ServerTransactionMetrics should synchronize 2018-11-29 11:53:56 -05:00
Louis Williams
13950ba0c4 SERVER-38252 Re-enable wt_repair_corrupt_metadata.js on Windows 2018-11-29 11:48:09 -05:00
Jason Chan
ca4912d402 SERVER-36499 Add test coverage for prepared transaction duration in currOp 2018-11-29 11:33:59 -05:00
Jason Chan
aa2ca96d7e SERVER-37801 Add prepared transaction metrics tracking to concurrency test suite 2018-11-29 11:24:32 -05:00
Samy Lanka
d963ad9dcc SERVER-37990 Replace locking requirements in 'ReadWriteAbility' with new semantics around ReplicationStateTransitionLock 2018-11-29 10:40:14 -05:00
James Wahlin
01d25f7434 SERVER-37124 Retry full upsert path when duplicate key exception matches exact query predicate 2018-11-29 07:31:04 -05:00
Benety Goh
41c44d02cf SERVER-37729 background index builds on secondaries cannot be interrupted by killOp 2018-11-28 23:19:56 -05:00
Benety Goh
03e13f9042 SERVER-37729 IndexBuilder updates CurOp using createIndexes format 2018-11-28 21:41:55 -05:00
Gregory Wlodarek
a20abe09f6 SERVER-38262 Avoid comparing elements between different tree versions in BiggieSE 2018-11-28 20:44:18 -05:00
Xiangyu Yao
091ef080cd SERVER-36437 Use MODE_IS for dbstats 2018-11-28 20:38:33 -05:00
Benety Goh
477ca02e7b SERVER-37729 characterize existing killOp behavior on background indexes in a replica set
Includes some test cleanup in current tests for standalone mode and the listIndexes command.
2018-11-28 20:37:22 -05:00
Gregory Wlodarek
7e0d0d29c0 SERVER-38263 Implement KVEngine harness and backup for BiggieSE 2018-11-28 20:15:49 -05:00
Gregory Wlodarek
1564eae972 SERVER-38261 Execute rollback changes on BiggieSE's recovery unit destructor and disallow nested changes 2018-11-28 20:09:09 -05:00
David Bradford
d5c06c5302 SERVER-38116: Fix typo 2018-11-28 17:25:07 -05:00
David Bradford
bb969c1305 SERVER-38116: Don't include test_evergreen_gen_fuzzer_test in buildscripts_test 2018-11-28 16:32:22 -05:00
Andrew Morrow
d82b101ec7 SERVER-38286 Add the ephemeralForTest SE to the dbtest binary 2018-11-28 16:00:39 -05:00
Ramon Fernandez
ed7e4716c2 SERVER-37968 Excise package publishing from push task 2018-11-28 14:57:28 -05:00
Dianna Hohensee
ac6d01aeea SERVER-37636 Establish an index builds interface through which to access and affect index builds 2018-11-28 13:01:04 -05:00
David Bradford
18452b94f4 SERVER-38116: Dynamically generate fuzzer test tasks 2018-11-28 12:53:39 -05:00
Gregory Wlodarek
368cdee9c5 SERVER-38272 Properly initialize member variables of SortedDataInterface in BiggieSE 2018-11-28 10:48:07 -05:00