Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
25a567d4
Commit
25a567d4
authored
Oct 23, 2017
by
old-bear
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ Temporary disable certificate validation for brpc_server_unittest and add some debug info
parent
4c39a496
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
brpc_server_unittest.cpp
test/brpc_server_unittest.cpp
+1
-1
No files found.
test/brpc_server_unittest.cpp
View file @
25a567d4
...
...
@@ -1285,7 +1285,7 @@ TEST_F(ServerTest, too_big_message) {
void
CheckCert
(
const
char
*
address
,
const
char
*
cert
)
{
std
::
string
cmd
=
butil
::
string_printf
(
"/usr/bin/curl -Ikv https://%s
2>&1 | grep %s"
,
address
,
cert
);
"/usr/bin/curl -Ikv https://%s
"
,
address
);
ASSERT_EQ
(
0
,
system
(
cmd
.
c_str
()));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment