mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: Samba4 passes all oplocks tests now
The support for oplocks is not completely finished
I believe we will not pass some non existing test.
But it's a good start.
metze
(This used to be commit 278eea57fa
)
This commit is contained in:
parent
fa2e4ba03c
commit
9ddbdfa02c
@ -3,7 +3,6 @@ local.iconv.*.next_codepoint()
|
||||
base.delaywrite.finfo update on close
|
||||
base.delete.*.deltest20a
|
||||
base.delete.*.deltest20b
|
||||
raw.oplock.*.OPLOCK
|
||||
rpc.winreg
|
||||
local.registry.*.security # Not implemented yet
|
||||
rpc.wkssvc
|
||||
|
@ -1,12 +1,10 @@
|
||||
base.delaywrite
|
||||
raw.composite
|
||||
raw.oplock
|
||||
base.iometer
|
||||
base.casetable
|
||||
base.nttrans
|
||||
.*base.bench.holdcon.* # Very slow
|
||||
base.scan.maxfid
|
||||
raw.bench.oplock
|
||||
raw.hold.oplock
|
||||
raw.ping.pong
|
||||
rpc.samr_accessmask
|
||||
@ -25,9 +23,7 @@ ntvfs.cifs.base.scan-maxfid
|
||||
ntvfs.cifs.base.utable
|
||||
ntvfs.cifs.base.smb
|
||||
ntvfs.cifs.raw.composite
|
||||
ntvfs.cifs.raw.oplock
|
||||
ntvfs.cifs.raw.notify
|
||||
ntvfs.cifs.raw.bench-oplock
|
||||
ntvfs.cifs.raw.scan-eamax
|
||||
ntvfs.cifs.raw.context
|
||||
ntvfs.cifs.raw.qfileinfo.ipc
|
||||
|
@ -562,12 +562,16 @@ sub provision($$$$$$)
|
||||
gensec:require_pac = true
|
||||
log level = $smbd_loglevel
|
||||
|
||||
# this is a global option
|
||||
opendb:oplocks = yes
|
||||
|
||||
[tmp]
|
||||
path = $tmpdir
|
||||
read only = no
|
||||
ntvfs handler = posix
|
||||
posix:sharedelay = 100000
|
||||
posix:eadb = $lockdir/eadb.tdb
|
||||
posix:oplocktimeout = 3
|
||||
|
||||
[test1]
|
||||
path = $tmpdir/test1
|
||||
@ -575,6 +579,7 @@ sub provision($$$$$$)
|
||||
ntvfs handler = posix
|
||||
posix:sharedelay = 100000
|
||||
posix:eadb = $lockdir/eadb.tdb
|
||||
posix:oplocktimeout = 3
|
||||
|
||||
[test2]
|
||||
path = $tmpdir/test2
|
||||
@ -582,6 +587,7 @@ sub provision($$$$$$)
|
||||
ntvfs handler = posix
|
||||
posix:sharedelay = 100000
|
||||
posix:eadb = $lockdir/eadb.tdb
|
||||
posix:oplocktimeout = 3
|
||||
|
||||
[cifs]
|
||||
read only = no
|
||||
|
Loading…
Reference in New Issue
Block a user