Closed
Bug 767078
Opened 13 years ago
Closed 13 years ago
AITC load test fails to run on AITC Stage - ImportError: No module named pyramid_macauth
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jbonacci, Unassigned)
Details
(Whiteboard: [qa+])
Attachments
(1 file)
|
130.30 KB,
text/plain
|
Details |
Did a standard install to run the AITC load test against stage.
From client9, did the following:
$ cd $HOME
$ git clone git://github.com/mozilla-services/server-aitc
$ cd server-aitc/loadtest
$ nohup ./dist.sh &
The virtualenv's took a long time to set up across client4 - client9.
But, in the end I got the above ImportErrors and a lot of traceback in the log for nohup.
See attached edited version of nohup.out
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [qa+]
| Reporter | ||
Comment 1•13 years ago
|
||
| Reporter | ||
Comment 2•13 years ago
|
||
Second and third attempts against just client9 give me this error:
/bin/sh: bin/fl-run-bench: No such file or directory
| Reporter | ||
Comment 3•13 years ago
|
||
Some hacking got us back to this:
ImportError: No module named pyramid_macauth
Some additional hacking produced this:
ImportError: No module named whoauth
| Reporter | ||
Comment 4•13 years ago
|
||
Marking this as fixed.
A couple of rounds with :petef and dist.sh got the loadtest code working right.
The rest of the issues are on the server side.
Marking as Resolved/Fixed.
Will Verify once the server issues are resolved and we can retest.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•13 years ago
|
||
OK, we have been running well over the weekend.
Graphs look good.
I think this specific issue has been addressed.
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•