Closed
Bug 897464
Opened 13 years ago
Closed 13 years ago
/js/frame/restart/states/setuptest_skip.js fails with "Only setupModule ran prior to teardownTest so state is 1 - '3' should equal '1'"
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: AndreeaMatei, Assigned: whimboo)
Details
(Whiteboard: [mozmill-2.0][ateamtrack: p=mozmill q=2013q3 m=1])
Attachments
(1 file)
|
1.72 KB,
patch
|
davehunt
:
review+
andrei
:
feedback+
|
Details | Diff | Splinter Review |
I see this on OS X and Linux, here you can find a console log:
http://pastebin.mozilla.org/2700181
I ran it with Nightly.
| Assignee | ||
Comment 1•13 years ago
|
||
It's because there are two tests and we run teardownTest twice. So the second time the value will be 3 and the check will fail.
Anyone who wants to fix that?
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [mozmill-2.0]
| Assignee | ||
Comment 2•13 years ago
|
||
Ideally all those tests should have been a python tests. Andreea, can you please file a mentored bug so we can get those transferred?
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Summary: Mutt test setuptest_skip.js fails with "Only setupModule ran prior to teardownTest so state is 1 - '3' should equal '1'" → /js/frame/restart/states/setuptest_skip.js fails with "Only setupModule ran prior to teardownTest so state is 1 - '3' should equal '1'"
| Assignee | ||
Comment 3•13 years ago
|
||
Does this patch fix it for you? I don't see the failure anymore.
Attachment #781052 -
Flags: feedback?(andreea.matei)
Comment 4•13 years ago
|
||
Comment on attachment 781052 [details] [diff] [review]
Patch v1
Review of attachment 781052 [details] [diff] [review]:
-----------------------------------------------------------------
This fixes the problem for me.
The tests are passing now.
Attachment #781052 -
Flags: feedback+
| Assignee | ||
Updated•13 years ago
|
Attachment #781052 -
Flags: review?(dave.hunt)
Updated•13 years ago
|
Attachment #781052 -
Flags: review?(dave.hunt) → review+
| Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 781052 [details] [diff] [review]
Patch v1
Review of attachment 781052 [details] [diff] [review]:
-----------------------------------------------------------------
As mentioned by Andreea on IRC the test is passing for her now.
Attachment #781052 -
Flags: feedback?(andreea.matei)
| Assignee | ||
Comment 6•13 years ago
|
||
Landed as:
https://github.com/mozilla/mozmill/commit/c8291bdbd8be847551de251bce2a0f548058d0cc
Andreea, please file a new bug to get this test moved to a pyhton test. Thanks.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: needinfo?(andreea.matei)
Resolution: --- → FIXED
Whiteboard: [mozmill-2.0][ateamtrack: p=mozmill q=2013q3 m=1]
| Reporter | ||
Comment 7•13 years ago
|
||
Filed bug 898374 for it, just have to check what's covered there.
Flags: needinfo?(andreea.matei)
Updated•10 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•