Closed
Bug 794434
Opened 12 years ago
Closed 12 years ago
bad test invariant
Categories
(Marketplace Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tarek, Assigned: tarek)
References
Details
======================================================================
FAIL: test_screenshot (zamboni.mkt.submit.tests.test_views.TestDetails)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/marketplace/zamboni/../zamboni/mkt/submit/tests/test_views.py", line 600, in test_screenshot
eq_(ad.previews.all().count(), 1)
AssertionError: 2 != 1
Turns out there's already a preview - possibly from another run
Assignee | ||
Comment 1•12 years ago
|
||
there are more stop like this
Assignee | ||
Comment 2•12 years ago
|
||
spots :)
Assignee | ||
Comment 3•12 years ago
|
||
pull req at https://github.com/mozilla/zamboni/pull/429
Assignee | ||
Comment 4•12 years ago
|
||
turns out Adny cannot reproduce this and it seems to be a tearDown issue - will investigate later
Comment 5•12 years ago
|
||
Did this go anywhere? If not, should we close pull request and/or this bug?
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•