cbickel commented on a change in pull request #2697: Increase CouchDB to
version 2.0
URL:
https://github.com/apache/incubator-openwhisk/pull/2697#discussion_r137794767
##########
File path: tests/src/test/scala/whisk/core/database/test/ReplicatorTests.scala
##########
@@ -52,6 +52,7 @@ class ReplicatorTests
val replicatorClient =
new ExtendedCouchDbRestClient(dbProtocol, dbHost, dbPort.toInt,
dbUsername, dbPassword, "_replicator")
+ replicatorClient.createDb()
Review comment:
In this version of CouchDB, the `_replication`-DB does not exist. So the
initial cleanup fails with 404.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services