From: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
To: qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: kwolf@redhat.com, vsementsov@virtuozzo.com, mreitz@redhat.com,
andrey.shinkevich@virtuozzo.com, den@openvz.org,
jsnow@redhat.com
Subject: [Qemu-devel] [PATCH v7 6/6] iotests: extend sleeping time under Valgrind
Date: Sun, 1 Sep 2019 14:53:06 +0300 [thread overview]
Message-ID: <1567338786-586124-7-git-send-email-andrey.shinkevich@virtuozzo.com> (raw)
In-Reply-To: <1567338786-586124-1-git-send-email-andrey.shinkevich@virtuozzo.com>
To synchronize the time when QEMU is running longer under the Valgrind,
increase the sleeping time in the test 247.
Signed-off-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: John Snow <jsnow@redhat.com>
---
tests/qemu-iotests/247 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/247 b/tests/qemu-iotests/247
index 546a794..c853b73 100755
--- a/tests/qemu-iotests/247
+++ b/tests/qemu-iotests/247
@@ -57,7 +57,11 @@ TEST_IMG="$TEST_IMG.4" _make_test_img $size
{"execute":"block-commit",
"arguments":{"device":"format-4", "top-node": "format-2", "base-node":"format-0", "job-id":"job0"}}
EOF
-sleep 1
+if [ "${VALGRIND_QEMU}" == "y" ]; then
+ sleep 10
+else
+ sleep 1
+fi
echo '{"execute":"quit"}'
) | $QEMU -qmp stdio -nographic -nodefaults \
-blockdev file,node-name=file-0,filename=$TEST_IMG.0,auto-read-only=on \
--
1.8.3.1
next prev parent reply other threads:[~2019-09-01 11:55 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-01 11:53 [Qemu-devel] [PATCH v7 0/6] Allow Valgrind checking all QEMU processes Andrey Shinkevich
2019-09-01 11:53 ` [Qemu-devel] [PATCH v7 1/6] iotests: allow " Andrey Shinkevich
2019-09-01 11:53 ` [Qemu-devel] [PATCH v7 2/6] iotests: exclude killed processes from running under Valgrind Andrey Shinkevich
2019-09-01 11:53 ` [Qemu-devel] [PATCH v7 3/6] iotests: Add casenotrun report to bash tests Andrey Shinkevich
2019-09-01 11:53 ` [Qemu-devel] [PATCH v7 4/6] iotests: Valgrind fails with nonexistent directory Andrey Shinkevich
2019-09-01 11:53 ` [Qemu-devel] [PATCH v7 5/6] iotests: extended timeout under Valgrind Andrey Shinkevich
2019-09-01 11:53 ` Andrey Shinkevich [this message]
2019-09-03 10:02 ` [Qemu-devel] [PATCH v7 0/6] Allow Valgrind checking all QEMU processes Kevin Wolf
2019-09-03 10:38 ` Andrey Shinkevich
2019-09-03 14:22 ` Andrey Shinkevich
2019-09-03 14:28 ` Kevin Wolf
2019-09-03 16:36 ` Andrey Shinkevich
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=1567338786-586124-7-git-send-email-andrey.shinkevich@virtuozzo.com \
--to=andrey.shinkevich@virtuozzo.com \
--cc=den@openvz.org \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vsementsov@virtuozzo.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).