Disable DBTest.RepeatedWritesToSameKey (#1420)
Summary:
The verification condition of the test DBTest.RepeatedWritesToSameKey doesn't hold anymore after 3ce3bb3da2
.
Disable the test for now before we find a way to replace it.
Test Plan: Run the test and make sure it is disabled.
This commit is contained in:
parent
f41df3045c
commit
9ee84067f6
@ -1252,7 +1252,9 @@ TEST_F(DBTest, MinLevelToCompress2) {
|
|||||||
MinLevelHelper(this, options);
|
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 {
|
do {
|
||||||
Options options = CurrentOptions();
|
Options options = CurrentOptions();
|
||||||
options.env = env_;
|
options.env = env_;
|
||||||
|
Loading…
Reference in New Issue
Block a user