Closed
Bug 1484462
Opened 7 years ago
Closed 7 years ago
Update webdriver to hyper 0.12
Categories
(Testing :: geckodriver, defect, P1)
Testing
geckodriver
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: eijebong, Assigned: eijebong)
References
Details
Attachments
(2 files, 1 obsolete file)
|
96.31 KB,
patch
|
ato
:
review+
|
Details | Diff | Splinter Review |
|
5.47 MB,
patch
|
ato
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180817100105
| Assignee | ||
Updated•7 years ago
|
Component: Untriaged → geckodriver
Product: Firefox → Testing
Version: 63 Branch → Trunk
| Assignee | ||
Comment 1•7 years ago
|
||
MozReview-Commit-ID: G9aOKGHXgo
Bug 1484462 Part 2 - Revendor dependencies. r?ato
MozReview-Commit-ID: 7PFevFl7dGj
Updated•7 years ago
|
Assignee: nobody → eijebong
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P1
Comment 2•7 years ago
|
||
jgraham: You might want to be aware of this change.
Comment 3•7 years ago
|
||
Could we please wait with this change until I'm done with the Serde conversion on bug 1396821? A patch for that bug should be up today.
| Assignee | ||
Comment 4•7 years ago
|
||
Attachment #9002231 -
Attachment is obsolete: true
Attachment #9003230 -
Flags: review?(ato)
| Assignee | ||
Comment 5•7 years ago
|
||
Attachment #9003231 -
Flags: review?(ato)
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
This change causes a panic at build time for me:
https://gist.github.com/andreastt/5b314a3545879bc37a2b785b221609dc
Comment 8•7 years ago
|
||
(In reply to Andreas Tolfsen ﹝:ato﹞ from comment #7)
> This change causes a panic at build time for me:
> https://gist.github.com/andreastt/5b314a3545879bc37a2b785b221609dc
OK, it seems that was the result of some bad build artefacts in the
object directory. A clean build resolved the issue for me locally.
Comment 9•7 years ago
|
||
Comment on attachment 9003230 [details] [diff] [review]
0001-Bug-1484462-Part-1-Update-webdriver-to-hyper-0.12.-r.patch
Review of attachment 9003230 [details] [diff] [review]:
-----------------------------------------------------------------
r+ pending successful try run.
Attachment #9003230 -
Flags: review?(ato) → review+
Updated•7 years ago
|
Attachment #9003231 -
Flags: review?(ato) → review+
Comment 10•7 years ago
|
||
Comment on attachment 9003230 [details] [diff] [review]
0001-Bug-1484462-Part-1-Update-webdriver-to-hyper-0.12.-r.patch
Review of attachment 9003230 [details] [diff] [review]:
-----------------------------------------------------------------
::: Cargo.lock
@@ -69,4 @@
> source = "registry+https://github.com/rust-lang/crates.io-index"
> dependencies = [
> "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
> - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
Shouldn't the changes of this file be part of the vendoring patch?
Comment 11•7 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #10)
> Comment on attachment 9003230 [details] [diff] [review]
> 0001-Bug-1484462-Part-1-Update-webdriver-to-hyper-0.12.-r.patch
>
> Review of attachment 9003230 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: Cargo.lock
> @@ -69,4 @@
> > source = "registry+https://github.com/rust-lang/crates.io-index"
> > dependencies = [
> > "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
> > - "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
>
> Shouldn't the changes of this file be part of the vendoring patch?
I prefer for them to be part of the first patch so they are possible
to review.
Comment 12•7 years ago
|
||
Pushed by ato@sny.no:
https://hg.mozilla.org/integration/mozilla-inbound/rev/738e47717e3f
Update webdriver to hyper 0.12. r=ato
https://hg.mozilla.org/integration/mozilla-inbound/rev/03df1a267ea5
Revendor Rust dependencies. r=ato
Comment 13•7 years ago
|
||
I had to do some rebasing and tweaking of the patches due to
https://bugzilla.mozilla.org/show_bug.cgi?id=1484941, but try was
green so I landed them on inbound.
Thanks eijebong!
Comment 14•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/738e47717e3f
https://hg.mozilla.org/mozilla-central/rev/03df1a267ea5
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
Attachment #9002231 -
Attachment is obsolete: false
Updated•7 years ago
|
Attachment #9002231 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•