summaryrefslogtreecommitdiff
path: root/selftest/skip.opath-required
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2021-09-02 15:32:27 -0700
committerRalph Boehme <slow@samba.org>2021-09-06 08:30:31 +0000
commita54d9ffc87ebe602a0e7c48e35643ed2ff1a00bc (patch)
tree97af25ea0205454421e011f572a42257ab0b490d /selftest/skip.opath-required
parent6590bb0b77c641f0d4686b39c713c1405ffb64f5 (diff)
downloadsamba-a54d9ffc87ebe602a0e7c48e35643ed2ff1a00bc.tar.gz
s3: smbd: Add fifo test for the DISABLE_OPATH case.
Currently we hang when trying to list a directory containing a fifo when configured with DISABLE_OPATH. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14816 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'selftest/skip.opath-required')
-rw-r--r--selftest/skip.opath-required4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/skip.opath-required b/selftest/skip.opath-required
index 0faf0c4bd6c..c62d3ebd2e0 100644
--- a/selftest/skip.opath-required
+++ b/selftest/skip.opath-required
@@ -7,3 +7,7 @@
# These fail because become_root() doesn't work in make test
^samba3.blackbox.dropbox.*
^samba3.raw.samba3hide.*
+# This fails because of BUG: https://bugzilla.samba.org/show_bug.cgi?id=14816
+# which causes the server to hang when trying to open a pathref fifo without O_PATH.
+# We need to add O_NONBLOCK to make this work.
+^samba3.blackbox.fifo