Database Consistency

Component ID

1345066

Component name

Database Consistency

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module is intended for module and site developers and site administrators. Usually during site development Drupal database can accumulate various bugs, for example:

  • Nodes that belong to nonexistent users;
  • Missing parent terms;
  • Orphaned node revisions;
  • CCK nodereference fields that refer to missing nodes;

etc.
This module allows module authors to define a set of tests for their modules that ensures that data in modules' DB tables is consistent/ Tests are run automatically (with cron) or manually. Test fails are logged to Drupal watchdog.
Currently tests for the following modules are implemented:

  • User
  • Node
  • Taxonomy

This module was developed by Code Your Dream.