rocksdb/utilities/transactions
Yueh-Hsuan Chiang 3a67bffaa8 Fix an ASAN error in transaction_test.cc
Summary:
One test in transaction_test.cc forgets to call SyncPoint::DisableProcessing().
As a result, a program might to access the SyncPoint singleton after it
already goes out of scope.

This patch fix this error by calling SyncPoint::DisableProcessing().

Test Plan: transaction_test

Reviewers: sdong, IslamAbdelRahman, kradhakrishnan, anthony

Reviewed By: anthony

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D54033
2016-02-10 12:06:59 -08:00
..
optimistic_transaction_db_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_db_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_test.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_base.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_base.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_db_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_db_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_db_mutex_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_db_mutex_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_lock_mgr.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_lock_mgr.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_test.cc Fix an ASAN error in transaction_test.cc 2016-02-10 12:06:59 -08:00
transaction_util.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_util.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00