1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Kaveh Vahedipour 2017-04-25 11:54:05 +02:00
commit 681e3e56e2
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,7 @@ var mmfilesEngine = false;
if (db._engine().name === "mmfiles") { if (db._engine().name === "mmfiles") {
mmfilesEngine = true; mmfilesEngine = true;
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @brief test suite /// @brief test suite
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
@ -114,7 +115,6 @@ function ReplicationSuite() {
db._drop(cn); db._drop(cn);
connectToSlave(); connectToSlave();
replication.applier.stop();
db._drop(cn); db._drop(cn);
}, },