Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(645)

Issue 193230044: More tests for session resumption

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 3 months ago by ekr-rietveld
Modified:
9 years, 1 month ago
Reviewers:
mt
Visibility:
Public.

Description

More tests for session resumption

Patch Set 1 #

Total comments: 6

Patch Set 2 : Revise per MT #

Total comments: 1

Patch Set 3 : Fixes #

Patch Set 4 : Update #

Patch Set 5 : Style cleanup #

Patch Set 6 : Clear the session cache as well #

Total comments: 7

Patch Set 7 : Trivial revisions per mt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -27 lines) Patch
M external_tests/ssl_gtest/gtest_utils.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/ssl_gtest.cc View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M external_tests/ssl_gtest/ssl_loopback_unittest.cc View 1 2 3 4 5 9 chunks +145 lines, -26 lines 0 comments Download
M external_tests/ssl_gtest/test_io.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 14
ekr-rietveld
9 years, 3 months ago (2015-01-15 22:33:18 UTC) #1
mt
I think that you should take a little harder at the session ticket stuff, but ...
9 years, 3 months ago (2015-01-15 23:08:09 UTC) #2
ekr-rietveld
https://codereview.appspot.com/193230044/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc File external_tests/ssl_gtest/ssl_loopback_unittest.cc (right): https://codereview.appspot.com/193230044/diff/1/external_tests/ssl_gtest/ssl_loopback_unittest.cc#newcode466 external_tests/ssl_gtest/ssl_loopback_unittest.cc:466: On 2015/01/15 23:08:09, mt wrote: > What about info_, ...
9 years, 3 months ago (2015-01-15 23:28:09 UTC) #3
mt
On 2015/01/15 23:28:09, ekr-webrtc wrote: > That's not a global but rather on the agent. ...
9 years, 3 months ago (2015-01-15 23:46:11 UTC) #4
ekr-rietveld
PTAL
9 years, 3 months ago (2015-01-19 00:29:55 UTC) #5
mt
Looks pretty thorough. Not a complete matrix, but one could be inferred from the results. ...
9 years, 3 months ago (2015-01-20 04:52:28 UTC) #6
ekr-rietveld
MT, are you happy with landing this?
9 years, 3 months ago (2015-01-21 19:43:20 UTC) #7
ekr-rietveld
BTW, sorry that Rietveld got confused about the state of the tree.
9 years, 3 months ago (2015-01-21 19:49:08 UTC) #8
ekr-rietveld
OK, I think this is ready now
9 years, 3 months ago (2015-01-21 20:48:30 UTC) #9
ekr-rietveld
OK, I think this is ready now
9 years, 3 months ago (2015-01-21 20:51:04 UTC) #10
ekr-rietveld
Martin, can you please review this final patch? Would like to land it.
9 years, 1 month ago (2015-02-24 21:51:01 UTC) #11
mt
Ship it. https://codereview.appspot.com/193230044/diff/100001/coreconf/command.mk File coreconf/command.mk (left): https://codereview.appspot.com/193230044/diff/100001/coreconf/command.mk#oldcode15 coreconf/command.mk:15: LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS) I don't ...
9 years, 1 month ago (2015-02-24 22:19:13 UTC) #12
ekr-rietveld
https://codereview.appspot.com/193230044/diff/100001/coreconf/command.mk File coreconf/command.mk (left): https://codereview.appspot.com/193230044/diff/100001/coreconf/command.mk#oldcode15 coreconf/command.mk:15: LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS) On 2015/02/24 22:19:13, mt ...
9 years, 1 month ago (2015-02-24 22:26:11 UTC) #13
mt
9 years, 1 month ago (2015-02-25 03:17:30 UTC) #14
https://codereview.appspot.com/193230044/diff/100001/external_tests/ssl_gtest...
File external_tests/ssl_gtest/gtest_utils.h (right):

https://codereview.appspot.com/193230044/diff/100001/external_tests/ssl_gtest...
external_tests/ssl_gtest/gtest_utils.h:11: 
On 2015/02/24 22:26:10, ekr-webrtc wrote:
> On 2015/02/24 22:19:13, mt wrote:
> > This needs some forward decls or includes.
> 
> Sorry, I'm not seeing why. Can you explain?

I think that the following would work.

#include "gtest.h"
#include "test_io.h"

Most files that include this already include those headers, but if they don't,
the only way to find out is to start grepping around for Poller and ASSERT_EQ
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b