Closed
Bug 764114
Opened 13 years ago
Closed 13 years ago
Copy also bin/ssltunnel binary along with xpcshell binary to the target bin dir when running xpcshell
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.02 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
This is needed to allow testing of ssl/tls with xpcshell. The binary of ssltunnel cannot be easily located by the harness unless copied along with xpcshell binary.
Maybe this belongs to the XPCShell Harness component?
Comment 1•13 years ago
|
||
Turns out to be a RelEng bug.
Component: Infrastructure → Release Engineering: Automation (General)
Product: Testing → mozilla.org
QA Contact: infra → catlee
Version: Trunk → other
Comment 2•13 years ago
|
||
Looks like http://hg.mozilla.org/build/buildbotcustom/file/4f4db9eab115/steps/unittest.py#l751 needs updating
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Is there an ETA?
![]() |
Assignee | |
Comment 4•13 years ago
|
||
If I have a patch for that script, who should review it and what are next steps after it is r+'ed?
Comment 5•13 years ago
|
||
Anyone who's reviewed changes in the same file is fine. Depending on the change it may need to go through the staging system first.
![]() |
Assignee | |
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Comment on attachment 641556 [details] [diff] [review]
v1
Review of attachment 641556 [details] [diff] [review]:
-----------------------------------------------------------------
does bin/ssltunnel exist on all branches/platforms?
![]() |
Assignee | |
Comment 8•13 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #7)
> Comment on attachment 641556 [details] [diff] [review]
> v1
>
> Review of attachment 641556 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> does bin/ssltunnel exist on all branches/platforms?
It is always built and installed (using PROGRAM=ssltunnel in the related Makefile) when mochitest is enabled. I believe enabling xpcshell tests is automatically implied with enabling mochitest. I.e. --enalble-tests ensures there is ssltunnel.
I soon plan to move ssltunnel to a more general place, probably under <src-root>/testing/ssltunnel or so (no bug for it right now).
Does this answer your question?
![]() |
Assignee | |
Comment 9•13 years ago
|
||
And it is built on all branches right now and also on all platforms.
Comment 10•13 years ago
|
||
even mozilla-esr10?
Comment 11•13 years ago
|
||
ssltunnel has been used as part of Mochitest since the 1.9.1 branch.
Updated•13 years ago
|
Attachment #641556 -
Flags: review?(catlee) → review+
![]() |
Assignee | |
Comment 12•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 13•13 years ago
|
||
What is the state of this patch deployment on the production machines? I'd like to move forward with the depending bug. Thanks.
Comment 14•13 years ago
|
||
It was deployed to production yesterday. Seems to be working in
https://tbpl.mozilla.org/php/getParsedLog.php?id=14101948&tree=Mozilla-Inbound&full=1
![]() |
Assignee | |
Comment 15•13 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #14)
> It was deployed to production yesterday. Seems to be working in
> https://tbpl.mozilla.org/php/getParsedLog.php?id=14101948&tree=Mozilla-
> Inbound&full=1
Awesome! I was looking by coincidence to a log two days old :)
Thanks a lot.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•