"make all check" fails
Summary: If I run "make all check" it fails to build the leveldb-thrift-server tests. This is because the vanilla build is not supposed to build thrift and/or hdfs extensions. Remove the server test from auto-running. The thrift/hdfs build instructions are more elaborate and I would like to avoid it for embedded database builds. Test Plan: build and run Reviewers: heyongqiang Reviewed By: heyongqiang Differential Revision: https://reviews.facebook.net/D4641
This commit is contained in:
parent
c3096afd61
commit
fe6119bd3a
3
Makefile
3
Makefile
@ -52,8 +52,7 @@ TESTS = \
|
|||||||
table_test \
|
table_test \
|
||||||
version_edit_test \
|
version_edit_test \
|
||||||
version_set_test \
|
version_set_test \
|
||||||
write_batch_test \
|
write_batch_test
|
||||||
leveldb_server_test
|
|
||||||
|
|
||||||
PROGRAMS = db_bench $(TESTS)
|
PROGRAMS = db_bench $(TESTS)
|
||||||
BENCHMARKS = db_bench_sqlite3 db_bench_tree_db
|
BENCHMARKS = db_bench_sqlite3 db_bench_tree_db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user