search for: rhbz690819

Displaying 20 results from an estimated 25 matches for "rhbz690819".

2017 May 17
0
[PATCH] s390x: tests: regressions: Skip IDE tests on S/390.
IDE interface is not supported. --- tests/regressions/rhbz690819.sh | 1 + tests/regressions/rhbz975797.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/regressions/rhbz690819.sh b/tests/regressions/rhbz690819.sh index d18b4d81a..0b790862d 100755 --- a/tests/regressions/rhbz690819.sh +++ b/tests/regressions/rhbz690819.sh @@ -29,6 +29,7 @@ skip_if_a...
2016 May 19
0
[PATCH 1/3] tests: specify the image format when possible
...1011907-1165785.sh | 4 ++-- tests/regressions/rhbz1054761.sh | 2 +- tests/regressions/rhbz1174551.sh | 2 +- tests/regressions/rhbz1285847.sh | 2 +- tests/regressions/rhbz563450.sh | 4 ++-- tests/regressions/rhbz580246.sh | 2 +- tests/regressions/rhbz690819.sh | 2 +- tests/regressions/rhbz789960.sh | 2 +- tests/regressions/rhbz811649.sh | 2 +- tests/regressions/rhbz975797.sh | 6 +++--- tests/tsk/test-download-inode.sh | 2 +- tools/test-virt-list-filesystems.sh | 2 +- 41 files changed, 65 ins...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
...7-1165785.sh | 4 ++-- tests/regressions/rhbz1054761.sh | 2 +- tests/regressions/rhbz1174551.sh | 2 +- tests/regressions/rhbz1285847.sh | 2 +- tests/regressions/rhbz563450.sh | 4 ++-- tests/regressions/rhbz580246.sh | 2 +- tests/regressions/rhbz690819.sh | 2 +- tests/regressions/rhbz789960.sh | 2 +- tests/regressions/rhbz811649.sh | 2 +- tests/regressions/rhbz975797.sh | 6 +++--- tests/tsk/test-download-inode.sh | 2 +- tools/test-virt-list-filesystems.sh | 2 +- 54 files changed,...
2012 Feb 15
2
[PATCH 0/2] Make appliance building thread-safe (RHBZ#790721).
These two patches make appliance building thread-safe. The first adds a test which easily demonstrates the problem. The second fixes the issue. For more information see Ian McLeod's analysis of the bug here: https://bugzilla.redhat.com/show_bug.cgi?id=790528#c5 Rich.
2012 Apr 12
5
[PATCH 0/4] libguestfs cannot open disk images which are symlinks to files that contain ':' (colon) character (RHBZ#812092).
Note: This is a regression in RHEL 6.3. Please review this patch urgently. The description of the bug is here: https://bugzilla.redhat.com/show_bug.cgi?id=812092 This patch set attempts to fix the problem conservatively, because it's a very high risk codepath and very late in the development of RHEL 6.3. The first patch reverts the behaviour of calling realpath(3) and checking for
2012 Nov 14
1
Notes on compiling libguestfs 1.19.59 on Debian 7 (Wheezy) beta
...at. It's probably some kernel config option. The udev rule (appliance/99-guestfs-serial.rules) either isn't being installed or doesn't work for some reason. I didn't look into it, but this breaks /dev/disk/guestfs/<label> disk names (see 7786d56db8c2241). tests/regressions/rhbz690819.sh fails, because either the kernel or qemu doesn't support the IDE interface. This will break virt-v2v. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN...
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
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.
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.
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...
2011 Mar 25
0
builder-debian libguestfs success a0e3b2183733c7440ad017c4ffe361935672339b
...PASS: rhbz503169c13.sh PASS: rhbz557655.sh libguestfs: error: upload: upload_stub: you must call 'mount' first to mount the root filesystem PASS: rhbz576879.sh PASS: rhbz578407.sh 2+0 records in 2+0 records out 2097152 bytes (2.1 MB) copied, 0.00426212 s, 492 MB/s PASS: rhbz580246.sh PASS: rhbz690819.sh libguestfs: error: /home/rjones/d/libguestfs/regressions/test3.img: No such file or directory PASS: test-add-domain.sh libguestfs: error: open: /tmp/nosuchfile: No such file or directory PASS: test-both-ends-cancel.sh libguestfs: error: /dev/full: write: No space left on device libguestfs: error...
2011 Mar 29
0
builder-debian libguestfs success 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...PASS: rhbz503169c13.sh PASS: rhbz557655.sh libguestfs: error: upload: upload_stub: you must call 'mount' first to mount the root filesystem PASS: rhbz576879.sh PASS: rhbz578407.sh 2+0 records in 2+0 records out 2097152 bytes (2.1 MB) copied, 0.00415655 s, 505 MB/s PASS: rhbz580246.sh PASS: rhbz690819.sh libguestfs: error: /home/rjones/d/libguestfs/regressions/test3.img: No such file or directory PASS: test-add-domain.sh libguestfs: error: open: /tmp/nosuchfile: No such file or directory PASS: test-both-ends-cancel.sh libguestfs: error: /dev/full: write: No space left on device libguestfs: error...
2011 Apr 02
0
builder-debian libguestfs success 8bb22a2902fc723eb809086dd93f5b8ed2ec85b1
...PASS: rhbz503169c13.sh PASS: rhbz557655.sh libguestfs: error: upload: upload_stub: you must call 'mount' first to mount the root filesystem PASS: rhbz576879.sh PASS: rhbz578407.sh 2+0 records in 2+0 records out 2097152 bytes (2.1 MB) copied, 0.00456583 s, 459 MB/s PASS: rhbz580246.sh PASS: rhbz690819.sh libguestfs: error: /home/rjones/d/libguestfs/regressions/test3.img: No such file or directory PASS: test-add-domain.sh libguestfs: error: open: /tmp/nosuchfile: No such file or directory PASS: test-both-ends-cancel.sh libguestfs: error: /dev/full: write: No space left on device libguestfs: error...