pandastrike / orca

Distributed load testing framework
21 stars 3 forks source link

orca-node Could not install test/load/log-with-query #22

Closed lancelakey closed 11 years ago

lancelakey commented 11 years ago

I ran several Orca tests using the test: simple-log-event I changed the lead and nodes to start using the test: log-with-query But now I am getting this error on the nodes: "Could not install test/load/log-with-query" and the nodes are opting out of the test.

2013-07-18_04:32:38.36351 Preparing F52tkIcAsyfu8vhlOyG3mw== for test log-with-query
2013-07-18_04:32:38.36389 Installing log-with-query ...
2013-07-18_04:32:38.36402 npm install test/load/log-with-query
2013-07-18_04:32:39.26420 Opting out due to error installing or loading NPM
2013-07-18_04:32:39.26423 Error: npm WARN package.json node-system@0.0.4 No repository field.
2013-07-18_04:32:39.26424 npm WARN package.json testify@0.1.3 No repository field.
2013-07-18_04:32:39.26427 npm WARN package.json pirate@0.3.1 No repository field.
2013-07-18_04:32:39.26428 npm WARN package.json simple-log-event@0.0.1 No repository field.
2013-07-18_04:32:39.26429 npm ERR! addLocal Could not install test/load/log-with-query
2013-07-18_04:32:39.26432 npm ERR! Error: ENOENT, stat 'test/load/log-with-query'
2013-07-18_04:32:39.26433 npm ERR! If you need help, you may report this log at:
2013-07-18_04:32:39.26434 npm ERR!     <http://github.com/isaacs/npm/issues>
2013-07-18_04:32:39.26435 npm ERR! or email it to:
2013-07-18_04:32:39.26436 npm ERR!     <npm-@googlegroups.com>
2013-07-18_04:32:39.26437 
2013-07-18_04:32:39.26438 npm ERR! System Linux 2.6.32-358.2.1.el6.centos.plus.x86_64
2013-07-18_04:32:39.26439 npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "test/load/log-with-query"
2013-07-18_04:32:39.26440 npm ERR! cwd /usr/local/orca
2013-07-18_04:32:39.26440 npm ERR! node -v v0.8.25
2013-07-18_04:32:39.26441 npm ERR! npm -v 1.2.30
2013-07-18_04:32:39.26442 npm ERR! path test/load/log-with-query
2013-07-18_04:32:39.26443 npm ERR! code ENOENT
2013-07-18_04:32:39.26444 npm ERR! errno 34
2013-07-18_04:32:39.26444 npm ERR! 
2013-07-18_04:32:39.26445 npm ERR! Additional logging details can be found in:
2013-07-18_04:32:39.26446 npm ERR!     /usr/local/orca/npm-debug.log
2013-07-18_04:32:39.26447 npm ERR! not ok code 0
lancelakey commented 11 years ago

I forgot to change the test file's package reference:

User error. Closing.