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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupalorg_user_access.patch | 2.39 KB | webchick |
| #1 | drupalorg_user_access.patch | 2.4 KB | webchick |
Comments
Comment #1
webchickI went with Drupal.org customizations. Untested patch.
Comment #2
webchickHm. 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.
Comment #3
drummWe no longer use the Pressflow patch that made this table.