wp-cli / extension-command

Manages plugins and themes, including installs, activations, and updates.
MIT License
88 stars 80 forks source link

SQLite Compatibility #377

Closed swissspidy closed 11 months ago

swissspidy commented 11 months ago

I'm encountering some interesting errors when running tests with SQLite.

For example the plugin activation tests are failing because the SQLite plugin attempts to do a redirect upon activation. That said, I wonder if it should actually already be active or not.

In other cases it's simple the count of plugins that's wrong and needs updating when on SQLite

swissspidy commented 11 months ago
swissspidy commented 11 months ago

https://github.com/wp-cli/extension-command/actions/runs/6603123825?pr=378 is interesting. Apparently the GitHub Action is running out of disk space with SQLite... 14GB are provided usually.