Closed
Bug 1238569
Opened 10 years ago
Closed 10 years ago
cannot set session_id
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: goddard, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20151229124331
Steps to reproduce:
run test_session.py
Could this be string comparison problem in the python code?
Actual results:
TEST-START | test_session.py TestSession.test_we_can_set_the_session_id
TEST-UNEXPECTED-FAIL | test_session.py TestSession.test_we_can_set_the_session_id | AssertionError: u'{081d2ddf-bfee-49e8-972d-9a77eeaf680d}' != 'ILoveCheese'
Traceback (most recent call last):
File "/mnt/tests/firefox/tests/marionette/mozilla-central/testing/marionette/client/marionette/marionette_test.py", line 290, in run
testMethod()
File "/mnt/tests/firefox/tests/marionette/mozilla-central/testing/marionette/client/marionette/tests/unit/test_session.py", line 43, in test_we_can_set_the_session_id
self.assertEqual(self.marionette.session_id, "ILoveCheese")
TEST-INFO took 140ms
Expected results:
the test should pass
Comment 1•10 years ago
|
||
You need to provide more information. Are you running this test against a local build of a recent central tip? The test passes for me both locally and in automation.
Flags: needinfo?(goddard)
I'm running this against 38.5 esr as noted in "Version: 38 branch"
Flags: needinfo?(goddard)
Comment 3•10 years ago
|
||
The tests in-tree are only supposed to be compatible with central tip.
In this case I assume Gecko 38 doesn’t have the necessary Marionette server code for setting the session ID.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•