Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-15500

[Windows] Difference in output for cli command for windows OS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 5.0.0
    • 4.0.0
    • tools
    • Security Level: Public
    • 3321
    • Untriaged
    • Windows 64-bit
    • Unknown

    Description

      a) Install CB Server on 2 nodes.
      b) Try and add the nodes to a cluster by using command line.

      On Windows:
      2015-06-30 16:20:14 | INFO | MainProcess | test_thread | [remote_util.execute_command_raw] running command.raw on 172.23.107.124: /cygdrive/c/Program\ Files/Couchbase/Server/bin/couchbase-cli.exe server-add --cluster=localhost -u Administrator -p password --server-add=172.23.107.125:8091 --server-add-username=Administrator --server-add-password=password

      – The command returns a list of 2 elements. -
      ['SUCCESS: server-add 172.23.107.125:8091', '']

      Execute the same command on centos, with centOS boxes:
      2015-06-30 16:37:59 | INFO | MainProcess | test_thread | [remote_util.execute_command_raw] running command.raw on 172.23.105.131: /opt/couchbase/bin/couchbase-cli server-add --cluster=localhost -u Administrator -p password --server-add=172.23.105.132:8091 --server-add-username=Administrator --server-add-password=password

      – The command returns a list of 1 element -
      ['SUCCESS: server-add 172.23.105.132:8091']

      Expected Result:
      Return value of the command should be same on Windows and CentOS.

      Attachments

        Activity

          People

            mikew Mike Wiederhold [X] (Inactive)
            ritam.sharma Ritam Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              PagerDuty