]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix ldb_test.py to hide garbage from std output
authorMayank Agarwal <amayank@fb.com>
Mon, 11 Mar 2013 21:31:06 +0000 (14:31 -0700)
committerMayank Agarwal <amayank@fb.com>
Wed, 13 Mar 2013 04:07:07 +0000 (21:07 -0700)
commit4e581c6ab436f9c151b9436742532da88798f9b8
tree546a56bdd3faf6283caf8d691610914f42d2c370
parent5b278b53ae89ce6506487b79cb07060e770da0b1
Fix ldb_test.py to hide garbage from std output

Summary: ldb_test.py did a lot of assertFalse checks and displayed all the failed messages on the std output making it confusing to tell a successful from a failed run. Also many empty lines used to be needlessly printed. Also added some progression-"feel-good" lines in the tests

Test Plan: python ldb_test.py

Reviewers: dhruba, sheki, dilipj, chip

Reviewed By: dilipj

CC: leveldb
Differential Revision: https://reviews.facebook.net/D9297
tools/ldb_test.py