Mongodb - 6.x-1.x

Test status
StatusResult
Last receivedFri, 01/13/2012 - 15:26:37
Last requestedFri, 01/13/2012 - 15:27:52
Last testedFri, 01/13/2012 - 15:28:00
Test count6
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier6.x-1.x
ProjectMongoDB
LinkProject information
SummaryFAILED: [[SimpleTest]]: [MySQL] 1 pass(es), 1 fail(s), and 0 exception(s); [[Coder]]: [Code review] 4 minor(s), 1 critical(s), and 21 normal(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
1 pass(es), 1 fail(s), and 0 exception(s)

Non-pass

Test namePassFailException
ExpandMongoDBLogTestCase110
MessageGroupFilenameLineFunctionStatus
The test did not complete due to a fatal error.Completion checkmongodb_watchdog.test161MongoDBLogTestCase->testWatchdogLimit()

All

Test namePassFailException
ExpandMongoDBLogTestCase110
MessageGroupFilenameLineFunctionStatus
The test did not complete due to a fatal error.Completion checkmongodb_watchdog.test161MongoDBLogTestCase->testWatchdogLimit()

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
4 minor(s), 1 critical(s), and 21 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandmongodb.drush.inc001
MessageGroupFilenameLineFunctionStatus
Doxygen uses @todo and @bug to markup things to be done.Othermongodb.drush.inc83N/A
Expandmongodb.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermongodb.install-1N/A
Expandmongodb.module003
MessageGroupFilenameLineFunctionStatus
Use the matching Drupal theme functions, not raw HTML.Othermongodb.module13N/A
missing space after commaOthermongodb.module61N/A
If you define a @param or @return, you should document it as well.Othermongodb.module173N/A
Expandmongodb_watchdog/mongodb_watchdog.admin.inc1110
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othermongodb_watchdog.admin.inc8N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc113N/A
Separate comments from comment syntax by a space.Othermongodb_watchdog.admin.inc150N/A
Function documentation should be less than 80 characters per line.Othermongodb_watchdog.admin.inc208N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc231N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othermongodb_watchdog.admin.inc289N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermongodb_watchdog.admin.inc406N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc448N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc535N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc536N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc538N/A
missing space after commaOthermongodb_watchdog.admin.inc540N/A
Expandmongodb_watchdog/mongodb_watchdog.module005
MessageGroupFilenameLineFunctionStatus
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module57N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module59N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module129N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module130N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module132N/A
Expandmongodb_watchdog/mongodb_watchdog.test301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermongodb_watchdog.test-1N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othermongodb_watchdog.test89N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermongodb_watchdog.test148N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermongodb_watchdog.test150N/A

All

Test nameMinorCriticalNormal
Expandmongodb.drush.inc001
MessageGroupFilenameLineFunctionStatus
Doxygen uses @todo and @bug to markup things to be done.Othermongodb.drush.inc83N/A
Expandmongodb.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermongodb.install-1N/A
Expandmongodb.module003
MessageGroupFilenameLineFunctionStatus
Use the matching Drupal theme functions, not raw HTML.Othermongodb.module13N/A
missing space after commaOthermongodb.module61N/A
If you define a @param or @return, you should document it as well.Othermongodb.module173N/A
Expandmongodb_watchdog/mongodb_watchdog.admin.inc1110
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othermongodb_watchdog.admin.inc8N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc113N/A
Separate comments from comment syntax by a space.Othermongodb_watchdog.admin.inc150N/A
Function documentation should be less than 80 characters per line.Othermongodb_watchdog.admin.inc208N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc231N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othermongodb_watchdog.admin.inc289N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermongodb_watchdog.admin.inc406N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc448N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc535N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc536N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.admin.inc538N/A
missing space after commaOthermongodb_watchdog.admin.inc540N/A
Leafmongodb_watchdog/mongodb_watchdog.install000
Expandmongodb_watchdog/mongodb_watchdog.module005
MessageGroupFilenameLineFunctionStatus
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module57N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module59N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module129N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module130N/A
If you define a @param or @return, you should document it as well.Othermongodb_watchdog.module132N/A
Expandmongodb_watchdog/mongodb_watchdog.test301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermongodb_watchdog.test-1N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othermongodb_watchdog.test89N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermongodb_watchdog.test148N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermongodb_watchdog.test150N/A