0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests
William Schultz 7d687264de SERVER-42251 Timestamp multikey writes with the prepare timestamp during replication recovery
Now that we execute multikey catalog updates in a side transaction, we need to give them some suitable timestamp. In normal replication, we can grab the latest value of the LogicalClock. In startup recovery, though, we may replay a prepared transaction that does a multikey write, but the LogicalClock may not have been initialized yet. Thus, we use the prepare timestamp of the transaction for the multikey write, since that timestamp is guaranteed to be less than or equal to the commit timestamp of the transaction.
2019-07-23 17:06:54 -04:00
..
aggregation SERVER-40755 Expose statistics which indicate how many collection scans have executed 2019-07-12 11:53:57 -04:00
auth SERVER-41898 Rename "userImpersonators" to "runBy" in currentOp 2019-07-09 13:06:15 -04:00
change_streams SERVER-41769 Pin _currentCommittedSnapshot to be <= the allCommitted timestamp when EMRC=false 2019-07-16 14:09:55 -04:00
client_encrypt SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in Shell 2019-07-15 13:47:52 -04:00
concurrency SERVER-41880 Blacklist schema_validator_with_expr_variables.js from running on inMemory variant 2019-06-26 14:27:38 +01:00
core SERVER-12916 ensure find on _id field obeys min/max. 2019-07-22 17:46:47 -04:00
core_standalone
decimal
disk SERVER-7019 Return initial sync status information by default in replSetGetStatus and remove it after successful initial sync attempt 2019-06-13 17:04:31 -04:00
fail_point
free_mon
gle
hooks SERVER-42316 always join all threads in run_check_repl_dbhash_background.js 2019-07-23 15:52:26 -04:00
httpinterface
libs SERVER-42216 Ensure pin_getmore_cursor.js waits for server to finish killing cursor 2019-07-19 16:32:44 -04:00
multiVersion SERVER-41770 Multiversion test for change stream support of large txns 2019-07-15 13:52:48 -04:00
noPassthrough SERVER-42232 Adding a new shard renders all preceding resume tokens invalid 2019-07-18 22:29:23 +01:00
noPassthroughWithMongod SERVER-38356 added functionality to forbid dropping the oplog, modified tests to get around Evergreen issue 2019-07-08 15:06:36 -04:00
parallel
perf
readonly
replsets SERVER-42251 Timestamp multikey writes with the prepare timestamp during replication recovery 2019-07-23 17:06:54 -04:00
serial_run SERVER-41935 blacklist memory.js on asan builders 2019-07-01 14:05:14 -04:00
sharding SERVER-42106 Use auto-generated _ids for config.chunks and config.tags 2019-07-22 14:22:39 -04:00
slow1
ssl SERVER-41587 Improve SECBUFFER_EXTRA handling 2019-07-09 11:40:33 -04:00
sslSpecial
tool Import tools: f6fdd97dbea59639732068720558c83b88947e15 from branch v4.1 2019-07-16 11:07:21 -04:00
watchdog