From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [libvirt test] 115509: regressions - FAIL
Date: Fri, 03 Nov 2017 15:52:09 +0000 [thread overview]
Message-ID: <osstest-115509-mainreport@xen.org> (raw)
flight 115509 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/115509/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-i386-libvirt-qcow2 18 guest-start.2 fail REGR. vs. 115476
test-amd64-amd64-libvirt-vhd 17 guest-start/debian.repeat fail REGR. vs. 115476
Tests which did not succeed, but are not blocking:
test-armhf-armhf-libvirt-xsm 14 saverestore-support-check fail like 115476
test-armhf-armhf-libvirt 14 saverestore-support-check fail like 115476
test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 115476
test-amd64-i386-libvirt-xsm 13 migrate-support-check fail never pass
test-amd64-amd64-libvirt 13 migrate-support-check fail never pass
test-amd64-amd64-libvirt-xsm 13 migrate-support-check fail never pass
test-amd64-i386-libvirt 13 migrate-support-check fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
test-amd64-i386-libvirt-qcow2 12 migrate-support-check fail never pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
test-amd64-amd64-libvirt-vhd 12 migrate-support-check fail never pass
test-armhf-armhf-libvirt-xsm 13 migrate-support-check fail never pass
test-armhf-armhf-libvirt 13 migrate-support-check fail never pass
test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass
version targeted for testing:
libvirt a1e3e8ddbd75050a20db663303b7851e1069ebe0
baseline version:
libvirt 1bf893406637e852daeaafec6617d3ee3716de25
Last test of basis 115476 2017-11-02 04:22:37 Z 1 days
Testing same since 115509 2017-11-03 04:20:26 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Andrea Bolognani <abologna@redhat.com>
Daniel Veillard <veillard@redhat.com>
Jiri Denemark <jdenemar@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 pass
test-amd64-i386-libvirt-xsm pass
test-amd64-amd64-libvirt pass
test-armhf-armhf-libvirt pass
test-amd64-i386-libvirt pass
test-amd64-amd64-libvirt-pair pass
test-amd64-i386-libvirt-pair pass
test-amd64-i386-libvirt-qcow2 fail
test-armhf-armhf-libvirt-raw pass
test-amd64-amd64-libvirt-vhd fail
------------------------------------------------------------
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 a1e3e8ddbd75050a20db663303b7851e1069ebe0
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Oct 26 21:51:37 2017 +0200
qemu: Add support for block-incremental migration parameter
We handle incremental storage migration in a different way. The support
for this new (as of QEMU 2.10) parameter is only needed for full
coverage of migration parameters used by QEMU.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit f6e2a70ae2c9b9e9452c1e88f15b8beda178aa4a
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Oct 26 20:47:16 2017 +0200
qemu: Add support for max-bandwidth migration parameter
We already support several ways of setting migration bandwidth and this
is not adding another one. With this patch we are able to read and write
this parameter using query-migrate-parameters and migrate-set-parameters
in one call with all other parameters.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit af1d2fe2705a7f3ee4334208903897b804f05cbb
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Oct 26 20:11:47 2017 +0200
qemu: Rename TLS related migration parameters
The parameters used "migrate" prefix which is pretty redundant and
qemuMonitorMigrationParams structure is our internal representation of
QEMU migration parameters and it is supposed to use names which match
QEMU names.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 2384b6f019e6c3a03297856255a2e349e9174505
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Mon Oct 23 16:55:02 2017 +0200
qemu: Add support for setting downtime-limit migration parameter
We already support setting the maximum downtime with a dedicated
virDomainMigrateSetMaxDowntime API. This patch does not implement
another way of setting the downtime by adding a new public migration
parameter. It just makes sure any parameter we are able to get from a
QEMU monitor by query-migrate-parameters can be passed back to QEMU via
migrate-set-parameters.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 9b5d1bd2e3c646be8ed4f084b57ff6b2ac64c85f
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Oct 26 20:52:32 2017 +0200
qemumonitorjsontest: Rename 2nd CHECK macro in migration params test
The second CHECK macro was used for string parameters. Let's rename it
to CHECK_STR and move it up to have all checks in one place.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit cf0c87aacf9767a2888e8f38376a63f3f1f5663c
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Oct 26 20:50:35 2017 +0200
qemumonitorjsontest: Rename 1st CHECK macro in migration params test
The first CHECK macro in the test is used for checking integer values.
Let's make it a bit more generic to be usable for any numeric type and
use it for a new CHECK_INT macro.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 487759126be44534e76b69f89e4746d07a8be3c1
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Oct 26 22:10:31 2017 +0200
qemu: Drop giant if statement from qemuMonitorSetMigrationParams
The check can be easily replaced with a simple test in the JSON
implementation and we don't need to update it every time a new parameter
is added.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 6bc3d06700c6623147a463c2f10b1893d1e08bd4
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Mon Oct 23 17:06:57 2017 +0200
qemu: Use macro for setting string migration parameters
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 27e56337246b501e68a52c2930179a9ce9afadc3
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Mon Oct 23 17:03:25 2017 +0200
qemu: Generalize APPEND macro in qemuMonitorJSONSetMigrationParams
The APPEND macro is now be usable for any type.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 7ddcab891eba9a17798af5ff77fe0f7de00331dd
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Mon Oct 23 17:17:58 2017 +0200
qemu: Use macro for parsing ull migration parameters
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 4fabc0caa0e058d5865322f946a93da177928a5b
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Mon Oct 23 17:15:32 2017 +0200
qemu: Use macro for parsing string migration parameters
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit c04fbbd9c9e49180aef4d9be674bef1154877260
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Mon Oct 23 17:11:10 2017 +0200
qemu: Generalize PARSE macro in qemuMonitorJSONGetMigrationParams
The macro (now called PARSE_SET) is now usable for any type which needs
a *_set bool for indicating a valid value.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 3b2674ff634c046a8cee35794a7325dad650a8f3
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Nov 2 14:03:14 2017 +0100
cpu_map: Add cqm alternative name for cmt
Linux kernel shows our "cmt" feature as "cqm". Let's mention the name in
the cpu_map.xml to make it easier to find.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 37e18b0cc8e993db7e7538192825a0ce26e8b7ce
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Thu Nov 2 21:43:00 2017 +0100
Post-release version bump to 3.10.0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
commit 6380fb9795cf921b96e1ad235a0cab78e318299d
Author: Daniel Veillard <veillard@redhat.com>
Date: Thu Nov 2 18:12:45 2017 +0100
Release of libvirt-3.9.0
* docs/news.xml: update for release
* po/*po*: regenerated
commit 2de6d8c47d2b6949df3fc0c984e8885f1e369675
Author: Andrea Bolognani <abologna@redhat.com>
Date: Wed Nov 1 17:12:21 2017 +0100
news: Update for 3.9.0 release
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
commit 49c945a6f5c885394507f88086cc2f9461df7c27
Author: Jiri Denemark <jdenemar@redhat.com>
Date: Wed Nov 1 18:35:57 2017 +0100
cputest: Skip tests requiring JSON_MODELS if QEMU is disabled
Some tests require JSON_MODELS to be parsed into qemuCaps and applied
when computing CPU models and such test cannot succeed if QEMU driver is
disabled. Let's mark the tests with JSON_MODELS_REQUIRED and skip the
appropriate parts if building without QEMU.
On the other hand, CPU tests with JSON_MODELS should succeed even if
model definitions from QEMU are not parsed and applied. Let's explicitly
test this by repeating the tests without JSON_MODELS set.
This fixes the build with QEMU driver disabled, e.g., on some
architectures on RHEL/CentOS.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
reply other threads:[~2017-11-03 15:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=osstest-115509-mainreport@xen.org \
--to=osstest-admin@xenproject.org \
--cc=xen-devel@lists.xensource.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).