rocksdb/utilities/transactions
Maysam Yabandeh 3073b1c573 Split SnapshotConcurrentAccessTest into 20 sub tests
Summary:
SnapshotConcurrentAccessTest sometimes times out when running on the test infra. This patch splits the test into smaller sub-tests to avoid the timeout. It also benefits from lower run-time of each sub-test and increases the coverage of the test. The overall run-time of each final sub-test is at most half of the original test so we should no longer see a timeout.
Closes https://github.com/facebook/rocksdb/pull/3435

Differential Revision: D6839427

Pulled By: maysamyabandeh

fbshipit-source-id: d53fdb157109e2438ca7fe447d0cf4b71f304bd8
2018-01-29 17:12:55 -08:00
..
optimistic_transaction_db_impl.cc Refactor PessimisticTransaction 2017-08-07 16:12:29 -07:00
optimistic_transaction_db_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
optimistic_transaction_test.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
optimistic_transaction.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
optimistic_transaction.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
pessimistic_transaction_db.cc WritePrepared Txn: address some pending TODOs 2018-01-09 08:57:20 -08:00
pessimistic_transaction_db.h WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
pessimistic_transaction.cc WritePrepared Txn: PreReleaseCallback 2017-11-30 23:50:45 -08:00
pessimistic_transaction.h WritePrepared Txn: Refactoring TrackKeys 2017-11-11 13:14:20 -08:00
snapshot_checker.cc WritePrepared Txn: Move DB class to its own file 2017-11-02 11:14:30 -07:00
transaction_base.cc WritePrepared Txn: Refactoring TrackKeys 2017-11-11 13:14:20 -08:00
transaction_base.h WritePrepared Txn: Refactoring TrackKeys 2017-11-11 13:14:20 -08:00
transaction_db_mutex_impl.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_db_mutex_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_lock_mgr.cc Add lock wait time as a perf context counter 2017-11-06 10:57:19 -08:00
transaction_lock_mgr.h Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_test.cc WritePrepared Txn: address some pending TODOs 2018-01-09 08:57:20 -08:00
transaction_test.h Split SnapshotConcurrentAccessTest into 20 sub tests 2018-01-29 17:12:55 -08:00
transaction_util.cc WritePrepared Txn: ValidateSnapshot 2017-11-01 19:11:09 -07:00
transaction_util.h WritePrepared Txn: ValidateSnapshot 2017-11-01 19:11:09 -07:00
write_prepared_transaction_test.cc Split SnapshotConcurrentAccessTest into 20 sub tests 2018-01-29 17:12:55 -08:00
write_prepared_txn_db.cc WritePrepared Txn: address some pending TODOs 2018-01-09 08:57:20 -08:00
write_prepared_txn_db.h Split SnapshotConcurrentAccessTest into 20 sub tests 2018-01-29 17:12:55 -08:00
write_prepared_txn.cc WritePrepared Txn: address some pending TODOs 2018-01-09 08:57:20 -08:00
write_prepared_txn.h WritePrepared Txn: PreReleaseCallback 2017-11-30 23:50:45 -08:00