[libvirt] Test failures on current git master

I'm sincerely not sure what's going on here since the first validity errors (for bond.xml) don't seem right to me, so I'll leave it to whoever has an idea what the problem might be. -- Diego Elio Pettenò — “Flameeyes” http://blog.flameeyes.eu/ If you found a .asc file in this mail and know not what it is, it's a GnuPG digital signature: http://www.gnupg.org/

On Wed, Dec 23, 2009 at 03:42:20PM +0100, Diego Elio “Flameeyes” Pettenò wrote:
I'm sincerely not sure what's going on here since the first validity errors (for bond.xml) don't seem right to me, so I'll leave it to whoever has an idea what the problem might be.
Works for me on Fedora 12 here: paphio:~/libvirt/tests -> ./interfaceschematest 1) interfaceschemadata/ethernet-static-no-prefix.xml OK 2) interfaceschemadata/bond-arp.xml OK 3) interfaceschemadata/ethernet-static.xml OK 4) interfaceschemadata/vlan.xml OK 5) interfaceschemadata/bond.xml OK 6) interfaceschemadata/ethernet-dhcp.xml OK 7) interfaceschemadata/bridge42.xml OK 8) interfaceschemadata/bridge.xml OK 9) interfaceschemadata/bridge-vlan.xml OK 10) interfaceschemadata/bridge-no-address.xml OK Validated 10 files, 0 failed paphio:~/libvirt/tests -> make sure you have the latest libxml2 release as I fixed an RNg bug that was raied by the interface schemas a couple of months ago. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

Il giorno mer, 23/12/2009 alle 15.42 +0100, Diego Elio “Flameeyes” Pettenò ha scritto:
I'm sincerely not sure what's going on here since the first validity errors (for bond.xml) don't seem right to me, so I'll leave it to whoever has an idea what the problem might be.
I still have some, and that's also with the released 0.7.5 (more on that in a moment): running libvirtd with a valid config file (2 seconds) ./daemon-conf: line 82: kill: (27617) - No such process FAIL: daemon-conf 33) QEMU XML-2-ARGV graphics-sdl ... FAILED 34) QEMU XML-2-ARGV graphics-sdl-fullscreen ... FAILED -- Diego Elio Pettenò — “Flameeyes” http://blog.flameeyes.eu/ If you found a .asc file in this mail and know not what it is, it's a GnuPG digital signature: http://www.gnupg.org/

On 12/23/2009 11:51 AM, Diego Elio “Flameeyes” Pettenò wrote:
Il giorno mer, 23/12/2009 alle 15.42 +0100, Diego Elio “Flameeyes� Pettenò ha scritto:
I'm sincerely not sure what's going on here since the first validity errors (for bond.xml) don't seem right to me, so I'll leave it to whoever has an idea what the problem might be.
I still have some, and that's also with the released 0.7.5 (more on that in a moment):
running libvirtd with a valid config file (2 seconds) ./daemon-conf: line 82: kill: (27617) - No such process FAIL: daemon-conf
I've had a daemon-conf failure for a while because the generated argv is too long, because my libvirt directory is /buried/deep/inside/a/directory/tree that pushes it over the limit. I haven't taken the time to figure out a fix short of disabling the test.
33) QEMU XML-2-ARGV graphics-sdl ... FAILED 34) QEMU XML-2-ARGV graphics-sdl-fullscreen ... FAILED
The HACKING file has some info on how to get more data out of test failures. The extra output could help here. - Cole

Il giorno mer, 23/12/2009 alle 12.27 -0500, Cole Robinson ha scritto:
I've had a daemon-conf failure for a while because the generated argv is too long, because my libvirt directory is /buried/deep/inside/a/directory/tree that pushes it over the limit. I haven't taken the time to figure out a fix short of disabling the test.
That's definitely the case here especially when running within portage as the base directory would be /var/tmp/portage/app-emulation/libvirt-0.7.5/work/libvirt-0.7.5/
The HACKING file has some info on how to get more data out of test failures. The extra output could help here.
Thanks, that definitely did it: 33) QEMU XML-2-ARGV graphics-sdl ... Expect [LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test XAUTHORITY=/root/.Xauthority DISPLAY=:0.1 /usr/bin/qemu -S -M pc -m 214 -smp 1 -monitor unix:/tmp /test-monitor,server,nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -std-vga ] Actual [LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test XAUTHORITY=/root/.Xauthority DISPLAY=:0.1 SDL_AUDIODRIVER=pulse /usr/bin/qemu -S -M pc -m 214 -smp 1 -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -std-vga ] ... FAILED 34) QEMU XML-2-ARGV graphics-sdl-fullscreen ... Expect [LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test XAUTHORITY=/root/.Xauthority DISPLAY=:0.1 /usr/bin/qemu -S -M pc -m 214 -smp 1 -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -full-screen ] Actual [LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test XAUTHORITY=/root/.Xauthority DISPLAY=:0.1 SDL_AUDIODRIVER=pulse /usr/bin/qemu -S -M pc -m 214 -smp 1 -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -hda /dev/HostVG/QEMUGuest1 -net none -serial none -parallel none -usb -full-screen ] ... FAILED So I prepared a patch I'm now sending together with other two, one of which solves a problem I had with the vmx tests in the release (but not in git master). -- Diego Elio Pettenò — “Flameeyes” http://blog.flameeyes.eu/ If you found a .asc file in this mail and know not what it is, it's a GnuPG digital signature: http://www.gnupg.org/
participants (3)
-
Cole Robinson
-
Daniel Veillard
-
Diego Elio “Flameeyes” Pettenò