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:39:14 +0200
commitf7e53f864b527245081e31982868d3f9f4645630 (patch)
tree0b86280659130d894113077ea7277547bee6c417 /selftest
parent3fd685e71ac6c73b0af5a650bb6617d4b56ab762 (diff)
downloadsamba-f7e53f864b527245081e31982868d3f9f4645630.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 0709b2dc616..710fd33894e 100644
--- a/selftest/knownfail
+++ b/selftest/knownfail
@@ -343,4 +343,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\)