From fe6119bd3a8b5bde761ec1ce2ca17046c787767d Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Tue, 14 Aug 2012 14:52:48 -0700 Subject: [PATCH] "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 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 087634024..e56e4201a 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,7 @@ TESTS = \ table_test \ version_edit_test \ version_set_test \ - write_batch_test \ - leveldb_server_test + write_batch_test PROGRAMS = db_bench $(TESTS) BENCHMARKS = db_bench_sqlite3 db_bench_tree_db