mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
test: mark common_timeout as retriable
Refs: https://github.com/libevent/libevent/pull/951#issuecomment-576711224
This commit is contained in:
parent
ce8be2385b
commit
f6d7992b05
@ -3454,7 +3454,7 @@ struct testcase_t main_testcases[] = {
|
|||||||
TT_FORK|TT_NEED_BASE|TT_RETRIABLE, &basic_setup, NULL },
|
TT_FORK|TT_NEED_BASE|TT_RETRIABLE, &basic_setup, NULL },
|
||||||
LEGACY(priorities, TT_FORK|TT_NEED_BASE),
|
LEGACY(priorities, TT_FORK|TT_NEED_BASE),
|
||||||
BASIC(priority_active_inversion, TT_FORK|TT_NEED_BASE),
|
BASIC(priority_active_inversion, TT_FORK|TT_NEED_BASE),
|
||||||
{ "common_timeout", test_common_timeout, TT_FORK|TT_NEED_BASE,
|
{ "common_timeout", test_common_timeout, TT_FORK|TT_NEED_BASE|TT_RETRIABLE,
|
||||||
&basic_setup, NULL },
|
&basic_setup, NULL },
|
||||||
|
|
||||||
/* These legacy tests may not all need all of these flags. */
|
/* These legacy tests may not all need all of these flags. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user