When I run ANY tests included with Drupal via the web test runner, or run my own tests, I get many error messages of this form:

[21-Feb-2014 00:03:48 UTC] Watchdog: node module installed. | severity: 6 | type: system | uid: 1 | 172.16.183.1 | http://172.16.183.132:8888/batch?id=7&op=do | http://172.16.183.132:8888/batch?op=start&id=7 | Fatal error Unknown 0 Unknown

It makes it very difficult to find actual failures as there can be over a hundred of messages similar to this. They all seem to relate to setup done by the test runner. The tests for the most part seem to be successful otherwise.

I set up Drupal 7.26 by checking out from git and using drush si and drush runserver. I get the same issue using either MySQL or SQLite. I am running on Ubuntu 12.04.

Comments

jannino’s picture

Category: Support request » Bug report
jannino’s picture

Title: I get many watchdog related fail errors when running any test. » drush runserver: I get many watchdog related fail errors when running any test.

I found the issue only happens when using drush runserver. Using a proper apache server does not result in the issue.

Nick_vh’s picture

Priority: Normal » Major

Version: 7.26 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.