提交 9ee84067 编写于 作者: S Siying Dong 提交者: Islam AbdelRahman

Disable DBTest.RepeatedWritesToSameKey (#1420)

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

Test Plan: Run the test and make sure it is disabled.
上级 f41df304
......@@ -1252,7 +1252,9 @@ TEST_F(DBTest, MinLevelToCompress2) {
MinLevelHelper(this, options);
}
TEST_F(DBTest, RepeatedWritesToSameKey) {
// This test may fail because of a legit case that multiple L0 files
// are trivial moved to L1.
TEST_F(DBTest, DISABLED_RepeatedWritesToSameKey) {
do {
Options options = CurrentOptions();
options.env = env_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册