[PATCH] test/slab_arena: Zap slab_test_madvise for a while

Alexander Turenko alexander.turenko at tarantool.org
Tue May 21 14:30:05 MSK 2019


Thanks!

Now should be fixed with
https://github.com/tarantool/small/commit/020716d8a1337118a2afbfaaf4bd13210e640d5c

WBR, Alexander Turenko.

On Tue, May 21, 2019 at 11:06:37AM +0300, Cyrill Gorcunov wrote:
> To not break CI process
> ---
> Guys, I think we should disable dd testing for now, while I'm
> trying to figure out what is happening. Simply to continue
> general CI process.
> 
>  test/slab_arena.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/test/slab_arena.c b/test/slab_arena.c
> index 7a7c243..5f7d27b 100644
> --- a/test/slab_arena.c
> +++ b/test/slab_arena.c
> @@ -86,6 +86,17 @@ slab_test_madvise(void)
>  	struct quota quota;
>  	void *ptr;
>  
> +	/*
> +	 * FIXME: Need to figure out why running tests
> +	 * when small is built from inside of tarantool
> +	 * fails the testing.
> +	 *
> +	 * https://travis-ci.org/tarantool/tarantool/jobs/535024405
> +	 *
> +	 * For now just zap the testcase.
> +	 */
> +	return;
> +
>  	/*
>  	 * The system doesn't support flags fetching.
>  	 */
> -- 
> 2.20.1
> 



More information about the Tarantool-patches mailing list