Message ID | 20220617143603.179277-1-hao.xu@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | multishot accept test fix and clean | expand |
On 6/17/22 22:36, Hao Xu wrote: > From: Hao Xu <howeyxu@tencent.com> > > The multishot accept test is skipped, patch 1 fixes this. After this > it is still broken, patch 2 fixes it. And patch 3 is code clean. > > Donald Hunter (1): > Fix incorrect close in test for multishot accept > > Hao Xu (2): > test/accept: fix minus one error when calculating multishot_mask > test/accept: clean code of accept test > > test/accept.c | 76 ++++++++++++++++++++++++--------------------------- > 1 file changed, 36 insertions(+), 40 deletions(-) > Cced Donald Hunter
On Fri, 17 Jun 2022 22:36:00 +0800, Hao Xu wrote: > From: Hao Xu <howeyxu@tencent.com> > > The multishot accept test is skipped, patch 1 fixes this. After this > it is still broken, patch 2 fixes it. And patch 3 is code clean. > > Donald Hunter (1): > Fix incorrect close in test for multishot accept > > [...] Applied, thanks! [1/3] Fix incorrect close in test for multishot accept commit: c8909b9e1963f4651927f8f46d1d0420d28bcd58 [2/3] test/accept: fix minus one error when calculating multishot_mask commit: d0d9b70d4861bae77b86c05f6925e991cb6c32f1 [3/3] test/accept: clean code of accept test commit: 6cc371d3fe076bcad549dbc0e1a95da8fc8085f2 Best regards,
From: Hao Xu <howeyxu@tencent.com> The multishot accept test is skipped, patch 1 fixes this. After this it is still broken, patch 2 fixes it. And patch 3 is code clean. Donald Hunter (1): Fix incorrect close in test for multishot accept Hao Xu (2): test/accept: fix minus one error when calculating multishot_mask test/accept: clean code of accept test test/accept.c | 76 ++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 40 deletions(-)