Skip to content

Commit

Permalink
drop some failing tests (#28954)
Browse files Browse the repository at this point in the history
*  nfs-utils - drop failing tests
    
    nfs-utils:
     - 'rpcctl --help' depends on sysfs being mounted or it exits fail.

 *  cups - drop failing test
    
    cups:
     - lpstat was expecting a running service to talk to

 *  coreutils - drop failing test
    
    coreutils -
     - 'sleep' is a busybox shell builtin that fails and exits shell.

 *  zfs - drop some tests
    
    zfs:
     - 'zed --version' requires root. change to 'zed -h'
- 'zfs --version' tries to load kernel modules. change to 'zfs --help'
     - 'zpool --version' - tries kernel function. change to --help
     - 'zstreamdump' exits 1 - drop
  • Loading branch information
smoser authored Sep 20, 2024
1 parent cb964be commit b222378
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion coreutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ test:
printenv --version
rm --version
rmdir --version
sleep --version
stat --version
stdbuf --version
stty --version
Expand Down
1 change: 0 additions & 1 deletion cups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,5 @@ test:
# AUTOGENERATED
- runs: |
ippeveprinter --version
lpstat version
ppdi version
cupsd --help
1 change: 0 additions & 1 deletion nfs-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,5 @@ test:
rpc.idmapd -h
rpc.mountd --version
rpc.statd --version
rpcctl --help
rpcdebug -h
showmount --version
7 changes: 3 additions & 4 deletions zfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ test:
- runs: |
raidz_test -h
fsck.zfs --version
zed version
zfs --version
zpool --version
zstreamdump -v
zed -h
zfs --help
zpool --help
ztest --help

0 comments on commit b222378

Please sign in to comment.