rocksdb/utilities/transactions
Maysam Yabandeh 79810e2d49 Skip write_prepared_transaction_test in travis
Summary:
The patch skips write_prepared_transaction_test from travis as they time out there. They are still covered in daily runs of tests.
Closes https://github.com/facebook/rocksdb/pull/2836

Differential Revision: D5767203

Pulled By: maysamyabandeh

fbshipit-source-id: 51045ef98a745197136e14b2ec02fc6f38081b75
2017-09-05 15:29:52 -07: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 Add more unit test to write_prepared txns 2017-08-31 09:41:27 -07:00
pessimistic_transaction_db.h Add more unit test to write_prepared txns 2017-08-31 09:41:27 -07:00
pessimistic_transaction.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
pessimistic_transaction.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
transaction_base.cc Use PinnableSlice in Transactions 2017-08-23 10:11:45 -07:00
transaction_base.h Use PinnableSlice in Transactions 2017-08-23 10:11:45 -07: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 Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_lock_mgr.h Added mechanism to track deadlock chain 2017-08-17 18:56:21 -07:00
transaction_test.cc Add more unit test to write_prepared txns 2017-08-31 09:41:27 -07:00
transaction_test.h Add more unit test to write_prepared txns 2017-08-31 09:41:27 -07:00
transaction_util.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
transaction_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
write_prepared_transaction_test.cc Skip write_prepared_transaction_test in travis 2017-09-05 15:29:52 -07:00
write_prepared_txn.cc Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00
write_prepared_txn.h Update WritePrepared with the pseudo code 2017-08-16 16:57:47 -07:00