]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Disable DBTest.RepeatedWritesToSameKey (#1420)
authorSiying Dong <siying.d@fb.com>
Tue, 25 Oct 2016 17:23:50 +0000 (10:23 -0700)
committerIslam AbdelRahman <tec@fb.com>
Tue, 25 Oct 2016 17:23:50 +0000 (10:23 -0700)
commit9ee84067f6df733fc8d689bc2d6060f14579d9df
tree89e217b8fc3e1085b84d9a6f298f4fbf542b641e
parentf41df3045c4800ebd93784b83dd6e418f93c8c57
Disable DBTest.RepeatedWritesToSameKey (#1420)

Summary:
The verification condition of the test DBTest.RepeatedWritesToSameKey doesn't hold anymore after 3ce3bb3da2486c2c18a332128dda7c05a91abb85.
Disable the test for now before we find a way to replace it.

Test Plan: Run the test and make sure it is disabled.
db/db_test.cc