]> granicus.if.org Git - libevent/commitdiff
test: mark common_timeout as retriable
authorAzat Khuzhin <azat@libevent.org>
Thu, 23 Jan 2020 18:34:18 +0000 (21:34 +0300)
committerAzat Khuzhin <azat@libevent.org>
Fri, 24 Jan 2020 04:52:06 +0000 (07:52 +0300)
Refs: https://github.com/libevent/libevent/pull/951#issuecomment-576711224

test/regress.c

index dce58d5d38073ef33963abda4011629694de2d3e..cf5060c0eff0200526c07c39bbee0c9821dc2774 100644 (file)
@@ -3454,7 +3454,7 @@ struct testcase_t main_testcases[] = {
          TT_FORK|TT_NEED_BASE|TT_RETRIABLE, &basic_setup, NULL },
        LEGACY(priorities, 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 },
 
        /* These legacy tests may not all need all of these flags. */