[tarantool-patches] Re: [PATCH 0/5] SWIM bug fixes

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu May 23 00:14:48 MSK 2019



On 22/05/2019 22:56, Konstantin Osipov wrote:> * Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [19/05/22 22:54]:
>> This patchset consists of quite independent fixes related to leaks, segfaults,
>> and flaky tests discovered by simultaneous run of swim/swim.test.lua in 100-1000
> 
> OK to push to all patches.  
> 

Pushed to the master.

On 22/05/2019 22:52, Vladislav Shpilevoy wrote:
> This patchset consists of quite independent fixes related to leaks, segfaults,
> and flaky tests discovered by simultaneous run of swim/swim.test.lua in 100-1000
> tasks.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/swim-memory-fixes
> 
> Vladislav Shpilevoy (5):
>   swim: fix an obvious leak in swim_delete()
>   swim: fix an obvious use-after-free
>   swim: fix flaky parts in swim/swim.test.lua
>   swim: be ready to idle round steps when net is slow
>   swim: allow to set codec before cfg
> 
>  src/lib/swim/swim.c      | 23 +++++++++++++++--
>  src/lua/swim.lua         |  1 +
>  test/swim/box.lua        | 22 ++++++++++++++++
>  test/swim/swim.result    | 55 +++++++++++++++++-----------------------
>  test/swim/swim.test.lua  | 34 ++++++++++++-------------
>  test/unit/swim.c         | 20 ++++++++++++++-
>  test/unit/swim.result    |  7 ++++-
>  test/unit/swim_test_ev.c | 10 ++++++--
>  8 files changed, 116 insertions(+), 56 deletions(-)
> 




More information about the Tarantool-patches mailing list