Closed
Bug 781396
Opened 14 years ago
Closed 14 years ago
Don't silence ImportErrors from the memcache backend
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rfkelly, Assigned: rfkelly)
Details
(Whiteboard: [qa+])
Attachments
(1 file)
|
934 bytes,
patch
|
rmiller
:
review+
|
Details | Diff | Splinter Review |
The test_memcachedsql.py tests silence any ImportErrors from the memcache backend and related code. This has caused us to miss several bugs, including another one I just found. This patch fixes the logic to skip tests if pylibmc cannot be imported, while still reporting ImportErrors related to our own code.
Attachment #650389 -
Flags: review?(rmiller)
Updated•14 years ago
|
Attachment #650389 -
Flags: review?(rmiller) → review+
Updated•14 years ago
|
Whiteboard: [qa+]
| Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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
•