Closed
Bug 1476131
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12004 - Adding explicit call to session.end for WebDriver delete session tests
Categories
(Testing :: geckodriver, enhancement, P4)
Testing
geckodriver
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12004 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12004
Details from upstream follow.
Jim Evans <james.h.evans.jr@gmail.com> wrote:
> Adding explicit call to session.end for WebDriver delete session tests
>
> For the "delete session" command tests, the recent changes to the fixture
> to create and delete sessions are bypassed. This means that at the end of
> each delete session test, the harness thinks a valid session still exists.
> Making an explicit call to `session.end()` at the end of each test will
> put the tracking variables in the correct state for the harness to start a
> new session with the next test.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → geckodriver
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6b96518a6734c009b383d1f2caad3ea9d1c210b5
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 2 subtests
OK : 1
FAIL : 2
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/webdriver/tests/delete_session/delete.py
test_null_response_value: FAIL
Comment 4•7 years ago
|
||
I'm not sure if the solution as merged to the upstream repository is correct. I asked Jim on https://github.com/web-platform-tests/wpt/pull/12004 for feedback.
Flags: needinfo?(james.h.evans.jr)
Comment 5•7 years ago
|
||
It has been discussed on Github, and bug 1477978 has been filed.
Flags: needinfo?(james.h.evans.jr)
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4bf824a9cfb6
[wpt PR 12004] - Adding explicit call to session.end for WebDriver delete session tests, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/e14f398bdd78
[wpt PR 12004] - Update wpt metadata, a=testonly
Comment 7•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4bf824a9cfb6
https://hg.mozilla.org/mozilla-central/rev/e14f398bdd78
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•