Although locally tests run fine, the test bot keeps failing since the i18n patch got committed.

It looks like it doesn't enable all dependencies correctly? Wild guess: Attached patch just adds locale explicitly.

CommentFileSizeAuthor
#2 entity_bot.patch710 bytesfago
entity_bot.patch588 bytesfago
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Status: Needs review » Needs work

The last submitted patch, entity_bot.patch, failed testing.

fago’s picture

Status: Needs work » Needs review
FileSize
710 bytes

next try

Status: Needs review » Needs work

The last submitted patch, entity_bot.patch, failed testing.

fago’s picture

oh, module_enable() already fails. Also, it's strange the test-bot runs the i18n test case but not the rules test case?

bdragon’s picture

Status: Needs work » Needs review

#2: entity_bot.patch queued for re-testing.

Berdir’s picture

Looks like the same problem that I once had in TMGMT. i18n depends on variable.module, but the dependency on that is missing. That's why the install fails.

Try to ping rfay in IRC to have him rebuild the dependencies manually, maybe something got messed up.

fago’s picture

Status: Needs review » Fixed

oh, I see - thanks!!

Seems they've been already rebuilt, tests are green again - hurray!!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.