Skip to content

"Expected values to be strictly equal" error while running Continuum #72

@nvsajeeva

Description

@nvsajeeva

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:

Unexpected error. Please report this so we can fix it!
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:

false !== true

    at CouchContinuum._isInUse (/usr/lib/node_modules/couch-continuum/index.js:314:18)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at async CouchContinuum.createReplica (/usr/lib/node_modules/couch-continuum/index.js:337:5)
    at async Object.handler (/usr/lib/node_modules/couch-continuum/bin.js:128:7) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: 'strictEqual'
}

Environment:
couchdb 2.3.0
Ubuntu 16.04
Node v14.5.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions