wp-cli / profile-command

Quickly identify what's slow with WordPress
MIT License
271 stars 29 forks source link

SQLite Compatibility #185

Closed swissspidy closed 1 year ago

swissspidy commented 1 year ago

When running tests with SQLite (and thus the SQLite plugin active), there are a few more hooks being fired, which currently makes tests fail because the hooks aren't in the expected output.

Perhaps we can find a good way to make the tests more flexible for this kind of nuance? Would help with cases like #184 as well.