Displaying 2 results from an estimated 2 matches for "9892a4d07".
2017 Aug 03
0
[PATCH 6/6] tests: Add a regression test for RHBZ#1477623.
...k.pl
TESTS = \
@@ -80,6 +81,7 @@ TESTS = \
rhbz1232192.sh \
rhbz1285847.sh \
rhbz1370424.sh \
+ rhbz1477623.sh \
test-big-heap \
test-noexec-stack.pl \
$(SLOW_TESTS)
diff --git a/tests/regressions/rhbz1477623.sh b/tests/regressions/rhbz1477623.sh
new file mode 100755
index 000000000..9892a4d07
--- /dev/null
+++ b/tests/regressions/rhbz1477623.sh
@@ -0,0 +1,49 @@
+#!/bin/bash -
+# libguestfs
+# Copyright (C) 2017 Red Hat Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Softwa...
2017 Aug 03
9
[PATCH 0/6] tests: Fix handling of device API parameters (RHBZ#1477623).
https://bugzilla.redhat.com/show_bug.cgi?id=1477623
The first two patches are cleanups.
The third patch changes the way that we handle Device and Dev_or_Path
parameters so that a parameter marked as such can really only contain
a block device name (and not, for instance, a chardev). Using a
chardev here caused hangs in the API.
The next two patches fix API usage to conform to this new stricter