From: Günther Deschner Date: Fri, 25 Jul 2025 15:58:59 +0000 (+0200) Subject: s3-selftest: add tests for winbindd_cache.tdb sanity X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073a9482f0ace8847781181a552e0d0ceb897d0c;p=thirdparty%2Fsamba.git s3-selftest: add tests for winbindd_cache.tdb sanity Guenther BUG: https://bugzilla.samba.org/show_bug.cgi?id=15963 Signed-off-by: Guenther Deschner Reviewed-by: Andreas Schneider --- diff --git a/selftest/knownfail b/selftest/knownfail index ab2d79d7114..e077fbc8553 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -338,3 +338,8 @@ # We currently don't send referrals for LDAP modify of non-replicated attrs ^samba4.ldap.rodc.python\(rodc\).__main__.RodcTests.test_modify_nonreplicated.* + +# Currently winbindd_cache.tdb is not working as expected +^samba3.winbind_cache_sanity.WINBINDD_CACHE_VERSION.* +^samba3.winbind_cache_sanity.SEQNUM.* +^samba3.winbind_cache_sanity.NDR.* diff --git a/source3/script/tests/test_winbind_cache_sanity.sh b/source3/script/tests/test_winbind_cache_sanity.sh new file mode 100755 index 00000000000..65d4e4cb778 --- /dev/null +++ b/source3/script/tests/test_winbind_cache_sanity.sh @@ -0,0 +1,112 @@ +#!/bin/sh + +if [ $# -lt 2 ]; then + cat <