ssltunnel update for Android-try in order to support new TLS version flags
Categories
(Release Engineering :: General, defect)
Tracking
(firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: kjacobs, Assigned: aerickson)
References
Details
Attachments
(1 file, 1 obsolete file)
During testing for bug 1535210, I noticed that ssltunnel fails on Android try tests due to not supporting new configuration options (i.e. it seems that it's not rebuilt automatically for Android tests). I ran across a previous bug 1109310 indicating that we need to go through a manual process to update the ssltunnel used in hostutils.
Could someone please assist with this, or let me know if the process has changed updated since the See Also?
For reference and obtaining the executable, a try run of the ssltunnel update: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9df8ad0df447fbde30a684a61e8b71521f12f0b9&selectedJob=244521629
There should be no concern of backwards compatibility since there is no change to previously-supported configuration options (only added new ones).
![]() |
||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
The linked try run doesn't have a 32 bit linux opt build. Rebuilding.
Assignee | ||
Comment 3•6 years ago
|
||
The current process is documented at https://wiki.mozilla.org/Packaging_Android_host_utilities.
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/faddb8bb87a8
update linux hostutils (try build) r=gbrown
Comment 6•6 years ago
|
||
bugherder |
Reporter | ||
Comment 7•6 years ago
|
||
It seems I'm still hitting the old version of ssltunnel at https://treeherder.mozilla.org/#/jobs?repo=try&revision=3f16f413772b40560deb44257e1310775f3fbadc&selectedJob=245864012
[task 2019-05-10T22:39:27.473Z] 22:39:27 INFO - runtests.py | Server pid: 1065
[task 2019-05-10T22:39:27.478Z] 22:39:27 INFO - runtests.py | Websocket server pid: 1068
[task 2019-05-10T22:39:27.491Z] 22:39:27 INFO - runtests.py | SSL tunnel pid: 1071
[task 2019-05-10T22:39:27.493Z] 22:39:27 INFO - Error: keyword "tls1_1" unexpected
[task 2019-05-10T22:39:27.493Z] 22:39:27 INFO - Error: config file "/tmp/ssltunnelvOpmt3.cfg" missing or formating incorrect
Can you provide any detail on the status of this?
Comment 8•6 years ago
|
||
:kjacobs , I`m not sure I can help you with these details.
I think that :aerickson is the one that can.
Reporter | ||
Updated•6 years ago
|
![]() |
||
Comment 9•6 years ago
|
||
(In reply to Kevin Jacobs [:kjacobs] from comment #7)
It seems I'm still hitting the old version of ssltunnel at https://treeherder.mozilla.org/#/jobs?repo=try&revision=3f16f413772b40560deb44257e1310775f3fbadc&selectedJob=245864012
:kjacobs -- It looks like your try push was using the old version of host-utils. Is it possible that you were using a parent revision from before aerickson's push (before https://hg.mozilla.org/mozilla-central/rev/faddb8bb87a8)?
Reporter | ||
Comment 10•6 years ago
|
||
Ah - I wasn't aware I'd need to update to include that file.. I'll run the test again first thing tomorrow morning and update/close the ticket if it's resolved. Thanks!
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 11•6 years ago
|
||
Looks much better after a rebase: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fe4a9fef7ea3194f65ca1ede5b7fb646326bbd92.
Marking this resolved.
Description
•