From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 21 May 2019 14:30:05 +0300 From: Alexander Turenko Subject: Re: [PATCH] test/slab_arena: Zap slab_test_madvise for a while Message-ID: <20190521113005.figwusgqhx4nxsln@tkn_work_nb> References: <20190521080637.GI2497@uranus.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190521080637.GI2497@uranus.lan> To: Cyrill Gorcunov Cc: Vladimir Davydov , tarantool List-ID: 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 >