Closed
Bug 1028254
Opened 9 years ago
Closed 9 years ago
Release mozrunner 6.0 to pypi and update associated dependencies
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: davehunt)
References
Details
Attachments
(4 files)
444 bytes,
patch
|
davehunt
:
review+
|
Details | Diff | Splinter Review |
1.09 KB,
patch
|
wlach
:
review+
|
Details | Diff | Splinter Review |
599 bytes,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
46 bytes,
text/x-github-pull-request
|
ahal
:
review+
|
Details | Review |
We want to release the shiny new mozrunner 6.0 to pypi, however this requires a bunch of concurrent changes since it (sigh) has a circular dependency on marionette_client. Let's just tackle them under the same bug for sanity: 1. New version of marionette_client uploaded to pypi 2. Update gaiatest to depend on new version of marionette_client 3. Update branched version of marionette_client to depend on mozrunner 5.37
Assignee | ||
Comment 2•9 years ago
|
||
We also need: 2a. New version of gaiatest uploaded to pypi
Comment 3•9 years ago
|
||
Attachment #8443543 -
Flags: review?(dave.hunt)
Assignee | ||
Updated•9 years ago
|
Attachment #8443543 -
Flags: review?(dave.hunt) → review+
Comment 4•9 years ago
|
||
marionette version bump landed on m-i: https://hg.mozilla.org/integration/mozilla-inbound/rev/ad12bc5b8bb9
Keywords: leave-open
Comment 5•9 years ago
|
||
FTR mozrunner has no dependency on marionette. Also, please either release from mozilla-inbound, or hold off until bug 1028119 makes it way to m-c.
Reporter | ||
Comment 6•9 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #5) > FTR mozrunner has no dependency on marionette. Also, please either release > from mozilla-inbound, or hold off until bug 1028119 makes it way to m-c. Yes, sorry for the incorrect information. I guess the problem is that marionette client has a dependency on mozrunner for the testrunner stuff, which not all consumers of marionette want to use.
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8444361 -
Flags: review?(wlachance)
Comment 8•9 years ago
|
||
(In reply to Dave Hunt (:davehunt) from comment #2) > We also need: > 2a. New version of gaiatest uploaded to pypi I grepped through gaiatest and it doesn't seem to use any of the API's that changed, so I don't think it even needs to be updated. I guess it doesn't hurt though.
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #8) > (In reply to Dave Hunt (:davehunt) from comment #2) > > We also need: > > 2a. New version of gaiatest uploaded to pypi > > I grepped through gaiatest and it doesn't seem to use any of the API's that > changed, so I don't think it even needs to be updated. I guess it doesn't > hurt though. gaiatest depends on marionette, and marionette depends on latest mozrunner. When 6.0 was briefly released last week we had failures. I think it was in the GeckoInstance class, but I don't recall exactly.
Comment 11•9 years ago
|
||
Bug 1028119 landed. Dave do you want me to release mozrunner 6.0 to pypi? Just asking in case other stuff needs to be updated first still.
Flags: needinfo?(dave.hunt)
Reporter | ||
Comment 12•9 years ago
|
||
Comment on attachment 8444361 [details] [diff] [review] Pin mozrunner on branched marionette client and bump version number. v1.0 Review of attachment 8444361 [details] [diff] [review]: ----------------------------------------------------------------- lgtm
Attachment #8444361 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 13•9 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #11) > Bug 1028119 landed. Dave do you want me to release mozrunner 6.0 to pypi? > Just asking in case other stuff needs to be updated first still. Not just yet. We need to get new versions of marionette-client, gaiatest, and marionette-client-b2g28_v1_3 out first. This should all happen tomorrow, hopefully.
Flags: needinfo?(dave.hunt)
Assignee | ||
Comment 14•9 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #10) > https://hg.mozilla.org/mozilla-central/rev/ad12bc5b8bb9 Released as: https://pypi.python.org/pypi/marionette_client/0.7.10
Assignee | ||
Comment 15•9 years ago
|
||
(In reply to Dave Hunt (:davehunt) from comment #14) > (In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #10) > > https://hg.mozilla.org/mozilla-central/rev/ad12bc5b8bb9 > > Released as: > https://pypi.python.org/pypi/marionette_client/0.7.10 I removed this as it's dependent on an unreleased version of mozrunner. It seems we need to fix bug 994176 first, and then we can line up release of mozrunner, marionette-client, and gaiatest.
Assignee | ||
Comment 16•9 years ago
|
||
Attachment #8445151 -
Flags: review?(ahalberstadt)
Comment 17•9 years ago
|
||
Comment on attachment 8445151 [details] [diff] [review] Pin mozrunner to latest from branch. v1.0 Review of attachment 8445151 [details] [diff] [review]: ----------------------------------------------------------------- stealing review, this makes sense for b2g28 branch.
Attachment #8445151 -
Flags: review?(ahalberstadt) → review+
Assignee | ||
Comment 18•9 years ago
|
||
The original mozilla-b2g28_v1_3 patch landed in: http://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/2a3cce3fb84f But this didn't take into account that the target branch does not have the same version of mozrunner as mozilla-central prior to 6.0, so it caused failures in TBPL. The followup patch was landed in: http://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/ff91d6aebedd
Assignee | ||
Comment 19•9 years ago
|
||
(In reply to Dave Hunt (:davehunt) from comment #18) > The original mozilla-b2g28_v1_3 patch landed in: > http://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/2a3cce3fb84f > > But this didn't take into account that the target branch does not have the > same version of mozrunner as mozilla-central prior to 6.0, so it caused > failures in TBPL. > > The followup patch was landed in: > http://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/ff91d6aebedd This time it looks like it stuck. Released to PyPI as: https://pypi.python.org/pypi/marionette_client-mozilla-b2g28_v1_3/0.2
Assignee | ||
Comment 20•9 years ago
|
||
Note that this patch requires the release of mozrunner 6.0 and marionette-client 0.7.10 before it can land. I'm running tests locally with these installed from m-c, once I have r+ and have good test results I will land and release these in order. Also note that this will likely need uplifting to v2.0.
Attachment #8446616 -
Flags: review?(zcampbell)
Comment 21•9 years ago
|
||
Comment on attachment 8446616 [details] [review] Link to Github pull-request: https://github.com/mozilla-b2g/gaia/pull/21059 Stealing review by request. Lgtm!
Attachment #8446616 -
Flags: review?(zcampbell) → review+
Assignee | ||
Comment 22•9 years ago
|
||
Released mozrunner: https://pypi.python.org/pypi/mozrunner/6.0 Released marionette-client: https://pypi.python.org/pypi/marionette_client/0.7.10 Bumped marionette-client dependency in gaiatest: https://github.com/mozilla-b2g/gaia/commit/92f9cf69986a59cc76d7eef7bd8a82e78adfe9f4
Assignee | ||
Comment 23•9 years ago
|
||
We may still need to uplift the marionette-client bump to v2.0 and we may need to release a new gaiatest for Eideticker so we get the mozrunner 6.0 compatible version of mozrunner. I'll run some tests to see if these steps are necessary and if so I will carry them out.
Assignee | ||
Comment 24•9 years ago
|
||
The uplift to 2.0 was necessary, done in: https://github.com/mozilla-b2g/gaia/commit/8df02268fcd7e80c5fab8c1ec099772e37f8659d In case you're interested, the traceback without bumping the marionette client follows. Traceback (most recent call last): File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/bin/gaiatest", line 9, in <module> load_entry_point('gaiatest==0.23', 'console_scripts', 'gaiatest')() File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 337, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 2279, in load_entry_point return ep.load() File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 1989, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/tests/python/gaia-ui-tests/gaiatest/__init__.py", line 5, in <module> from gaia_test import * File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 9, in <module> from marionette import MarionetteTestCase, EnduranceTestCaseMixin, \ File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/__init__.py", line 5, in <module> from gestures import smooth_scroll, pinch File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/gestures.py", line 5, in <module> from marionette import MultiActions, Actions File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/marionette.py", line 29, in <module> import geckoinstance File "/var/jenkins/workspace/b2g.flame.mozilla-aurora.ui.smoketest/.env/local/lib/python2.7/site-packages/marionette_client-0.7.9-py2.7.egg/marionette/geckoinstance.py", line 87, in <module> class CloneRunner(Runner): TypeError: Error when calling the metaclass bases function() argument 1 must be code, not str
Assignee | ||
Comment 25•9 years ago
|
||
All done, phew!
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 27•5 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•