Remove unnecessary change

This commit is contained in:
Chaoguang Lin 2021-03-11 00:42:59 -08:00
parent 513abfe04a
commit 032a590e74
2 changed files with 1 additions and 4 deletions

View File

@ -21,9 +21,6 @@
#include <math.h> #include <math.h>
#include "boost/lexical_cast.hpp" #include "boost/lexical_cast.hpp"
#include "fdbclient/StorageServerInterface.h"
#include "fdbclient/SystemData.h"
#include "flow/Arena.h"
#include "flow/IRandom.h" #include "flow/IRandom.h"
#include "flow/Tracing.h" #include "flow/Tracing.h"
#include "fdbclient/NativeAPI.actor.h" #include "fdbclient/NativeAPI.actor.h"
@ -37,6 +34,7 @@
#include "fdbserver/QuietDatabase.h" #include "fdbserver/QuietDatabase.h"
#include "flow/DeterministicRandom.h" #include "flow/DeterministicRandom.h"
#include "fdbclient/ManagementAPI.actor.h" #include "fdbclient/ManagementAPI.actor.h"
#include "fdbclient/StorageServerInterface.h"
#include "flow/actorcompiler.h" // This must be the last #include. #include "flow/actorcompiler.h" // This must be the last #include.
#include "flow/network.h" #include "flow/network.h"

View File

@ -7,7 +7,6 @@ testTitle = 'Cached'
[[test]] [[test]]
testTitle = 'Cycle' testTitle = 'Cycle'
runConsistencyCheckOnCache = true
[[test.workload]] [[test.workload]]
testName = 'Cycle' testName = 'Cycle'