]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2023-4154 dsdb/tests: Do not run SimpleDirsyncTests twice
authorAndrew Bartlett <abartlet@samba.org>
Sun, 6 Aug 2023 23:55:55 +0000 (11:55 +1200)
committerJule Anger <janger@samba.org>
Sun, 8 Oct 2023 20:06:22 +0000 (22:06 +0200)
commit8de964597772cbbdef8b0fd7cb0d3e71aacd698c
treebaf09dbb9ea7b6ec93d5769b6837b14ab3acf3a9
parent68eda471b8f4aeb64bb0e6f2dd72201e47949be7
CVE-2023-4154 dsdb/tests: Do not run SimpleDirsyncTests twice

To re-use setup code, the super-class must have no test_*() methods
otherwise these will be run as well as the class-local tests.

We rename tests that would otherwise have duplicate names

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15424

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
selftest/knownfail
source4/dsdb/tests/python/dirsync.py