From 2a9c97108e44f9075a0f8bc7355ca2ad6ad89533 Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Wed, 24 Aug 2016 15:32:01 -0700 Subject: [PATCH] [Flaky Test] Disable DBPropertiesTest.GetProperty Summary: Disable flaky test Test Plan: run it Reviewers: yiwu, andrewkr, kradhakrishnan, yhchiang, lightmark, sdong Reviewed By: sdong Subscribers: andrewkr, dhruba Differential Revision: https://reviews.facebook.net/D62487 --- db/db_properties_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/db_properties_test.cc b/db/db_properties_test.cc index d1e0478d4..dfff9fc43 100644 --- a/db/db_properties_test.cc +++ b/db/db_properties_test.cc @@ -594,7 +594,8 @@ TEST_F(DBPropertiesTest, NumImmutableMemTable) { } while (ChangeCompactOptions()); } -TEST_F(DBPropertiesTest, GetProperty) { +// TODO(techdept) : Disabled flaky test #12863555 +TEST_F(DBPropertiesTest, DISABLED_GetProperty) { // Set sizes to both background thread pool to be 1 and block them. env_->SetBackgroundThreads(1, Env::HIGH); env_->SetBackgroundThreads(1, Env::LOW);