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
benchmark
crossbuild
jmh
rocksjni
samples
src
CMakeLists.txt -rw-r--r-- 20.8 KB
HISTORY-JAVA.md -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 12.1 KB
RELEASE.md -rw-r--r-- 2.5 KB
jdb_bench.sh -rwxr-xr-x 460 bytes
rocksjni.pom -rw-r--r-- 6.3 KB

back to top