* [PATCH v1] test: disable flaky performance test
@ 2019-04-12 12:30 avtikhon
2019-04-12 13:21 ` Vladimir Davydov
0 siblings, 1 reply; 2+ messages in thread
From: avtikhon @ 2019-04-12 12:30 UTC (permalink / raw)
To: Vladimir Davydov; +Cc: avtikhon, tarantool-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v1] test: disable flaky performance test
2019-04-12 12:30 [PATCH v1] test: disable flaky performance test avtikhon
@ 2019-04-12 13:21 ` Vladimir Davydov
0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Davydov @ 2019-04-12 13:21 UTC (permalink / raw)
To: avtikhon; +Cc: tarantool-patches
Pushed to master and 2.1.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-12 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 12:30 [PATCH v1] test: disable flaky performance test avtikhon
2019-04-12 13:21 ` Vladimir Davydov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox