]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks: (test) add a case
authorMasatake YAMATO <yamato@redhat.com>
Sat, 11 Nov 2023 17:39:22 +0000 (02:39 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sun, 12 Nov 2023 15:14:32 +0000 (00:14 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/commands.sh
tests/expected/lslocks/lslocks-flock-ex [new file with mode: 0644]
tests/expected/lslocks/lslocks-flock-sh [new file with mode: 0644]
tests/expected/lslocks/lslocks-lease-w [new file with mode: 0644]
tests/expected/lslocks/lslocks-posix--w [new file with mode: 0644]
tests/expected/lslocks/lslocks-posix-r- [new file with mode: 0644]
tests/expected/lslocks/lslocks-posix-rw [new file with mode: 0644]
tests/ts/lslocks/lslocks [new file with mode: 0755]

index 17b1132797b67285f34a3affa8de87ae7bd3d3b9..a7714bdf3cdbb35ebe23eed8a76957aeee385b5a 100644 (file)
@@ -91,6 +91,7 @@ TS_CMD_LSBLK=${TS_CMD_LSBLK-"${ts_commandsdir}lsblk"}
 TS_CMD_LSCLOCKS=${TS_CMD_LSCPU-"${ts_commandsdir}lsclocks"}
 TS_CMD_LSCPU=${TS_CMD_LSCPU-"${ts_commandsdir}lscpu"}
 TS_CMD_LSFD=${TS_CMD_LSFD-"${ts_commandsdir}lsfd"}
+TS_CMD_LSLOCKS=${TS_CMD_LSLOCKS-"${ts_commandsdir}lslocks"}
 TS_CMD_LSMEM=${TS_CMD_LSMEM-"${ts_commandsdir}lsmem"}
 TS_CMD_LSNS=${TS_CMD_LSNS-"${ts_commandsdir}lsns"}
 TS_CMD_MCOOKIE=${TS_CMD_MCOOKIE-"${ts_commandsdir}mcookie"}
diff --git a/tests/expected/lslocks/lslocks-flock-ex b/tests/expected/lslocks/lslocks-flock-ex
new file mode 100644 (file)
index 0000000..b7e6ee2
--- /dev/null
@@ -0,0 +1,4 @@
+test_mkfds FLOCK  WRITE 0 0
+# flock-ex + COMMAND,TYPE,SIZE,MODE,START,END + --raw --noheadings: 0
+util-linux-lslocks-target-file
+# flock-ex + PATH + --raw --noheadings: 0
diff --git a/tests/expected/lslocks/lslocks-flock-sh b/tests/expected/lslocks/lslocks-flock-sh
new file mode 100644 (file)
index 0000000..6188cc1
--- /dev/null
@@ -0,0 +1,4 @@
+test_mkfds FLOCK  READ 0 0
+# flock-sh + COMMAND,TYPE,SIZE,MODE,START,END + --raw --noheadings: 0
+util-linux-lslocks-target-file
+# flock-sh + PATH + --raw --noheadings: 0
diff --git a/tests/expected/lslocks/lslocks-lease-w b/tests/expected/lslocks/lslocks-lease-w
new file mode 100644 (file)
index 0000000..78a0a21
--- /dev/null
@@ -0,0 +1,4 @@
+test_mkfds LEASE  WRITE 0 0
+# lease-w + COMMAND,TYPE,SIZE,MODE,START,END + --raw --noheadings: 0
+util-linux-lslocks-target-file
+# lease-w + PATH + --raw --noheadings: 0
diff --git a/tests/expected/lslocks/lslocks-posix--w b/tests/expected/lslocks/lslocks-posix--w
new file mode 100644 (file)
index 0000000..2668fcd
--- /dev/null
@@ -0,0 +1,4 @@
+test_mkfds POSIX 1B WRITE 0 0
+# posix--w + COMMAND,TYPE,SIZE,MODE,START,END + --raw --noheadings: 0
+util-linux-lslocks-target-file
+# posix--w + PATH + --raw --noheadings: 0
diff --git a/tests/expected/lslocks/lslocks-posix-r- b/tests/expected/lslocks/lslocks-posix-r-
new file mode 100644 (file)
index 0000000..5e1113d
--- /dev/null
@@ -0,0 +1,4 @@
+test_mkfds POSIX 1B READ 0 0
+# posix-r- + COMMAND,TYPE,SIZE,MODE,START,END + --raw --noheadings: 0
+util-linux-lslocks-target-file
+# posix-r- + PATH + --raw --noheadings: 0
diff --git a/tests/expected/lslocks/lslocks-posix-rw b/tests/expected/lslocks/lslocks-posix-rw
new file mode 100644 (file)
index 0000000..890d96a
--- /dev/null
@@ -0,0 +1,6 @@
+test_mkfds POSIX 3B READ 0 0
+test_mkfds POSIX 3B WRITE 2 2
+# posix-rw + COMMAND,TYPE,SIZE,MODE,START,END + --raw --noheadings: 0
+util-linux-lslocks-target-file
+util-linux-lslocks-target-file
+# posix-rw + PATH + --raw --noheadings: 0
diff --git a/tests/ts/lslocks/lslocks b/tests/ts/lslocks/lslocks
new file mode 100755 (executable)
index 0000000..fc64c85
--- /dev/null
@@ -0,0 +1,69 @@
+#!/bin/bash
+#
+# Copyright (C) 2023 Masatake YAMATO <yamato@redhat.com>
+#
+# This file is part of util-linux.
+#
+# This file 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 Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+TS_TOPDIR="${0%/*}/../.."
+TS_DESC="flock"
+
+. "$TS_TOPDIR"/functions.sh
+ts_init "$*"
+
+ts_check_test_command "$TS_CMD_LSLOCKS"
+ts_check_test_command "$TS_HELPER_MKFDS"
+ts_check_prog "sed"
+
+ts_cd "$TS_OUTDIR"
+
+FILE0=util-linux-lslocks-target-file
+FILE=${FILE0}--$$
+FD=17
+COLS=COMMAND,TYPE,SIZE,MODE,START,END
+OPTS="--raw --noheadings"
+METHODS=(
+    flock-sh
+    flock-ex    
+    posix-r-
+    posix--w
+    posix-rw
+#   ofd-r-
+#   ofd--w
+#   ofd-rw    
+    lease-w
+)
+
+run_lslocks()
+{
+    local m=$1
+
+    {
+       rm -f "${FILE}"
+       coproc MKFDS { "$TS_HELPER_MKFDS" make-regular-file $FD file="$FILE" lock=$m; }
+       if read -r -u "${MKFDS[0]}" PID; then
+           "$TS_CMD_LSLOCKS" ${OPTS} --pid "${PID}" -o "${COLS}"
+           echo "# $m + ${COLS} + ${OPTS}": $?
+           "$TS_CMD_LSLOCKS" ${OPTS} --pid "${PID}" -o PATH | sed -e 's#.*\('"$FILE0"'\)--[0-9]\+ *$#\1#'
+           echo "# $m + PATH + ${OPTS}": ${PIPESTATUS[0]}
+           echo DONE >&"${MKFDS[1]}"
+       fi
+    } > "$TS_OUTPUT" 2>&1
+
+    wait "${MKFDS_PID}"
+}
+
+for m in "${METHODS[@]}"; do
+    ts_init_subtest "$m"
+    run_lslocks "$m"  
+    ts_finalize_subtest
+done