couchbaselabs / sync-gateway-tests

Sync Gateway Functional Tests
3 stars 2 forks source link

comm.js problem #64

Open usernameforgary opened 8 years ago

usernameforgary commented 8 years ago

node perf/run.js with error:

"trace": [ { "column": 10, "file": "/Users/garychen/Desktop/sync-gateway-tests-master/tests/common.js", "function": "", "line": 157, "method": null, "native": false }, { "column": 16, "file": "events.js", "function": "ChildProcess.g", "line": 260, "method": "g", "native": false }, { "column": 13, "file": "events.js", "function": "emitNone", "line": 67, "method": null, "native": false }, { "column": 7, "file": "events.js", "function": "ChildProcess.emit", "line": 166, "method": "emit", "native": false }, { "column": 18, "file": "/Users/garychen/Desktop/sync-gateway-tests-master/lib/launcher.js", "function": "null._onTimeout", "line": 35, "method": "_onTimeout", "native": false }, { "column": 15, "file": "timers.js", "function": "Timer.listOnTimeout", "line": 92, "method": "listOnTimeout", "native": false } ]

Should the code be below in lines 156,157 and 160,161 of "tests/common.js"? if(t) t.false(err, "no error, Sync Gateway running on our port");