search for: qemudie

Displaying 20 results from an estimated 63 matches for "qemudie".

2009 Aug 13
1
[PATCH libguestfs] tests: increase likelihood that heap abuse triggers failure
...gressions/Makefile.am | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/regressions/Makefile.am b/regressions/Makefile.am index a51c76b..3279f95 100644 --- a/regressions/Makefile.am +++ b/regressions/Makefile.am @@ -40,7 +40,10 @@ SKIPPED_TESTS = \ FAILING_TESTS = \ test-qemudie-launchfail.sh +random_val := $(shell awk 'BEGIN{srand(); print 1+int(255*rand())}' < /dev/null) + TESTS_ENVIRONMENT = \ + MALLOC_PERTURB_=$(random_val) \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ NOEXEC_CHECK="$(top_builddir)/src...
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of using automake. The aim of this exercise is to allow us to run the full test suite on an installed copy of libguestfs. Another aim is to allow us to work around all the limitations and problems of automake. The first patch makes an observation that since the ./run script sets up $PATH to contain all the directories
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series: https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html This is the finished version that updates all of the shell-script based tests. It passes 'make check', 'make check-direct' and 'make check-slow'. Rich.
2011 Nov 11
3
[PATCH v2] Add mdadm-create, list-md-devices APIs.
This adds the mdadm-create API for creating RAID devices, and includes various fixes for the other two patches. Rich.
2014 Oct 04
4
[PATCH v4 0/4] tests: Introduce test harness for running tests.
This converts more of the tests (basically everything under tests/) to use the test harness, revealing some problems which have subsequently been fixed. Rich.
2017 Jul 07
2
[PATCH v3] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..87dba240b 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2014 Oct 05
12
[PATCH v5 0/7] tests: Introduce test harness for running tests.
Since v4: - More tests have been converted. - Testing local guests fixed. - Drop no-exec-stack test.
2014 Oct 23
10
[PATCH v6 00/10] tests: Introduce test harness for running tests.
For v6: This is mainly just a rebase, but I have also added tests in the ocaml/ language bindings directory, and for all the OCaml-written virt tools. Rich.
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7: The only changes since v6 are those suggested by Pino in the review of v5.
2015 Jul 28
10
[PATCH 00/10] tests: Introduce test harness for running tests.
I should probably start by saying this patch series isn't ready for review yet. This patch series adds a test harness to libguestfs. It allows us to run the tests outside the ordinary 'make check' path in the build tree. In particular, you can use this to run tests when libguestfs has been installed. 'make check' and the other 'make check-*' rules still work. The
2015 Jul 31
14
[PATCH v2 00/14] tests: Introduce test harness for running tests.
This is a more complete patch to add the test harness. The only parts missing now are the language bindings (except OCaml). The language bindings need a bit more thought. At the moment most language binding tests are done through some sort of shell script like perl/run-perl-tests which either runs each test itself or uses some language-specific machinary to run each test. The problem with that
2015 Aug 04
16
[PATCH v3 01/16] tests: Introduce test harness for running tests.
Since v2: - Add perl tests. - Reworked and fixed the tests for virt-builder. - Some further minor bug fixes.
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3: - A large number of fixes, especially for running the tests on installed libguestfs. - Fixed EXTRA_DIST rules throughout. - Extra patch 17/17 which is a tidy-up of the generated XML listing guests. Rich.
2010 Dec 07
0
builder-debian libguestfs FAILED tests 4c5038ab54fb6fdff75ca8d5fdda9e73f48a5050
...sh PASS: test-copy.sh PASS: test-find0.sh PASS: test-guestfish-a.sh PASS: test-guestfish-d.sh PASS: test-launch-race.pl libguestfs: error: luks_open: No key available with this passphrase. PASS: test-luks.sh PASS: test-lvm-filtering.sh PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl PASS: test-qemudie-killsub.sh libguestfs: error: unexpected end of file when reading from daemon PASS: test-qemudie-midcommand.sh PASS: test-qemudie-synch.sh PASS: test-read_file.sh PASS: test-remote.sh PASS: test-reopen.sh PASS: test-stringlist.sh =================== All 26 tests passed =================== make[2]:...
2010 Dec 24
0
builder-debian libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...sh PASS: test-copy.sh PASS: test-find0.sh PASS: test-guestfish-a.sh PASS: test-guestfish-d.sh PASS: test-launch-race.pl libguestfs: error: luks_open: No key available with this passphrase. PASS: test-luks.sh PASS: test-lvm-filtering.sh PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl PASS: test-qemudie-killsub.sh libguestfs: error: unexpected end of file when reading from daemon PASS: test-qemudie-midcommand.sh PASS: test-qemudie-synch.sh PASS: test-read_file.sh PASS: test-remote.sh PASS: test-reopen.sh PASS: test-stringlist.sh =================== All 26 tests passed =================== make[2]:...
2011 Jan 07
0
builder-debian libguestfs success 7e1114445e713c4a15f3f2cede5842044de1735a
...st-find0.sh PASS: test-guestfish-a.sh PASS: test-guestfish-d.sh PASS: test-guestfish-tilde.sh PASS: test-launch-race.pl libguestfs: error: luks_open: No key available with this passphrase. PASS: test-luks.sh PASS: test-lvm-filtering.sh PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl PASS: test-qemudie-killsub.sh libguestfs: error: unexpected end of file when reading from daemon PASS: test-qemudie-midcommand.sh PASS: test-qemudie-synch.sh PASS: test-read_file.sh PASS: test-remote.sh PASS: test-reopen.sh PASS: test-stringlist.sh =================== All 27 tests passed =================== make[2]:...
2010 Dec 24
1
builder-ubuntu libguestfs success 3f4dc56a32074a02b1b829bd7a91878f73022d1d
...Could not initialize KVM, will disable KVM support PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support PASS: test-qemudie-killsub.sh open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support libguestfs: error: unexpected end of file when reading from daemon open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support PASS: test-qemudie-midcommand.sh open...
2010 Dec 07
0
builder-debian libguestfs success 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...sh PASS: test-copy.sh PASS: test-find0.sh PASS: test-guestfish-a.sh PASS: test-guestfish-d.sh PASS: test-launch-race.pl libguestfs: error: luks_open: No key available with this passphrase. PASS: test-luks.sh PASS: test-lvm-filtering.sh PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl PASS: test-qemudie-killsub.sh libguestfs: error: unexpected end of file when reading from daemon PASS: test-qemudie-midcommand.sh PASS: test-qemudie-synch.sh PASS: test-read_file.sh PASS: test-remote.sh PASS: test-reopen.sh PASS: test-stringlist.sh =================== All 26 tests passed =================== make[2]:...
2010 Dec 08
0
builder-ubuntu libguestfs success 4e8ad174cadf9e75401b7fa0d380d4c84c29c9ec
...Could not initialize KVM, will disable KVM support PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support PASS: test-qemudie-killsub.sh open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support libguestfs: error: unexpected end of file when reading from daemon open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support PASS: test-qemudie-midcommand.sh open...
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...st-find0.sh PASS: test-guestfish-a.sh PASS: test-guestfish-d.sh PASS: test-guestfish-tilde.sh PASS: test-launch-race.pl libguestfs: error: luks_open: No key available with this passphrase. PASS: test-luks.sh PASS: test-lvm-filtering.sh PASS: test-lvm-mapping.pl PASS: test-noexec-stack.pl PASS: test-qemudie-killsub.sh libguestfs: error: unexpected end of file when reading from daemon PASS: test-qemudie-midcommand.sh PASS: test-qemudie-synch.sh PASS: test-read_file.sh PASS: test-remote.sh PASS: test-reopen.sh PASS: test-stringlist.sh =================== All 27 tests passed =================== make[2]:...