]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix BlockBasedTableTest.NoopTransformSeek failure
authorIslam AbdelRahman <tec@fb.com>
Thu, 7 Jan 2016 17:48:29 +0000 (09:48 -0800)
committerIslam AbdelRahman <tec@fb.com>
Wed, 27 Jan 2016 02:51:31 +0000 (18:51 -0800)
commit8a294d6673687dda848d0d34f55100d4ad2fba79
tree7519a9061b3c4ff154960e58f15f87968ffb5dda
parentdde3cdccde4039ed32e7eb8eefddc4fdd936e944
Fix BlockBasedTableTest.NoopTransformSeek failure

Summary:
table_test is failing because we are creating a temp InternalComparator

14:27:28 [ RUN      ] BlockBasedTableTest.NoopTransformSeek
14:27:28 pure virtual method called
14:27:28 terminate called without an active exception
14:27:28 /bin/sh: line 7: 2346261 Aborted                 (core dumped) ./$t

Test Plan: make table_test -j64 && ./table_test --gtest_filter="BlockBasedTableTest.NoopTransformSeek"

Reviewers: igor, sdong, anthony, rven

Reviewed By: rven

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D52671
table/table_test.cc