[SERVER-11206] smoke.py does not run ssl tests on windows enterprise build Created: 15/Oct/13  Updated: 10/Dec/14  Resolved: 16/Oct/13

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: 2.5.3
Fix Version/s: None

Type: Bug Priority: Critical - P2
Reporter: Sridhar Nanjundeswaran Assignee: Unassigned
Resolution: Done Votes: 0
Labels: 26qa
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Windows Enterprise build
Git hash:
mongo - 1ea7e56cb2b8653d4b0453f04728033df34be9e1
enterprise - d919ef07f817832732d2a0a2ec68251bc161193a


Operating System: ALL
Steps To Reproduce:
  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 ssl
Participants:

 Description   

Running smoke.py fails

0 tests succeeded
8 tests didn't get run
The following tests failed (with exit code):
c:\Users\qa377\git\mongo\jstests\ssl\initial_sync1_x509.js -3

Earlier in the log
m31002| 2013-10-15T23:24:43.415+0000 [rsStart] replSet info qa377s:31001 : { ok
: 0.0, errmsg: "not authorized on admin to execute command

{ replSetHeartbeat: " jstests_initsync1", v: -2, pv: 1, checkEmpty: false, from: "" }

", code: 13 }
m31002| 2013-10-15T23:24:43.415+0000 [rsStart] replSet can't get local.system.r
eplset config from self or any seed (yet)
{



 Comments   
Comment by Sridhar Nanjundeswaran [ 16/Oct/13 ]

smoke.py for ssl needs x509 to be specified. The following works

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 --use-x509 ssl

Comment by Andy Schwerin [ 16/Oct/13 ]

The builder also adds --use-x509 to its invocation of smoke.py. That may be mandatory.

Generated at Thu Feb 08 03:25:11 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.