It looks like drupal.org is running the patch at #109037: move users.access into its own table but there's nothing that actually creates that table anywhere. Therefore, when you run SimpleTest tests, you end up with 11,000 exceptions (give or take) that all say:

Table 'metrics_drupal.simpletest652753users_access' doesn't exist query: /* x.x.x.x batch */ SELECT access FROM simpletest652753users_access WHERE uid = 1

Would drupal.org customizations be the proper place to add this? Or a patch to user.install? Or?

Comments

webchick’s picture

Status: Active » Needs review
StatusFileSize
new2.4 KB

I went with Drupal.org customizations. Untested patch.

webchick’s picture

Status: Needs review » Needs work
StatusFileSize
new2.39 KB

Hm. Well here's one with fewer syntax errors, but still isn't solving the problem. I'll have to look at it more some other time.

drumm’s picture

Issue summary: View changes
Status: Needs work » Closed (cannot reproduce)

We no longer use the Pressflow patch that made this table.