summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-05-16 13:17:52 -0700
committerKarolin Seeger <kseeger@samba.org>2018-06-07 09:40:15 +0200
commitb310f375726afedbc33f9f9033f7f79772898dc9 (patch)
treee9da70541cfb5f6eb70fb097ed4441ca39136a87 /selftest
parentbf63e6f23721487e1e582154b14ba7b069670d93 (diff)
downloadsamba-b310f375726afedbc33f9f9033f7f79772898dc9.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> (cherry picked from commit 8f121747b06ca78cf51801a3931b2ddd1a424c77)
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 74b7092c8c7..dd23c7d204f 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -345,4 +345,3 @@
^samba.tests.ntlmauth.python\(ktest\).ntlmauth.NtlmAuthTests.test_ntlm_connection\(ktest\)
# Disabling NTLM means you can't use samr to change the password
^samba.tests.ntlmauth.python\(ktest\).ntlmauth.NtlmAuthTests.test_samr_change_password\(ktest\)
-^samba3.blackbox.dfree_quota \(fileserver\).Test dfree cache\(fileserver\)