]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix valgrind (DBIteratorTest.ReadAhead)
authorIslam AbdelRahman <tec@fb.com>
Thu, 5 May 2016 18:24:08 +0000 (11:24 -0700)
committerYi Wu <yiwu@fb.com>
Mon, 9 May 2016 20:42:56 +0000 (13:42 -0700)
commit6504c31cb610fa7837a6368f86109028aaa94e64
tree51d9934dcdff6195cc0ec251297274426af1c3a4
parent53a86bf61e3598fc91bb5d8d3d5b9ee06ccab102
Fix valgrind (DBIteratorTest.ReadAhead)

Summary: This test is failing under valgrind because we dont delete the Env that we allocated

Test Plan: run the test under valgrind

Reviewers: andrewkr, yhchiang, yiwu, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D57693
db/db_iterator_test.cc