Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-20478

resmoke.py can't pass auth/*.js

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.0.4
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • ALL
    • Hide
      python2.7 ./buildscripts/resmoke.py --auth=AUTH \
       --set "executor.fixtures.mongodb_server.mongod_options.setParameter" "enableTestCommands=1" \
       --set "executor.fixtures.mongodb_server.mongod_options.dbpath" "`echo $HOME`/smokedata/db/mypath" \
       ./jstests/auth/auth1.js
      

      Log:

      Authenticating as internal __system user with mechanism SCRAM-SHA-1 on connection: connection to 127.0.0.1:31000
      m31000| 2015-09-17T20:34:12.830+0800 I ACCESS   [conn1] SCRAM-SHA-1 authentication failed for __system on local from client 127.0.0.1 ; AuthenticationFai    led It is not possible to authenticate as the __system user on servers started without a --keyFile parameter
      Error: 18 Authentication failed.
      
      
      Show
      python2.7 ./buildscripts/resmoke.py --auth=AUTH \ --set "executor.fixtures.mongodb_server.mongod_options.setParameter" "enableTestCommands=1" \ --set "executor.fixtures.mongodb_server.mongod_options.dbpath" "`echo $HOME`/smokedata/db/mypath" \ ./jstests/auth/auth1.js Log: Authenticating as internal __system user with mechanism SCRAM-SHA-1 on connection: connection to 127.0.0.1:31000 m31000| 2015-09-17T20:34:12.830+0800 I ACCESS [conn1] SCRAM-SHA-1 authentication failed for __system on local from client 127.0.0.1 ; AuthenticationFai led It is not possible to authenticate as the __system user on servers started without a --keyFile parameter Error: 18 Authentication failed.
    • Quint 9 09/18/15

      Run resmoke.py can't pass auth/*.js js case.

      maybe missing --keyFile parameter.

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            ych.tiger@gmail.com YANG Chenghu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: