Skip to content
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

SQLite Compatibility #131

Closed
swissspidy opened this issue Oct 21, 2023 · 1 comment · Fixed by #132
Closed

SQLite Compatibility #131

swissspidy opened this issue Oct 21, 2023 · 1 comment · Fixed by #132

Comments

@swissspidy
Copy link
Member

Some errors I'm running into when running the tests with SQLite:

002 Scenario: Not providing plugin slugs should throw an error unless --all given # features/language-plugin.feature:224
When I run `wp language plugin list --all`                                  # features/language-plugin.feature:254
$ wp language plugin list --all

Error: The site you have requested is not installed.
Run `wp core install` to create database tables.

$ wp plugin install akismet --version=4.0 --force

Error: The site you have requested is not installed.
Run `wp core install` to create database tables.

The errors are odd in the sense that the database should have been properly installed by the SQLite plugin. Question is why that isn't happening for this test. That said, how is it supposed to that if the plugin isn't actually activated 🤔

@swissspidy

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant