]> granicus.if.org Git - libevent/commit
Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 20 Nov 2018 08:46:44 +0000 (11:46 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 20 Nov 2018 20:02:56 +0000 (23:02 +0300)
commitfe5b07199d70a7633b7c0616200fe3c5e6b240c0
tree6d5c9dc68d0aaf28e7e94796577931d65670ba76
parent63b065be80d57dfee4688ddc32b8344e922648d9
Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)

This patch mark testcases that only fail under travis-ci/appveyor with
TT_RETRIABLE, since otherwise there is too much noise, other issues
(like failures under vagrant boxes) would be investigated separatelly.

linux (from travis-ci only):
- http/cancel_by_host_no_ns
- http/cancel_by_host_inactive_server
- http/cancel_by_host_ns_timeout
- http/cancel_by_host_ns_timeout_inactive_server
- thread/conditions_simple
- util/monotonic_prc_precise
- util/usleep
- main/del_wait

vagrant/ubuntu box (this is the only exception):
- thread/no_events

win32 (from appveyor only):
- main/active_later
- main/persistent_active_timeout

And we should use TT_RETRIABLE over TT_OFF_BY_DEFAULT/TT_SKIP when it
make sense.

But there is still "test-ratelim__group_lim" left.
test/regress.c
test/regress_http.c
test/regress_thread.c
test/regress_util.c