Revision 298b00a396cfc05a1556da90532b3160855e8e46 authored by sdong on 02 June 2020, 19:09:48 UTC, committed by Facebook GitHub Bot on 02 June 2020, 19:11:24 UTC
Summary:
Release code now depends on gtest, indirectly through including "test_util/testharness.h". This creates multiple problems. One important reason is the definition of IGNORE_STATUS_IF_ERROR() in test_util/testharness.h. Move it to sync_point.h instead.
Note that utilities/cassandra/format.h still depends on "test_util/testharness.h". This will be resolved in a separate diff.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6907

Test Plan: Run all existing tests.

Reviewed By: ajkr

Differential Revision: D21829884

fbshipit-source-id: 9253c19ffde2936f3ae68998210f8e54f645a6e6
1 parent 8d87e9c
History
File Mode Size
db_impl.cc -rw-r--r-- 166.0 KB
db_impl.h -rw-r--r-- 90.7 KB
db_impl_compaction_flush.cc -rw-r--r-- 120.0 KB
db_impl_debug.cc -rw-r--r-- 8.9 KB
db_impl_experimental.cc -rw-r--r-- 5.6 KB
db_impl_files.cc -rw-r--r-- 27.7 KB
db_impl_open.cc -rw-r--r-- 62.4 KB
db_impl_readonly.cc -rw-r--r-- 8.0 KB
db_impl_readonly.h -rw-r--r-- 5.3 KB
db_impl_secondary.cc -rw-r--r-- 25.1 KB
db_impl_secondary.h -rw-r--r-- 12.5 KB
db_impl_write.cc -rw-r--r-- 69.2 KB
db_secondary_test.cc -rw-r--r-- 29.7 KB

back to top