mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Remove unnecessary change
This commit is contained in:
parent
513abfe04a
commit
032a590e74
@ -21,9 +21,6 @@
|
||||
#include <math.h>
|
||||
#include "boost/lexical_cast.hpp"
|
||||
|
||||
#include "fdbclient/StorageServerInterface.h"
|
||||
#include "fdbclient/SystemData.h"
|
||||
#include "flow/Arena.h"
|
||||
#include "flow/IRandom.h"
|
||||
#include "flow/Tracing.h"
|
||||
#include "fdbclient/NativeAPI.actor.h"
|
||||
@ -37,6 +34,7 @@
|
||||
#include "fdbserver/QuietDatabase.h"
|
||||
#include "flow/DeterministicRandom.h"
|
||||
#include "fdbclient/ManagementAPI.actor.h"
|
||||
#include "fdbclient/StorageServerInterface.h"
|
||||
#include "flow/actorcompiler.h" // This must be the last #include.
|
||||
#include "flow/network.h"
|
||||
|
||||
|
@ -7,7 +7,6 @@ testTitle = 'Cached'
|
||||
|
||||
[[test]]
|
||||
testTitle = 'Cycle'
|
||||
runConsistencyCheckOnCache = true
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'Cycle'
|
||||
|
Loading…
x
Reference in New Issue
Block a user