Closed
Bug 801741
Opened 13 years ago
Closed 12 years ago
add an option to mock Bango
Categories
(Marketing :: General, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 893052
People
(Reporter: tarek, Assigned: tarek)
References
Details
mocking bongo will let us load test the chain on our side
| Assignee | ||
Comment 1•13 years ago
|
||
I guess I can take a shot at this.
What I plan to do is to create a small web server that publishes the same SOAP apis than Bongo's and have some data stored in memory.
That server will be packaged in a standalone project and provide helpers to run it in the test fixtures - whether it's for the load testing or for functional tests
Having a separate TCP server means we'll test our Bango client connections in a realistic way.
Assignee: nobody → tarek
Comment 2•12 years ago
|
||
Tarek, is this still on you plate?
| Assignee | ||
Comment 3•12 years ago
|
||
yes but I can't start until we have a first working bongo implementation - which I think is not ready yet - Andy ?
Comment 4•12 years ago
|
||
https://solitude.readthedocs.org/en/latest/topics/setup.html#bango-settings
https://github.com/mozilla/solitude/blob/master/lib/bango/client.py#L122
We are developing Bango with a mock in Solitude builtin, I don't think there's much you need to do here, unless you want to :)
Comment 5•12 years ago
|
||
the bango test API is working now on the dev server.
Updated•12 years ago
|
Summary: add an option to mock Bongo → add an option to mock Bango
Comment 6•12 years ago
|
||
we have a faked out Bango on dev (bug 893052) but I think we'll also be able to run a full mock provider when we do bug 905736 which will test the system at deeper levels
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•