summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/dbcheck.sh
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25selftest: Add tests for samba-tool dbcheck --reset-well-known-aclsAndrew Bartlett1-0/+6
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-01-10s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett1-0/+5
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2011-07-21s4-test: don't fix broken objects during dbcheck testAndrew Tridgell1-1/+1
this leaves the database as-is, which makes it easier to examine the problem
2011-07-21dbcheck: test the --reindex optionAndrew Tridgell1-0/+5
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-07-21s4-test: added dbcheck run to test suiteAndrew Tridgell1-0/+21
This should catch corruption that happens during a test run Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>