mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
selftest: run the BASE-DELAYWRITE test 4 times faster in make test
metze
(This used to be commit 83b6da7c52
)
This commit is contained in:
parent
0d49500c35
commit
c5cf066c8b
@ -183,6 +183,7 @@ cat >$SERVERCONFFILE<<EOF
|
||||
path = $PREFIX_ABS/tmp
|
||||
read only = no
|
||||
smbd:sharedelay = 100000
|
||||
smbd:writetimeupdatedelay = 500000
|
||||
map hidden = yes
|
||||
map system = yes
|
||||
create mask = 755
|
||||
|
@ -55,6 +55,7 @@ skipped="$skipped RAW-SFILEINFO"
|
||||
echo "WARNING: Skipping tests $skipped"
|
||||
|
||||
ADDARGS="$ADDARGS --option=torture:sharedelay=100000"
|
||||
ADDARGS="$ADDARGS --option=torture:writetimeupdatedelay=500000"
|
||||
|
||||
failed=0
|
||||
for t in $tests; do
|
||||
|
Loading…
Reference in New Issue
Block a user