Closed
Bug 1068255
Opened 10 years ago
Closed 10 years ago
[Rooms] Add appropriate API endpoints to Loop-Server load test
Categories
(Hello (Loop) :: Server, defect, P1)
Hello (Loop)
Server
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbonacci, Assigned: rhubscher)
References
Details
(Whiteboard: [qa+])
I would like this to be worked on in parallel with the API work being done for Rooms (see the separate tickets for that)
Comment 1•10 years ago
|
||
This was done for rooms and had been merged on master. Have a look at https://github.com/mozilla-services/loop-server/blob/master/loadtests/loadtest/rooms.py
Assignee: nobody → rhubscher
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•10 years ago
|
||
OK. So then we should be able to hit these while load testing 0.12.4.
:rpapa to verify...
Flags: needinfo?(rpappalardo)
Comment 3•10 years ago
|
||
:jbonacci - since we've close 0.12.4 and you'll be load testing 0.12.5, do you want to take this one?
Flags: needinfo?(rpappalardo) → needinfo?(jbonacci)
Reporter | ||
Comment 5•10 years ago
|
||
Verified loadtests/loadtest/rooms.py
along with
loadtests/loadtest/__init__.pyc
loadtests/loadtest/calls.pyc
loadtests/loadtest/websocket.pyc
But, it also looks like the new rooms functionality is directly or indirectly causing AssertionFailure with the loadtest.
See bug 1083903
Assignee | ||
Comment 6•10 years ago
|
||
Which version of loop are you testing again room loadtests?
We don't have any tagged version with the room loadtest.
If you want to validate 0.12.5 with the loadtest you should use the 0.12.5 tag version of the loadtest.
git checkout -b 0.12.5 0.12.5
Reporter | ||
Comment 7•10 years ago
|
||
yea, did that
same error
Will try again
See bug 1083903
I did 'get checkout remotes/origin/0.12.x'
which got me 0.12.5
but I will try again with your command above...
We will save the testing of this for a later release...
No longer depends on: 1083903
Assignee | ||
Comment 8•10 years ago
|
||
Ok then you shouldn't have the rooms loadtests then: https://github.com/mozilla-services/loop-server/tree/0.12.x/loadtests
You need to log in
before you can comment on or make changes to this bug.
Description
•