Closed
Bug 974376
Opened 11 years ago
Closed 11 years ago
Marionnette JS tests are reported twice on Travis and locally.
Categories
(Firefox OS Graveyard :: Gaia, defect)
Firefox OS Graveyard
Gaia
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rik, Assigned: yurenju)
References
Details
Attachments
(5 files)
I've first noticed this in bug 939186 comment 9. I've bisected on Travis results and I believe 0c44f595055203484d1e8a293d9724ab609f213f introduced this (bug 968675).
Tim created a pull request with this patch reverted to check that assumption: https://github.com/mozilla-b2g/gaia/pull/16449. For whatever reason, Travis won't start running this :( https://travis-ci.org/mozilla-b2g/gaia/builds/19182840
Comment 1•11 years ago
|
||
(In reply to Anthony Ricaud (:rik) from comment #0)
> I've first noticed this in bug 939186 comment 9. I've bisected on Travis
> results and I believe 0c44f595055203484d1e8a293d9724ab609f213f introduced
> this (bug 968675).
>
> Tim created a pull request with this patch reverted to check that
> assumption: https://github.com/mozilla-b2g/gaia/pull/16449. For whatever
> reason, Travis won't start running this :(
> https://travis-ci.org/mozilla-b2g/gaia/builds/19182840
It looks like all jobs error'd at npm. I have restarted the job just now; will post the saved log here.
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
I can reproduce it in locally.
Assignee | ||
Comment 7•11 years ago
|
||
root cause is gaia-marionette doesn't execlude build_stage, so actually we have ran integration tests for email, clock, camera twice before.
Attachment #8378825 -
Flags: review?(evanxd)
Assignee | ||
Comment 8•11 years ago
|
||
got green on travis.
https://travis-ci.org/mozilla-b2g/gaia/builds/19240493
Comment 9•11 years ago
|
||
Comment on attachment 8378825 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/16473
Hi Yuren,
r+, good job!
The linters and gaia_ui_tests actions are not passed.
But the patch is not related with that.
Attachment #8378825 -
Flags: review?(evanxd) → review+
Comment 10•11 years ago
|
||
What's blocking this from landing to master? We should be able to land this stability improvement.
Assignee: nobody → yurenju.mozilla
Flags: needinfo?(yurenju.mozilla)
Assignee | ||
Comment 11•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(yurenju.mozilla)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•