-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unisntall tests failing on multisite #532
Comments
OK, those particular errors are actually not the issue themselves. They only appear because
|
I guess that doesn't change the fact that somewhere along the way we are switching blogs when we shouldn't be. |
Well, actually, we don't switch sites when we shouldn't. We switch to the other site when we go to uninstall the first thing that we uninstall (which happens to be the points component), but the tables for that site truly aren't in the database, even though the ste still legitimately exists (that is, it hasn't been uninstalled at some point). This is caused by WPPPB removing all tables that aren't in the list of WordPress tables for the current site before it installs the plugins. I suppose it just needs to make provision for multisite there and check for tables that belong to other sites beside the current one. |
As noted in #531, the uninstall tests are failing on multisite. See https://travis-ci.org/WordPoints/wordpoints/jobs/159920235#L466 for example.
This may be related to recent changes in WordPress's test suite, like the addition of
_delete_all_data()
, or it may be partly caused by the new loader introduced as part of WordPoints/dev-lib#161.The text was updated successfully, but these errors were encountered: