summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/dbcheck.sh
Commit message (Collapse)AuthorAgeFilesLines
* dbcheck: Ensure dbcheck can operate with --attrs setAndrew Bartlett2014-07-151-0/+5
| | | | | | | | This also includes a test to ensure we do not regress on this point. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit f596dc94e1ab839f13e2a9edbcec774635b5c211)
* selftest: Add tests for samba-tool dbcheck --reset-well-known-aclsAndrew Bartlett2013-03-251-0/+6
| | | | Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s4-dbcheck: Allow forcing an override of an old @MODULES recordAndrew Bartlett2013-01-101-0/+5
| | | | Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s4-test: don't fix broken objects during dbcheck testAndrew Tridgell2011-07-211-1/+1
| | | | | this leaves the database as-is, which makes it easier to examine the problem
* dbcheck: test the --reindex optionAndrew Tridgell2011-07-211-0/+5
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-test: added dbcheck run to test suiteAndrew Tridgell2011-07-211-0/+21
This should catch corruption that happens during a test run Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>