Skip to content

SQLite Compatibility #131

@swissspidy

Description

@swissspidy

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 🤔

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions