0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/jstests/hooks
Max Hirschhorn 9db1a8dffe SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.
The new $_internalReadAtClusterTime option replaces all usages of
running the dbHash command inside of a multi-statement transaction. It
can be used to read from a consistent snapshot in place of specifying an
atClusterTime read concern.

Unlike multi-statement transactions, the new $_internalReadAtClusterTime
option doesn't cause locks to be left on the server after returning a
network response. It instead restores the snapshot to read from as part
of handling the request.
2019-02-11 15:43:27 -05:00
..
crud_client.js
drop_sharded_collections.js SERVER-37853 Create sharded_core_txn with balancer suite 2019-01-07 11:08:05 -05:00
run_check_repl_dbhash_background.js SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash. 2019-02-11 15:43:27 -05:00
run_check_repl_dbhash.js SERVER-35160 ScopedThreads should automatically inherit TestData from their parent thread 2018-09-05 15:47:58 -04:00
run_check_repl_oplogs.js
run_initial_sync_node_validation.js
run_validate_collections.js
validate_collections.js SERVER-37074 Handle interrupted FCV downgrade in validate hook. 2018-11-30 17:40:49 -05:00