* [PATCH] test/slab_arena: Zap slab_test_madvise for a while
@ 2019-05-21 8:06 Cyrill Gorcunov
2019-05-21 11:30 ` Alexander Turenko
0 siblings, 1 reply; 2+ messages in thread
From: Cyrill Gorcunov @ 2019-05-21 8:06 UTC (permalink / raw)
To: Alexander Turenko, Vladimir Davydov; +Cc: tarantool
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] test/slab_arena: Zap slab_test_madvise for a while
2019-05-21 8:06 [PATCH] test/slab_arena: Zap slab_test_madvise for a while Cyrill Gorcunov
@ 2019-05-21 11:30 ` Alexander Turenko
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko @ 2019-05-21 11:30 UTC (permalink / raw)
To: Cyrill Gorcunov; +Cc: Vladimir Davydov, tarantool
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-21 11:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21 8:06 [PATCH] test/slab_arena: Zap slab_test_madvise for a while Cyrill Gorcunov
2019-05-21 11:30 ` Alexander Turenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox