From 5fcd1ba30a2432a0d1241f4f8d52a97b362ec31f Mon Sep 17 00:00:00 2001 From: Nathan Bronson Date: Tue, 2 Feb 2016 18:19:07 -0800 Subject: [PATCH] disable kConcurrentSkipList multithreaded test Summary: Disable test that is intermittently failing Test Plan: unit tests Reviewers: igor, andrewkr, sdong Reviewed By: sdong Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D53715 --- db/db_test_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db_test_util.h b/db/db_test_util.h index b993af8cb..48fa5430e 100644 --- a/db/db_test_util.h +++ b/db/db_test_util.h @@ -525,8 +525,8 @@ class DBTestBase : public testing::Test { kOptimizeFiltersForHits = 27, kRowCache = 28, kRecycleLogFiles = 29, + kEnd = 30, kConcurrentSkipList = 30, - kEnd = 31, kLevelSubcompactions = 31, kUniversalSubcompactions = 32, };