summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-05-16 13:17:52 -0700
committerJeremy Allison <jra@samba.org>2018-05-25 22:52:12 +0200
commit8f121747b06ca78cf51801a3931b2ddd1a424c77 (patch)
tree898badea87c9de89b08458506963b76ca8b0f8b6 /selftest
parentf5d05562679f6aa691b98b4a75952f7dda7ed343 (diff)
downloadsamba-8f121747b06ca78cf51801a3931b2ddd1a424c77.tar.gz
smbd: Cache dfree information based on query path
Sub directories in a SMB share can have different free space information (e.g. when a different file system is mounted there). Caching the dfree information per SMB share will return invalid data. Address this by switching to memcache and store the cached data based on the query path. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13446 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail
index 439d3f3a006..f718f452073 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -344,4 +344,3 @@
# Disabling NTLM means you can't use samr to change the password
^samba.tests.ntlmdisabled.python\(ktest\).ntlmdisabled.NtlmDisabledTests.test_samr_change_password\(ktest\)
^samba.tests.ntlmdisabled.python\(ad_dc_no_ntlm\).ntlmdisabled.NtlmDisabledTests.test_ntlm_connection\(ad_dc_no_ntlm\)
-^samba3.blackbox.dfree_quota \(fileserver\).Test dfree cache\(fileserver\)