[Pkg-libvirt-commits] [libguestfs] 42/66: v2v: Disable valgrind tests that are confused by -o rhev forking.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:47:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.54-1
in repository libguestfs.

commit 02c220a6f189de0d901f16a2f09778c47aeff3ea
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Sep 23 12:47:40 2014 +0100

    v2v: Disable valgrind tests that are confused by -o rhev forking.
    
    This updates commit 0dfa96c043cee4ce82c0a45c3ad09b0a61798b79.
---
 v2v/test-v2v-no-copy.sh | 4 +++-
 v2v/test-v2v-o-rhev.sh  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/v2v/test-v2v-no-copy.sh b/v2v/test-v2v-no-copy.sh
index 35177c9..f0408dc 100755
--- a/v2v/test-v2v-no-copy.sh
+++ b/v2v/test-v2v-no-copy.sh
@@ -68,7 +68,9 @@ mkdir $d/12345678-1234-1234-1234-123456789abc/images
 mkdir $d/12345678-1234-1234-1234-123456789abc/master
 mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
 
-$VG virt-v2v --debug-gc --no-copy \
+# $VG - XXX Disabled because the forking used to write files in -o rhev
+# mode confuses valgrind.
+virt-v2v --debug-gc --no-copy \
     -i libvirt -ic "$libvirt_uri" windows \
     -o rhev -os $d
 
diff --git a/v2v/test-v2v-o-rhev.sh b/v2v/test-v2v-o-rhev.sh
index 6d21320..1162e31 100755
--- a/v2v/test-v2v-o-rhev.sh
+++ b/v2v/test-v2v-o-rhev.sh
@@ -57,7 +57,9 @@ mkdir $d/12345678-1234-1234-1234-123456789abc/images
 mkdir $d/12345678-1234-1234-1234-123456789abc/master
 mkdir $d/12345678-1234-1234-1234-123456789abc/master/vms
 
-$VG virt-v2v --debug-gc \
+# $VG - XXX Disabled because the forking used to write files in -o rhev
+# mode confuses valgrind.
+virt-v2v --debug-gc \
     -i libvirt -ic "$libvirt_uri" windows \
     -o rhev -os $d
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list