* [libvirt test] 87264: regressions - FAIL
@ 2016-03-25 14:47 osstest service owner
0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2016-03-25 14:47 UTC (permalink / raw)
To: xen-devel, osstest-admin
flight 87264 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/87264/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-armhf-armhf-libvirt 6 xen-boot fail REGR. vs. 87134
test-armhf-armhf-libvirt-xsm 6 xen-boot fail REGR. vs. 87134
Tests which did not succeed, but are not blocking:
test-armhf-armhf-libvirt-qcow2 11 migrate-support-check fail never pass
test-armhf-armhf-libvirt-qcow2 13 guest-saverestore fail never pass
test-amd64-i386-libvirt 12 migrate-support-check fail never pass
test-amd64-i386-libvirt-xsm 12 migrate-support-check fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass
test-amd64-amd64-libvirt 12 migrate-support-check fail never pass
test-amd64-amd64-libvirt-vhd 11 migrate-support-check fail never pass
test-armhf-armhf-libvirt-raw 13 guest-saverestore fail never pass
test-armhf-armhf-libvirt-raw 11 migrate-support-check fail never pass
test-amd64-amd64-libvirt-xsm 12 migrate-support-check fail never pass
version targeted for testing:
libvirt 3e5b35a538f507ed23d4130b6aa5dfcee28b7c67
baseline version:
libvirt 360229e8b4c0d99cb90ae83875566170187d6bb1
Last test of basis 87134 2016-03-24 04:31:59 Z 1 days
Testing same since 87264 2016-03-25 04:21:34 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Erik Skultety <eskultet@redhat.com>
Jovanka Gulicoska <jovanka.gulicoska@gmail.com>
Michal Privoznik <mprivozn@redhat.com>
Pavel Hrdina <phrdina@redhat.com>
jobs:
build-amd64-xsm pass
build-armhf-xsm pass
build-i386-xsm pass
build-amd64 pass
build-armhf pass
build-i386 pass
build-amd64-libvirt pass
build-armhf-libvirt pass
build-i386-libvirt pass
build-amd64-pvops pass
build-armhf-pvops pass
build-i386-pvops pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-libvirt-xsm pass
test-armhf-armhf-libvirt-xsm fail
test-amd64-i386-libvirt-xsm pass
test-amd64-amd64-libvirt pass
test-armhf-armhf-libvirt fail
test-amd64-i386-libvirt pass
test-amd64-amd64-libvirt-pair pass
test-amd64-i386-libvirt-pair pass
test-armhf-armhf-libvirt-qcow2 fail
test-armhf-armhf-libvirt-raw fail
test-amd64-amd64-libvirt-vhd pass
------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images
Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs
Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master
Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
commit 3e5b35a538f507ed23d4130b6aa5dfcee28b7c67
Author: Jovanka Gulicoska <jovanka.gulicoska@gmail.com>
Date: Wed Mar 23 19:32:13 2016 +0100
qemu: Replace some VIR_ERROR with vir*Error
qemuStateInitialize uses a mix of VIR_ERROR and standard vir*Error
calls. Prefer the standard vir*Error
commit 2c20574d5b5c8448cf4e4da6c5bd964ada8f09d4
Author: Jovanka Gulicoska <jovanka.gulicoska@gmail.com>
Date: Wed Mar 23 19:31:50 2016 +0100
qemu: Don't duplicate virGetLastErrorMessage
These uses of virGetLastError message are just duplicating
virGetLastErrorMessage.
commit 98354e362c94ab3053db45aad0c8e4ef352fcdee
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Thu Mar 24 14:57:42 2016 +0100
testutils: Adapt to highly unlikely case
Coverity pointed out that getenv("PATH") may return NULL. Well,
we check for that in virFindFileInPath() too. If this happens, we
will pass NULL into strstr(). Ouch.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
commit 8c50daa1e1a49d6623b61222f783dc3e1b72372d
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Thu Mar 24 14:54:58 2016 +0100
nsstest: Drop useless @data check
The variable is dereferenced prior its check for NULL. The check
itself does not make much sense anyway - it's our test, we know
we are not passing NULL.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
commit cd000d3a0bbfc88e0d0ac020571ff58f24615a2e
Author: Erik Skultety <eskultet@redhat.com>
Date: Wed Mar 16 23:24:47 2016 +0100
virlog: Refactor virLogParseFilters
Patch 0b231195 refactored logging output parser to make it more readable.
This patch does similar thing to logging filter parser.
commit 2f3472ca82fc890d5644cb8b30f8702c1c9bdc72
Author: Erik Skultety <eskultet@redhat.com>
Date: Thu Mar 17 09:37:24 2016 +0100
tests: Add new testcases to test parsing of log filters in virlogtest
commit f2b799cfc7f474741b0311c6efb472153313723b
Author: Erik Skultety <eskultet@redhat.com>
Date: Thu Mar 17 10:16:19 2016 +0100
tests: virlogtest: Fix testLogParseOutputs return value
The test can return positive value even though it should have failed. It just
returns the value parser returned, which should be flipped back to -1 if
something went wrong or the result was unexpected, but it isn't.
commit 68b726b93c11cc9089713667b313cae46e18a16b
Author: Pavel Hrdina <phrdina@redhat.com>
Date: Thu Mar 24 10:48:30 2016 +0100
admin_server: fix memory leak
If caller of adminConnectListServers() pass NULL instead of servers we
need to free the list we've received from virNetDaemonGetServers().
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
commit 9b48ef9c51e0c4be46de2fad4d1a5cc4682c53c7
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Wed Mar 16 10:24:38 2016 +0100
gendispatch: Avoid comparing signed and unsigned vars
The adminDispatchConnectListServers() function is generated by
our great perl script. However, it has a tiny flaw: if
adminConnectListServers() it calls fails, the control jumps onto
cleanup label where we try to free any list of servers built so
far. However, in the loop @i is unsigned (size_t) while @nresults
is signed (int). Currently, it does no harm because of the check
for @result being non-NULL. But if that ever changes in the
future, this bug will be hard to chase.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
commit cbe289d814dda6095bd0482249846d9fe70d999d
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Wed Mar 16 09:32:44 2016 +0100
event-test: Check for virConnectRegisterCloseCallback return value
In an unlikely event of virConnectRegisterCloseCallback failing,
the error is ignored. This is an example file and we shouldn't
get a bad example.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
commit bde75a895d5b8fbdda4c93411fcc820d6498dfb5
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Wed Mar 16 09:55:47 2016 +0100
event-test: Use goto cleanup instead of if else jungle
Like in the rest of our code we tend to prefer 'goto' and
'cleanup' over 'if else' code structure. Do the same here.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
commit 950a90d489b2a79fe641a95194c56112b2682d9c
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Wed Mar 23 16:19:26 2016 +0100
qemuxml2argvtest: Adapt to ethernet automatic tap creation
After 9c17d665fdc5 the tap device for ethernet network type is
automatically precreated before spawning qemu. Problem is, the
qemuxml2argvtest wasn't updated and thus is failing. Because of
all the APIs that new code is calling, I had to mock a lot. Also,
since the tap FDs are labeled separately from the rest of the
devices/files I had to enable NOP security driver for the test
too.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-25 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 14:47 [libvirt test] 87264: regressions - FAIL osstest service owner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.