-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Expected values to be strictly equal" error while running Continuum #72
Comments
can you run with |
Jan, I am getting the same response. Couchdb: 3.1.0
|
It appears the issue occurs when trying to determine if the given database is still in use. The error traces to the function that determines whether a database is still in use, and I think it is being caused by replication tasks to unrelated databases. A fix is incoming... |
I get the following error while running the tool
Command:
couch-continuum -N mydatabase -q 1 -n 3 -u http://user:password@localhost:5984
Error:
Environment:
couchdb 2.3.0
Ubuntu 16.04
Node v14.5.0
The text was updated successfully, but these errors were encountered: