From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: avtikhon Subject: [PATCH v1] test: disable flaky performance test Date: Fri, 12 Apr 2019 15:30:54 +0300 Message-Id: <4edfaf8e8c7cb489d8077ed1a785547e60b22c5c.1555070407.git.avtikhon@tarantool.org> To: Vladimir Davydov Cc: avtikhon , tarantool-patches@freelists.org List-ID: Disabled wal_off/iterator_lt_gt.test.lua test due to performance test need to be reorganized into separate mode at the standalone host. Currently this test doesn't show any issue, but breaks the testing some time, with errors like: [010] wal_off/iterator_lt_gt.test.lua [ fail ] [010] [010] Test failed! Result content mismatch: [010] --- wal_off/iterator_lt_gt.result Fri Apr 12 10:30:43 2019 [010] +++ wal_off/iterator_lt_gt.reject Fri Apr 12 10:36:30 2019 [010] @@ -79,7 +79,9 @@ [010] ... [010] too_longs [010] --- [010] -- [] [010] +- - 'Some of the iterators takes too long to position: 0.074278' [010] + - 'Some of the iterators takes too long to position: 0.11786' [010] + - 'Some of the iterators takes too long to position: 0.053848' [010] ... [010] s:drop() [010] --- [010] [010] Last 15 lines of Tarantool Log file [Instance "wal"][/tarantool/test/var/010_wal_off/wal.log]: --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh2539-wal-off-iterator-lt-gt Issue: https://github.com/tarantool/tarantool/issues/2539 test/wal_off/suite.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/test/wal_off/suite.ini b/test/wal_off/suite.ini index 679104f82..b384c0a74 100644 --- a/test/wal_off/suite.ini +++ b/test/wal_off/suite.ini @@ -5,3 +5,4 @@ description = tarantool/box, wal_mode = none use_unix_sockets = True is_parallel = True pretest_clean = True +disabled = iterator_lt_gt.test.lua -- 2.17.1