Displaying 20 results from an estimated 67 matches for "test_excuse".
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in:
https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html
Rich.
2015 Mar 05
3
[PATCH 0/2] btrfs: add support to btrfs filesystem show
Chen Hanxiao (2):
New API: btrfs_filesystem_show
New API: btrfs_filesystem_show_all
daemon/btrfs.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
generator/actions.ml | 21 +++++++++++++++++++++
src/MAX_PROC_NR | 2 +-
3 files changed, 73 insertions(+), 1 deletion(-)
--
2.1.0
2015 Jan 16
18
[PATCH 00/16] btrfs: add support to btrfs scrub, balance, rescue and inspect
Hi,
This series adds new APIs to support btrfs scrub, balance, rescue
and inspect.
Some of them don't have tests because:
- btrfs_scrub and btrfs_balance completes too early before we can
test btrfs_scrub_cancel, btrfs_scrub_resume, btrfs_scrub_status,
btrfs_balance_pause, btrfs_balance_cancel, btrfs_balance_resume
and btrfs_balance_status.
- can't
2015 Jun 24
2
[PATCH v3] New API: btrfs_replace
...{ defaults with
+ name = "btrfs_replace"; added = (1, 29, 48);
+ style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [];
+ proc_nr = Some 455;
+ optional = Some "btrfs"; camel_name = "BTRFSReplace";
+ test_excuse = "put the test in 'tests/btrfs' directory";
+ shortdesc = "replace a btrfs managed device with another device";
+ longdesc = "\
+Replace device of a btrfs filesystem. On a live filesystem, duplicate the data
+to the target device which is currently stored on...
2015 Jun 10
2
[PATCH] New API: btrfs_replace_start
...t;btrfs_replace_start"; added = (1, 29, 46);
+ style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [OBool "force"];
+ proc_nr = Some 455;
+ optional = Some "btrfs"; camel_name = "BTRFSReplaceStart";
+ test_excuse = "It is better to have 3+ test disk to do the test, so put the test in 'tests/btrfs' directory";
+ shortdesc = "replace a btrfs managed device with another device";
+ longdesc = "\
+Replace device of a btrfs filesystem. On a live filesystem, duplicate the dat...
2015 Jun 15
2
[PATCH v2] New API: btrfs_replace
...{ defaults with
+ name = "btrfs_replace"; added = (1, 29, 46);
+ style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [];
+ proc_nr = Some 455;
+ optional = Some "btrfs"; camel_name = "BTRFSReplace";
+ test_excuse = "put the test in 'tests/btrfs' directory";
+ shortdesc = "replace a btrfs managed device with another device";
+ longdesc = "\
+Replace device of a btrfs filesystem. On a live filesystem, duplicate the data
+to the target device which is currently stored on...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...+ style = RErr, [String (PlainString, "filename"); String (PlainString, "format"); Int64 "size"], [OString "backingfile"; OString "backingformat"; OString "preallocation"; OString "compat"; OInt "clustersize"];
test_excuse = "tests in tests/create subdirectory";
shortdesc = "create a blank disk image";
longdesc = "\
@@ -1610,7 +1610,7 @@ to allow other libraries to interwork with libguestfs." };
{ defaults with
name = "copy_in"; added = (1, 29, 24);
- sty...
2015 Jun 17
2
Re: [PATCH v2] New API: btrfs_replace
...h.
>
OK, will fix it in next update.
>> + style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [];
>> + proc_nr = Some 455;
>> + optional = Some "btrfs"; camel_name = "BTRFSReplace";
>> + test_excuse = "put the test in 'tests/btrfs' directory";
>> + shortdesc = "replace a btrfs managed device with another device";
>> + longdesc = "\
>> +Replace device of a btrfs filesystem. On a live filesystem, duplicate the data
>> +to the target...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator.
Rich.
2015 Feb 21
0
[PATCH v2 4/4] New API: btrfs_inspect_internal_logical_resolve
...ts with
+ name = "btrfs_inspect_internal_logical_resolve";
+ style = RString "path", [Int64 "logical"; Pathname "fs"], [];
+ proc_nr = Some 453;
+ optional = Some "btrfs"; camel_name = "BTRFSInspectInternalLogicalResolve";
+ test_excuse = "can't determine a valid logical address for test";
+ shortdesc = "get path for the given logical address";
+ longdesc = "\
+Get path on a btrfs filesystem for the logical address." };
+
]
(* Non-API meta-commands available only in guestfish.
diff --git...
2015 Mar 05
0
[PATCH 1/2] New API: btrfs_filesystem_show
...ble skinny metadata extent refs." };
+ { defaults with
+ name = "btrfs_filesystem_show";
+ style = RString "output", [Device "device"], [];
+ proc_nr = Some 453;
+ optional = Some "btrfs"; camel_name = "BTRFSFilesystemShow";
+ test_excuse = "can't be tested becasue output will vary from each mkfs.btrfs";
+ shortdesc = "show btrfs filesystem with some additional info";
+ longdesc = "\
+This show btrfs filesystem with some additional info." };
+
]
(* Non-API meta-commands available only in g...
2015 Jun 12
2
Re: [PATCH] New API: btrfs_replace_start
...(1, 29, 46);
>> + style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [OBool "force"];
>> + proc_nr = Some 455;
>> + optional = Some "btrfs"; camel_name = "BTRFSReplaceStart";
>> + test_excuse = "It is better to have 3+ test disk to do the test, so put the test in 'tests/btrfs' directory";
>> + shortdesc = "replace a btrfs managed device with another device";
>> + longdesc = "\
>> +Replace device of a btrfs filesystem. On a live fi...
2015 Jun 11
0
Re: [PATCH] New API: btrfs_replace_start
...t"; added = (1, 29, 46);
> + style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [OBool "force"];
> + proc_nr = Some 455;
> + optional = Some "btrfs"; camel_name = "BTRFSReplaceStart";
> + test_excuse = "It is better to have 3+ test disk to do the test, so put the test in 'tests/btrfs' directory";
> + shortdesc = "replace a btrfs managed device with another device";
> + longdesc = "\
> +Replace device of a btrfs filesystem. On a live filesystem, du...
2015 Jun 24
0
[PATCH] New API: btrfs_replace
...{ defaults with
+ name = "btrfs_replace"; added = (1, 29, 48);
+ style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [];
+ proc_nr = Some 455;
+ optional = Some "btrfs"; camel_name = "BTRFSReplace";
+ test_excuse = "put the test in 'tests/btrfs' directory";
+ shortdesc = "replace a btrfs managed device with another device";
+ longdesc = "\
+Replace device of a btrfs filesystem. On a live filesystem, duplicate the data
+to the target device which is currently stored on...
2016 Feb 29
0
[PATCH 2/2] added ntfscat_i tests
...s with
- name = "ntfscat_i"; added = (1, 33, 2);
+ name = "ntfscat_i"; added = (1, 33, 12);
style = RErr, [Mountable "device"; Int64 "inode"; FileOut "filename"], [];
proc_nr = Some 463;
progress = true; cancellable = true;
+ test_excuse = "tested in tests/ntfscat";
shortdesc = "download a file to the local machine given its inode";
longdesc = "\
Download a file given its inode from a NTFS filesystem and save it as F<filename>
@@ -12904,6 +12905,9 @@ on the local machine.
This allows to do...
2015 Jun 16
0
Re: [PATCH v2] New API: btrfs_replace
...alue will be
changed when the patch is applied for push.
> + style = RErr, [Device "srcdev"; Device "targetdev"; Pathname "mntpoint"], [];
> + proc_nr = Some 455;
> + optional = Some "btrfs"; camel_name = "BTRFSReplace";
> + test_excuse = "put the test in 'tests/btrfs' directory";
> + shortdesc = "replace a btrfs managed device with another device";
> + longdesc = "\
> +Replace device of a btrfs filesystem. On a live filesystem, duplicate the data
> +to the target device which is...
2016 Jul 14
0
[PATCH v2 2/7] New API: setfiles - SELinux relabel parts of the filesystem.
...stem content";
longdesc = "Internal function for filesystem_walk." };
+ { defaults with
+ name = "setfiles"; added = (1, 33, 43);
+ style = RErr, [String "specfile"; Pathname "path"], [OBool "force"];
+ proc_nr = Some 467;
+ test_excuse = "tests are in the tests/relabel directory";
+ shortdesc = "relabel parts of the filesystem";
+ longdesc = "\
+SELinux relabel parts of the filesystem.
+
+The C<specfile> parameter controls the policy spec file used.
+You have to parse C</etc/selinux/config&...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.
2015 Feb 11
0
[PATCH v3 1/2] New API: btrfs_balance_status
...num>." };
+{ defaults with
+ name = "btrfs_balance_status";
+ style = RStruct ("status", "btrfsbalance"), [Pathname "path"], [];
+ proc_nr = Some 448;
+ optional = Some "btrfs"; camel_name = "BTRFSBalanceStatus";
+ test_excuse = "test disk isn't large enough that btrfs_balance completes before we can get its status";
+ shortdesc = "show the status of a running or paused balance";
+ longdesc = "\
+Show the status of a running or paused balance on a btrfs filesystem." };
+
]
(* N...
2015 Feb 13
0
[PATCH v4 1/2] New API: btrfs_balance_status
...num>." };
+{ defaults with
+ name = "btrfs_balance_status";
+ style = RStruct ("status", "btrfsbalance"), [Pathname "path"], [];
+ proc_nr = Some 448;
+ optional = Some "btrfs"; camel_name = "BTRFSBalanceStatus";
+ test_excuse = "test disk isn't large enough that btrfs_balance completes before we can get its status";
+ shortdesc = "show the status of a running or paused balance";
+ longdesc = "\
+Show the status of a running or paused balance on a btrfs filesystem." };
+
]
(* N...