mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
681e3e56e2
|
@ -43,6 +43,7 @@ var mmfilesEngine = false;
|
|||
if (db._engine().name === "mmfiles") {
|
||||
mmfilesEngine = true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief test suite
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -114,7 +115,6 @@ function ReplicationSuite() {
|
|||
db._drop(cn);
|
||||
|
||||
connectToSlave();
|
||||
replication.applier.stop();
|
||||
db._drop(cn);
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue