Closed
Bug 1073732
Opened 9 years ago
Closed 9 years ago
Marionette should return a sessionid that contains a uuid
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: automatedtester, Assigned: automatedtester)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files, 2 obsolete files)
The WebDriver spec suggests we return a uuid for a session. This will simplify things if we want do things like restarts since we just pass the session back to browser and not care if the actorID changes
Updated•9 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Updated•9 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 2•9 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=131e0491c83d
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8519284 -
Flags: review?(jgriffin)
Assignee | ||
Comment 4•9 years ago
|
||
/r/321 - Bug 1073732: Allow Marionette to have sessions ids that are unique for that session; r=jgriffin Pull down this commit: hg pull review -r b18dfc3a745fd304bc7be4649043a7b8f5caa7d1
Comment 5•9 years ago
|
||
https://reviewboard.mozilla.org/r/321/#review117 ::: testing/marionette/marionette-server.js (Diff revision 1) > + logger.info(this.sessionId); For clarity, let's log something like "sessionId = " + this.sessionId, rather than just the naked id. ::: testing/marionette/marionette-server.js (Diff revision 1) > + if (!this.sessionId){ nit: missing space before { ::: testing/marionette/client/marionette/marionette.py (Diff revision 1) > - self.session = self._send_message('newSession', 'value', capabilities=desired_capabilities) > + self.session = self._send_message('newSession', 'value', capabilities=desired_capabilities, sessionId=session_id) Can we use the same kwarg both here and _send_message...i.e., session_id rather than sessionId? ::: testing/marionette/client/marionette/tests/unit/test_session.py (Diff revision 1) > + caps = self.marionette.start_session(session_id="ILoveCheese") Yum, cheese!
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8519952 -
Flags: review?(jgriffin)
Assignee | ||
Comment 7•9 years ago
|
||
/r/367 - Bug 1073732: Allow Marionette to have sessions ids that are unique for that session; r=jgriffin Pull down this commit: hg pull review -r 2e05d76d153766e39d508c60211a7a4b0eaabb10
Comment 8•9 years ago
|
||
https://reviewboard.mozilla.org/r/367/#review159 Ship It!
Updated•9 years ago
|
Attachment #8519952 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 9•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5548373ee88b
Comment 10•9 years ago
|
||
sorry Sir :) had to back this out for test failures like https://treeherder.mozilla.org/ui/logviewer.html#?job_id=3761502&repo=mozilla-inbound
Assignee | ||
Comment 11•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/181e0dae85b9
Updated•9 years ago
|
Attachment #8519284 -
Flags: review?(jgriffin)
Comment 12•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/181e0dae85b9
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Assignee | ||
Comment 13•8 years ago
|
||
Attachment #8519952 -
Attachment is obsolete: true
Attachment #8519284 -
Attachment is obsolete: true
Attachment #8618378 -
Flags: review+
Assignee | ||
Comment 14•8 years ago
|
||
Assignee | ||
Comment 15•8 years ago
|
||
Assignee | ||
Comment 16•8 years ago
|
||
Updated•4 months ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•