We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I manually run the tests locally with SQLite, a lot of scenarios are failing. Not surprising given the custom db queries used in that command.
Some failures are also because of wp site empty. See wp-cli/entity-command#430 for a related issue tracking compatibility of that command.
wp site empty
In other instances there seem to be errors when performing the SQLite queries, erroring with integrity checks.
Let's investigate those issues and figure out the course of action.
The text was updated successfully, but these errors were encountered:
Blocked by
Sorry, something went wrong.
No branches or pull requests
When I manually run the tests locally with SQLite, a lot of scenarios are failing. Not surprising given the custom db queries used in that command.
Some failures are also because of
wp site empty
. See wp-cli/entity-command#430 for a related issue tracking compatibility of that command.In other instances there seem to be errors when performing the SQLite queries, erroring with integrity checks.
Let's investigate those issues and figure out the course of action.
The text was updated successfully, but these errors were encountered: