qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] tests: Disable test-bdrv-drain
@ 2018-10-05 14:38 Peter Maydell
  2018-10-05 14:41 ` Peter Maydell
  0 siblings, 1 reply; 15+ messages in thread
From: Peter Maydell @ 2018-10-05 14:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches, qemu-block, Kevin Wolf, Max Reitz

The test-bdrv-drain test fails at least 50% of the time
on my OS build system. Disable the test until we can figure
out what's going on, as this makes pull request processing
very difficult.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
 tests/Makefile.include | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.include b/tests/Makefile.include
index 175d013f4af..4aae761e769 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -91,7 +91,7 @@ gcov-files-test-thread-pool-y = thread-pool.c
 gcov-files-test-hbitmap-y = util/hbitmap.c
 check-unit-y += tests/test-hbitmap$(EXESUF)
 gcov-files-test-hbitmap-y = blockjob.c
-check-unit-y += tests/test-bdrv-drain$(EXESUF)
+#check-unit-y += tests/test-bdrv-drain$(EXESUF)
 check-unit-y += tests/test-blockjob$(EXESUF)
 check-unit-y += tests/test-blockjob-txn$(EXESUF)
 check-unit-y += tests/test-block-backend$(EXESUF)
-- 
2.19.0

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2018-11-05 10:35 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-05 14:38 [Qemu-devel] [PATCH] tests: Disable test-bdrv-drain Peter Maydell
2018-10-05 14:41 ` Peter Maydell
2018-10-05 16:17   ` Kevin Wolf
2018-10-05 16:54     ` Peter Maydell
2018-10-05 18:09       ` Kevin Wolf
2018-10-08  9:12         ` Peter Maydell
2018-10-08 15:43           ` Peter Maydell
2018-10-08 16:40             ` Kevin Wolf
2018-10-08 17:07               ` Peter Maydell
2018-10-08 19:53               ` Eric Blake
2018-10-09  9:48                 ` Kevin Wolf
2018-10-09 11:16               ` Paolo Bonzini
2018-11-02 13:33                 ` Peter Maydell
2018-11-04 22:03                   ` Paolo Bonzini
2018-11-05 10:34                     ` Peter Maydell

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).