Closed
Bug 1036294
Opened 11 years ago
Closed 10 years ago
Refactor restart tests from multiple files into a single file
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P2)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andrei, Assigned: daniela.domnici)
References
Details
(Whiteboard: [sprint])
Attachments
(4 files)
7.52 KB,
patch
|
Details | Diff | Splinter Review | |
8.76 KB,
patch
|
Details | Diff | Splinter Review | |
11.04 KB,
patch
|
Details | Diff | Splinter Review | |
7.92 KB,
patch
|
Details | Diff | Splinter Review |
We're having multiple problems with restart tests.
One particular problem is bug 972912 where mozmill apparently doesn't run (or doesn't report) running a test at all. The problem with a suite of restart tests is that if a test in the middle of a run is missing, subsequent tests will fail.
We should move all restart tests which are now split across different files into a single file.
Updated•11 years ago
|
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → daniela.domnici
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
I`ve created installTheme patch.
Attachment #8533150 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533150 -
Flags: review?(andreea.matei)
Assignee | ||
Comment 2•10 years ago
|
||
I`ve created uninstallTheme patch.
Attachment #8533164 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533164 -
Flags: review?(andreea.matei)
Assignee | ||
Comment 3•10 years ago
|
||
I`ve created changeTheme patch.
Attachment #8533168 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533168 -
Flags: review?(andreea.matei)
Assignee | ||
Comment 4•10 years ago
|
||
I`ve created installMultipleExtensions patch.
Attachment #8533587 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533587 -
Flags: review?(andreea.matei)
Comment 5•10 years ago
|
||
Daniela, this is more a tracking bug. Please file separate bugs for any restart test you are working on, and make those blocking this bug. Otherwise this bug will become a mess in terms of reviews and such. Thanks.
Updated•10 years ago
|
Whiteboard: [sprint]
Comment 6•10 years ago
|
||
Comment on attachment 8533587 [details] [diff] [review]
installMultpleExtensions_V1
This will be reviewed in bug 1108994, so I'm clearing the review flags here
Attachment #8533587 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533587 -
Flags: review?(andreea.matei)
Comment 7•10 years ago
|
||
Comment on attachment 8533168 [details] [diff] [review]
changeTheme_V1
Review of attachment 8533168 [details] [diff] [review]:
-----------------------------------------------------------------
This is tracked in bug 1108990, so I'm removing the review requests from here
Attachment #8533168 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533168 -
Flags: review?(andreea.matei)
Comment 8•10 years ago
|
||
Comment on attachment 8533150 [details] [diff] [review]
installTheme_V1
Review of attachment 8533150 [details] [diff] [review]:
-----------------------------------------------------------------
Removing the review request flag since this is handled in bug 1108992
Attachment #8533150 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533150 -
Flags: review?(andreea.matei)
Comment 9•10 years ago
|
||
Comment on attachment 8533164 [details] [diff] [review]
uninstallTheme_V1
Review of attachment 8533164 [details] [diff] [review]:
-----------------------------------------------------------------
Same here.
Daniela, given that in all bugs you will touch the manifest, the patches won't apply anymore, when one lands. So I propose that you do them in an order and include the manifest change from the previous ones. We will review them in the order in which you attach them.
Attachment #8533164 -
Flags: review?(mihaela.velimiroviciu)
Attachment #8533164 -
Flags: review?(andreea.matei)
Comment 10•10 years ago
|
||
I think we can close this one now, all tests have been refactored. I will update bug 904610 to see what's left there as affected, since it reproduced more often before, maybe we need backport for that bug.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 11•10 years ago
|
||
We still have restart tests in:
http://hg.mozilla.org/qa/mozmill-tests/file/default/firefox/tests/functional/restartTests
http://hg.mozilla.org/qa/mozmill-tests/file/default/firefox/tests/remote/restartTests
I wonder if we should convert them or not. Maybe not, so you can spend time on more important bugs and then Marionette soon.
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•