Failing tests on xenial
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
Fix Released
|
Undecided
|
Adam Collard |
Bug Description
=======
FAIL: test_CONTAINSSTRING (tests.
-------
Traceback (most recent call last):
File "/home/
result = test_method()
File "/home/
["John Doe"])
AssertionError: Lists differ: [] != ['John Doe']
Second list contains 1 additional elements.
First extra element 0:
John Doe
- []
+ ['John Doe']
=======
FAIL: test_selectFirst (tests.
-------
Traceback (most recent call last):
File "/home/
result = test_method()
File "/home/
self.
AssertionError: None == None
-------
Ran 2673 tests in 27.872s
Related branches
- Adam Collard (community): Abstain
- Benji York (community): Approve
-
Diff: 38 lines (+12/-12)1 file modifiedtests/sqlobject.py (+12/-12)
- Adam Collard (community): Abstain
- Benji York (community): Approve
-
Diff: 1048 lines (+12/-958)11 files modifiedNEWS (+11/-0)
README (+1/-1)
dev/ubuntu-deps (+0/-1)
setup.py (+0/-1)
storm/django/__init__.py (+0/-20)
storm/django/backend/base.py (+0/-136)
storm/django/middleware.py (+0/-86)
storm/django/stores.py (+0/-61)
tests/django/backend.py (+0/-323)
tests/django/middleware.py (+0/-220)
tests/django/stores.py (+0/-109)
Changed in storm: | |
status: | New → Confirmed |
assignee: | nobody → Adam Collard (adam-collard) |
status: | Confirmed → In Progress |
Changed in storm: | |
status: | In Progress → Fix Committed |
tags: | added: no-sync |
tags: | added: xenial |
Changed in storm: | |
milestone: | none → 0.21 |
status: | Fix Committed → Fix Released |