Closed
Bug 1258968
Opened 9 years ago
Closed 9 years ago
NSS memleak tests are broken after the removal of SSL v2 code
Categories
(NSS :: Test, defect)
NSS
Test
Tracking
(firefox48 fixed)
RESOLVED
FIXED
4.0
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: franziskus, Assigned: ttaubert)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.13 KB,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
NSS memleak builbots are always failing. This bug is to track investigation into this.
Comment 1•9 years ago
|
||
FYI, one of the memleak machines is inside the Mozilla network. If you'd like access, please attach your ssh public key.
Comment 2•9 years ago
|
||
This is a consequence of the removal of SSL v2 code, bug 1228555.
selfserv doesn't work with the cipher suite list that the memleak.sh script attempts to use.
memleak.sh needs to be changed similar to
https://hg.mozilla.org/projects/nss/diff/0c19072b8537/tests/ssl/ssl.sh#l89
Given that this is preventing us from having memory leak tests currently, I think it should be a blocker for the 3.24 release.
Assignee: nobody → ttaubert
Severity: normal → blocker
Component: Build → Test
Depends on: 1228555
Keywords: regression
Updated•9 years ago
|
Target Milestone: --- → 3.24
Updated•9 years ago
|
Summary: fix memleak builds → NSS memleak tests are broken after the removal of SSL v2 code
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8742333 -
Flags: review?(kaie)
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Comment 4•9 years ago
|
||
Comment on attachment 8742333 [details] [diff] [review]
0001-Bug-1258968-Fix-memleak-tests-after-removing-SSL-2-c.patch
Thanks for the patch, let's check it in and see if it fixes it, r=kaie
Attachment #8742333 -
Flags: review?(kaie) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: 3.24 → 4.0
Reporter | ||
Comment 6•9 years ago
|
||
Looks like there are still problems on the debug builds [1]. It's always a timeout so probably unrelated to the SSLv2 code, but we should investigate what's going on. Maybe we can increase the timeout?
[1] https://bot.nss-crypto.org:8011/builders/8-linux-x64-DBG-memleak
Flags: needinfo?(ttaubert)
Flags: needinfo?(kaie)
Assignee | ||
Comment 7•9 years ago
|
||
Yeah, increasing the timeout seems like a good first step. I can imagine a debug memleak build takes quite some time.
Flags: needinfo?(ttaubert)
Comment 8•9 years ago
|
||
Looks like the memleak builds are good now.
Updated•9 years ago
|
Flags: needinfo?(kaie)
Comment 9•9 years ago
|
||
Is this fixed on all branches? It is still marked as affected in 48. Thanks!
Flags: needinfo?(ttaubert)
Assignee | ||
Comment 10•9 years ago
|
||
(In reply to Liz Henry (:lizzard) (needinfo? me) from comment #9)
> Is this fixed on all branches? It is still marked as affected in 48. Thanks!
As 48 is running with 3.24 I *think* that it should have the fix. It's fixing a test script only though so it doesn't affect Firefox directly.
Flags: needinfo?(ttaubert)
Updated•9 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•