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

smoke.py expand wildcards on Windows

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.5.2
    • Component/s: Testing Infrastructure
    • Environment:
      Windows Enterprise build on Windows Server 2008 R2
      Git hash:
      mongo - 1ea7e56cb2b8653d4b0453f04728033df34be9e1
      enterprise - d919ef07f817832732d2a0a2ec68251bc161193a
    • Server Tooling & Methods
    • ALL
    • Hide
      1. Install MongoDB enterprise edition
      2. git clone mongodb
      3. Install python, pymongo, pywin32
      4. python buildscripts\smoke.py --mongod="c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongod.exe" --mongo="c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongo.exe" --smoke-db-prefix=d:\smoke --use-ssl --mode=files jstests\queryTmp
      Show
      Install MongoDB enterprise edition git clone mongodb Install python, pymongo, pywin32 python buildscripts\smoke.py --mongod="c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongod.exe" --mongo="c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongo.exe" --smoke-db-prefix=d:\smoke --use-ssl --mode=files jstests\queryTmp

      smoke.py fails with Error 5 Access Denied (this is being run from a Administrator Window)

      *******************************************
      Test : queryTmp ...
      Command : c:\Users\qa377\git\mongo\jstests\queryTmp --port 27999
      Date : Tue Oct 15 23:33:16 2013
      0 tests succeeded
      1 tests didn't get run
      Traceback (most recent call last):
      File "buildscripts\smoke.py", line 1116, in <module>
      main()
      File "buildscripts\smoke.py", line 1101, in main
      run_tests(tests)
      File "buildscripts\smoke.py", line 644, in run_tests
      runTest(test, test_result)
      File "buildscripts\smoke.py", line 533, in runTest
      proc = Popen(buildlogger(argv), cwd=test_path, stdout=PIPE)
      File "c:\python27\lib\subprocess.py", line 711, in _init_
      errread, errwrite)
      File "c:\python27\lib\subprocess.py", line 948, in _execute_child
      startupinfo)
      WindowsError: [Error 5] Access is denied

            Assignee:
            backlog-server-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            sridhar Sridhar Nanjundeswaran
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: