rocksdb/test_util
Peter Dillinger cb5b851ff8 Add (& fix) some simple source code checks (#8821)
Summary:
* Don't hardcode namespace rocksdb (use ROCKSDB_NAMESPACE)
* Don't #include <rocksdb/...> (use double quotes)
* Support putting NOCOMMIT (any case) in source code that should not be
committed/pushed in current state.

These will be run with `make check` and in GitHub actions

Pull Request resolved: https://github.com/facebook/rocksdb/pull/8821

Test Plan: existing tests, manually try out new checks

Reviewed By: zhichao-cao

Differential Revision: D30791726

Pulled By: pdillinger

fbshipit-source-id: 399c883f312be24d9e55c58951d4013e18429d92
2021-09-07 21:19:27 -07:00
..
mock_time_env.cc Add a SystemClock class to capture the time functions of an Env (#7858) 2021-01-25 22:09:11 -08:00
mock_time_env.h Add a SystemClock class to capture the time functions of an Env (#7858) 2021-01-25 22:09:11 -08:00
sync_point_impl.cc Use bloom filter to speed up sync point (#8337) 2021-05-27 13:14:29 -07:00
sync_point_impl.h Use bloom filter to speed up sync point (#8337) 2021-05-27 13:14:29 -07:00
sync_point.cc Refactor kill point (#8241) 2021-05-05 15:50:29 -07:00
sync_point.h Refactor kill point (#8241) 2021-05-05 15:50:29 -07:00
testharness.cc Improve support for using regexes (#8740) 2021-09-07 13:05:23 -07:00
testharness.h Add (& fix) some simple source code checks (#8821) 2021-09-07 21:19:27 -07:00
testutil_test.cc More Makefile Cleanup (#7097) 2020-07-09 14:35:17 -07:00
testutil.cc Fix some minor issues in the Customizable infrastructure (#8566) 2021-08-19 10:10:47 -07:00
testutil.h Fix some minor issues in the Customizable infrastructure (#8566) 2021-08-19 10:10:47 -07:00
transaction_test_util.cc Fix unchecked statuses for transaction_test (#7572) 2020-10-21 14:03:59 -07:00
transaction_test_util.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 2020-02-20 12:09:57 -08:00