From: Cyrill Gorcunov <gorcunov@gmail.com> To: Alexander Turenko <alexander.turenko@tarantool.org> Cc: tml <tarantool-patches@dev.tarantool.org> Subject: [Tarantool-patches] [PATCH] test: box-py/snapshot -- increase timeout Date: Fri, 28 Feb 2020 16:11:51 +0300 [thread overview] Message-ID: <20200228131151.18996-1-gorcunov@gmail.com> (raw) Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> --- test/box-py/snapshot.test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/box-py/snapshot.test.py b/test/box-py/snapshot.test.py index 2bfb8f621..f7e69be6b 100644 --- a/test/box-py/snapshot.test.py +++ b/test/box-py/snapshot.test.py @@ -57,7 +57,11 @@ snapshot = os.path.join(os.path.join(server.vardir, server.name), snapshot) iteration = 0 -MAX_ITERATIONS = 100 +# +# Lets wait for 2 minutes to complete checkpoint process, +# the OS may be loaded too much, we already got cases when +# the test doesn't pass due to timeouts. +MAX_ITERATIONS = 12000 while not os.access(snapshot, os.F_OK) and iteration < MAX_ITERATIONS: if iteration % 10 == 0: os.kill(pid, SIGUSR1) -- 2.20.1
next reply other threads:[~2020-02-28 13:11 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-28 13:11 Cyrill Gorcunov [this message] 2020-03-03 9:53 ` Alexander Turenko 2020-03-03 10:00 ` Cyrill Gorcunov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200228131151.18996-1-gorcunov@gmail.com \ --to=gorcunov@gmail.com \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH] test: box-py/snapshot -- increase timeout' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox