]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Extract statistics tests into separate file
authorAndrew Kryczka <andrewkr@fb.com>
Wed, 26 Apr 2017 21:18:58 +0000 (14:18 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 26 Apr 2017 21:47:23 +0000 (14:47 -0700)
commitf6a27d0bce465cabff8c355932004db04077296b
tree1d5593e9cb3254dc88a40b63315cfd0a745bd875
parent7eddecce125af3e4ff1fd55d66e5760cb12b6bb7
Extract statistics tests into separate file

Summary:
I'm going to add more DB tests for statistics as currently we have very few. I started a file dedicated to this purpose and moved the existing stats-specific tests there.
Closes https://github.com/facebook/rocksdb/pull/2211

Differential Revision: D4951558

Pulled By: ajkr

fbshipit-source-id: 05d11c35079c40ecabdfd2cf5556ccb761f694a4
CMakeLists.txt
Makefile
TARGETS
db/db_statistics_test.cc [new file with mode: 0644]
db/db_test.cc
src.mk