-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEST: Split each step of the mset test code into functions. #303
Conversation
f4c65d0
to
ab6a4f3
Compare
@uhm0311 CI ํ ์คํธ ํ์ธ ๋ฐ๋๋๋ค. |
ab6a4f3
to
720da3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ผ๋ถ ๋ฆฌ๋ทฐ
@@ -17,48 +17,55 @@ static inline void safe_free(void *ptr) | |||
} | |||
} | |||
|
|||
static inline void safe_free_req(memcached_storage_request_st req[MSET_COUNT]) | |||
static inline void safe_free_req(memcached_storage_request_st req[REQ_COUNT]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
safe_free_req() ํจ์์ ์ธ์๋ ์๋์ ๊ฐ์ด 2๊ฐ์ด์ด์ผ ํ์ง ์๋์?
safe_free_req(memcached_storage_request_st *req, int req_count)
{
for (int i= 0; i < req_count; i++)
{
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๊ฐ์๊ฐ ํญ์ REQ_COUNT
๋ก ์ ํด์ ธ ์์ผ๋ฏ๋ก ์๋ตํ์ต๋๋ค.
720da3d
to
8fd4d11
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ฆฌ๋ทฐ ์๋ฃ
e8d4b26
to
384fa7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ฆฌ๋ทฐ ์๋ฃ
384fa7f
to
22f2c4d
Compare
๐ Related Issue
โจ๏ธ What I did
memcached_return_t
๊ฐ ๊ฒ์ฆ