Redis - 7.x-2.0-alpha11

Test status
StatusResult
Last receivedWed, 09/12/2012 - 16:48:15
Last requestedWed, 09/12/2012 - 16:49:03
Last testedWed, 09/12/2012 - 16:49:39
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier7.x-2.0-alpha11
ProjectRedis
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 35 minor(s), 0 critical(s), and 30 normal(s); [[SimpleTest]]: [MySQL] 21 pass(es), 13 fail(s), and 3 exception(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
21 pass(es), 13 fail(s), and 3 exception(s)

Non-pass

Test namePassFailException
ExpandRedis variables (RedisAdminVariableTestCase) [Redis]21133
MessageGroupFilenameLineFunctionStatus
Failed to set field connection[redis_client_base] to Otheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_port] to 1234Otheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_host] to localhostOtheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_interface] to Otheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Found the requested form fields at admin/config/development/performance/redisOtheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Undefined index: redis_client_postNoticeadmin_variables.test40RedisAdminVariableTestCase->testSave()
Saved int is an intOtheradmin_variables.test40RedisAdminVariableTestCase->testSave()
Undefined index: redis_client_hostNoticeadmin_variables.test41RedisAdminVariableTestCase->testSave()
Saved string is a stringOtheradmin_variables.test41RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_base] to 0Otheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_port] to 1234Otheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_host] to localhostOtheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_interface] to Otheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Found the requested form fields at admin/config/development/performance/redisOtheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Undefined index: redis_client_baseNoticeadmin_variables.test56RedisAdminVariableTestCase->testSave()
Saved 0 valueed int is an intOtheradmin_variables.test56RedisAdminVariableTestCase->testSave()

All

Test namePassFailException
ExpandRedis variables (RedisAdminVariableTestCase) [Redis]21133
MessageGroupFilenameLineFunctionStatus
Failed to set field connection[redis_client_base] to Otheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_port] to 1234Otheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_host] to localhostOtheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_interface] to Otheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Found the requested form fields at admin/config/development/performance/redisOtheradmin_variables.test32RedisAdminVariableTestCase->testSave()
Undefined index: redis_client_postNoticeadmin_variables.test40RedisAdminVariableTestCase->testSave()
Saved int is an intOtheradmin_variables.test40RedisAdminVariableTestCase->testSave()
Undefined index: redis_client_hostNoticeadmin_variables.test41RedisAdminVariableTestCase->testSave()
Saved string is a stringOtheradmin_variables.test41RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_base] to 0Otheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_port] to 1234Otheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_host] to localhostOtheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Failed to set field connection[redis_client_interface] to Otheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Found the requested form fields at admin/config/development/performance/redisOtheradmin_variables.test50RedisAdminVariableTestCase->testSave()
Undefined index: redis_client_baseNoticeadmin_variables.test56RedisAdminVariableTestCase->testSave()
Saved 0 valueed int is an intOtheradmin_variables.test56RedisAdminVariableTestCase->testSave()

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
35 minor(s), 0 critical(s), and 30 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandlib/Redis/Cache.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherCache.php-1N/A
Expandlib/Redis/Cache/Base.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherBase.php-1N/A
There should be no trailing spacesOtherBase.php16N/A
There should be no trailing spacesOtherBase.php18N/A
else statements should begin on a new lineOtherBase.php25N/A
else statements should begin on a new lineOtherBase.php37N/A
else statements should begin on a new lineOtherBase.php42N/A
else statements should begin on a new lineOtherBase.php46N/A
else statements should begin on a new lineOtherBase.php65N/A
Expandlib/Redis/Cache/PhpRedis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Use "elseif" in place of "else if"OtherPhpRedis.php110N/A
Use "elseif" in place of "else if"OtherPhpRedis.php114N/A
Expandlib/Redis/Cache/Predis.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php33N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php65N/A
Use "elseif" in place of "else if"OtherPredis.php110N/A
Use "elseif" in place of "else if"OtherPredis.php114N/A
Expandlib/Redis/Client.php701
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClient.php-1N/A
There should be no trailing spacesOtherClient.php80N/A
There should be no trailing spacesOtherClient.php84N/A
There should be no trailing spacesOtherClient.php107N/A
There should be no trailing spacesOtherClient.php115N/A
There should be no trailing spacesOtherClient.php135N/A
There should be no trailing spacesOtherClient.php140N/A
There should be no trailing spacesOtherClient.php143N/A
Expandlib/Redis/Client/Interface.php301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php17N/A
There should be no trailing spacesOtherInterface.php20N/A
Expandlib/Redis/Client/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Client/Predis.php303
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
There should be no trailing spacesOtherPredis.php12N/A
There should be no trailing spacesOtherPredis.php23N/A
else statements should begin on a new lineOtherPredis.php26N/A
There should be no trailing spacesOtherPredis.php30N/A
else statements should begin on a new lineOtherPredis.php33N/A
Expandlib/Redis/Lock.php101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLock.php-1N/A
There should be no trailing spacesOtherLock.php14N/A
Expandlib/Redis/Lock/Backend/Default.php601
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDefault.php-1N/A
There should be no trailing spacesOtherDefault.php9N/A
There should be no trailing spacesOtherDefault.php16N/A
There should be no trailing spacesOtherDefault.php23N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php24N/A
There should be no trailing spacesOtherDefault.php64N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php65N/A
Expandlib/Redis/Lock/Backend/Interface.php801
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php14N/A
There should be no trailing spacesOtherInterface.php21N/A
There should be no trailing spacesOtherInterface.php24N/A
There should be no trailing spacesOtherInterface.php31N/A
There should be no trailing spacesOtherInterface.php41N/A
There should be no trailing spacesOtherInterface.php48N/A
There should be no trailing spacesOtherInterface.php57N/A
Expandlib/Redis/Lock/Backend/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Lock/Backend/Predis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php35N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php58N/A
Expandredis.admin.inc001
MessageGroupFilenameLineFunctionStatus
else statements should begin on a new lineOtherredis.admin.inc94N/A
Expandtests/admin_variables.test001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheradmin_variables.test-1N/A

All

Test nameMinorCriticalNormal
Expandlib/Redis/Cache.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherCache.php-1N/A
Expandlib/Redis/Cache/Base.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherBase.php-1N/A
There should be no trailing spacesOtherBase.php16N/A
There should be no trailing spacesOtherBase.php18N/A
else statements should begin on a new lineOtherBase.php25N/A
else statements should begin on a new lineOtherBase.php37N/A
else statements should begin on a new lineOtherBase.php42N/A
else statements should begin on a new lineOtherBase.php46N/A
else statements should begin on a new lineOtherBase.php65N/A
Expandlib/Redis/Cache/PhpRedis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Use "elseif" in place of "else if"OtherPhpRedis.php110N/A
Use "elseif" in place of "else if"OtherPhpRedis.php114N/A
Expandlib/Redis/Cache/Predis.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php33N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php65N/A
Use "elseif" in place of "else if"OtherPredis.php110N/A
Use "elseif" in place of "else if"OtherPredis.php114N/A
Expandlib/Redis/Client.php701
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClient.php-1N/A
There should be no trailing spacesOtherClient.php80N/A
There should be no trailing spacesOtherClient.php84N/A
There should be no trailing spacesOtherClient.php107N/A
There should be no trailing spacesOtherClient.php115N/A
There should be no trailing spacesOtherClient.php135N/A
There should be no trailing spacesOtherClient.php140N/A
There should be no trailing spacesOtherClient.php143N/A
Expandlib/Redis/Client/Interface.php301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php17N/A
There should be no trailing spacesOtherInterface.php20N/A
Expandlib/Redis/Client/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Client/Predis.php303
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
There should be no trailing spacesOtherPredis.php12N/A
There should be no trailing spacesOtherPredis.php23N/A
else statements should begin on a new lineOtherPredis.php26N/A
There should be no trailing spacesOtherPredis.php30N/A
else statements should begin on a new lineOtherPredis.php33N/A
Expandlib/Redis/Lock.php101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLock.php-1N/A
There should be no trailing spacesOtherLock.php14N/A
Expandlib/Redis/Lock/Backend/Default.php601
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDefault.php-1N/A
There should be no trailing spacesOtherDefault.php9N/A
There should be no trailing spacesOtherDefault.php16N/A
There should be no trailing spacesOtherDefault.php23N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php24N/A
There should be no trailing spacesOtherDefault.php64N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php65N/A
Expandlib/Redis/Lock/Backend/Interface.php801
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php14N/A
There should be no trailing spacesOtherInterface.php21N/A
There should be no trailing spacesOtherInterface.php24N/A
There should be no trailing spacesOtherInterface.php31N/A
There should be no trailing spacesOtherInterface.php41N/A
There should be no trailing spacesOtherInterface.php48N/A
There should be no trailing spacesOtherInterface.php57N/A
Expandlib/Redis/Lock/Backend/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Lock/Backend/Predis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php35N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php58N/A
Expandredis.admin.inc001
MessageGroupFilenameLineFunctionStatus
else statements should begin on a new lineOtherredis.admin.inc94N/A
Leafredis.autoload.inc000
Leafredis.install000
Expandredis.lock.inc200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherredis.lock.inc6N/A
There should be no trailing spacesOtherredis.lock.inc9N/A
Expandredis.module300
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherredis.module6N/A
There should be no trailing spacesOtherredis.module41N/A
There should be no trailing spacesOtherredis.module42N/A
Expandtests/admin_variables.test001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheradmin_variables.test-1N/A