You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2018/02/11 14:18:44 UTC

[incubator-openwhisk] branch master updated: Cleanup replication doc after testing replay of database. (#3268)

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bd7170  Cleanup replication doc after testing replay of database. (#3268)
9bd7170 is described below

commit 9bd7170c4efb39d34cbb030be3ac7a559dfb0126
Author: Christian Bickel <gi...@cbickel.de>
AuthorDate: Sun Feb 11 15:18:42 2018 +0100

    Cleanup replication doc after testing replay of database. (#3268)
---
 tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala b/tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala
index 727d872..6713e09 100644
--- a/tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala
+++ b/tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala
@@ -477,6 +477,7 @@ class ReplicatorTests
     compareDatabases(backupDbName, dbName, false)
 
     // Cleanup databases
+    removeReplicationDoc(replicationId)
     removeDatabase(backupDbName)
     removeDatabase(dbName)
   }

-- 
To stop receiving notification emails like this one, please contact
markusthoemmes@apache.org.