summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34314: Fix assertion codes.r3.7.4Daniel Gottlieb2018-04-161-2/+2
* SERVER-34293 Add test for atomicity and isolation of transactions.Max Hirschhorn2018-04-166-92/+361
* SERVER-34314 Ensure change stream can resume between entries in applyOps entryIan Boros2018-04-1610-85/+493
* SERVER-33783 Make shards and mongos do full routing/filtering metadata refres...Martin Neupauer2018-04-162-12/+84
* SERVER-34216 write_commands move transaction checksBilly Donahue2018-04-163-53/+24
* SERVER-33890 Unblacklist cannot_create_system_dot_indexes.js from sharded_cau...Matthew Saltz2018-04-161-1/+0
* SERVER-34330: Include a misc test suite to catch new testsDavid Bradford2018-04-163-8/+140
* SERVER-34330: Fix python lint errorsDavid Bradford2018-04-164-0/+4
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-1629-170/+828
* SERVER-33356 Ensure shards' persisted collection cache picks up collection UU...Esha Maharishi2018-04-163-5/+134
* SERVER-34469 fix off-by-one error in CollectionLockTimeout testEric Milkie2018-04-161-1/+2
* SERVER-34296: Scripts to breakup test suites into short running tasksDavid Bradford2018-04-1618-1/+1166
* SERVER-33917 port_options.js ping mongod host instead of killing itBilly Donahue2018-04-161-3/+24
* SERVER-31007 Calculate rollback time limit correctlyVesselina Ratcheva2018-04-1412-176/+454
* SERVER-33412 Tag tests with uses_transactionsWilliam Schultz2018-04-142-0/+4
* SERVER-33580 Restrict multi-statement transactions to replica set primariesWilliam Schultz2018-04-144-0/+159
* SERVER-24238 Enable the shared scons cache for sanitizer buildsAndrew Morrow2018-04-141-0/+5
* SERVER-24238 Use a generator to establish a signature for sanitizer blacklist...Andrew Morrow2018-04-141-8/+30
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-1315-269/+35
* SERVER-34366 Shell api supports causal consistency.Siyuan Zhou2018-04-132-7/+54
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-137-56/+204
* SERVER-34184 Trasnsaction fields are not accepted unless their preconditinal ...Siyuan Zhou2018-04-135-123/+87
* SERVER-33114 part 2: support unwinding applyOps for cluster-wide change streamIan Boros2018-04-134-66/+106
* SERVER-33812 provide non-empty first batch to OplogFetcher test caseBenety Goh2018-04-131-1/+2
* SERVER-34283 Allow change streams on whole-db or whole-clusterCharlie Swanson2018-04-135-157/+1
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-1315-332/+602
* SERVER-33999 Add auth checks for db or cluster level change streamsCharlie Swanson2018-04-133-2/+397
* SERVER-33412 Error on writes with unsupported transaction optionsMatthew Russotto2018-04-139-157/+327
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-135-26/+3
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-139-6/+135
* SERVER-34466 set syncdelay to 5 seconds in kill_primary and kill_secondary pa...Judah Schvimer2018-04-132-0/+2
* SERVER-33534 Re-enable non-replication opObserver functionality within transa...Matthew Russotto2018-04-131-39/+54
* SERVER-34476 Fix OpenSSL linking on FreeBSDADAM David Alan Martin2018-04-131-1/+1
* SERVER-34476 Fix OpenSSL linking on FreeBSDADAM David Alan Martin2018-04-131-0/+2
* SERVER-33145 Test that users can only use transactions they createdTess Avitabile2018-04-131-0/+143
* SERVER-34464 Do not relax document validation during replication recoveryJudah Schvimer2018-04-131-1/+0
* SERVER-34163 Make refreshing a database entry in the CatalogCache asynchronousEsha Maharishi2018-04-136-44/+372
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-1311-10/+10
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-135-3/+14
* SERVER-34458 Shards should always persist a database entry after refreshEsha Maharishi2018-04-132-92/+24
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-136-14/+13
* SERVER-34467 make sure tests create databases before starting change streamsIan Boros2018-04-133-9/+9
* SERVER-33903 test reads on views in transactionsKyle Suarez2018-04-131-0/+51
* SERVER-33903 test aggregations in transactionsKyle Suarez2018-04-133-0/+106
* SERVER-34321 Require stmtId for multi-statement transactions in the shell.Siyuan Zhou2018-04-132-7/+48
* SERVER-34148 TypedCommandBilly Donahue2018-04-135-5/+549
* SERVER-34461: Source OpenSSL source tarball from boxes.10gen.comSpencer Jackson2018-04-131-1/+1
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-1324-6428/+421
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-133-0/+64
* SERVER-33989 Add support for afterClusterTime for snapshot reads through mongosJack Mulrow2018-04-135-24/+238