You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the service, there are hardly any tests ensuring the behaviour don't change when we perform major upgrades to dependencies. This was exemplified in #592 where a major update in one plugin caused compression to stop working.
The change in the plugin didn't cause errors or anything, it just wasn't registered like it was before.
If there'd been some tests on a core features such as "getting compressed assets", this would've been avoided. We should add tests for similar critical API endpoints in the service to ensure similar mishaps happen later.
The text was updated successfully, but these errors were encountered:
In the service, there are hardly any tests ensuring the behaviour don't change when we perform major upgrades to dependencies. This was exemplified in #592 where a major update in one plugin caused compression to stop working.
The change in the plugin didn't cause errors or anything, it just wasn't registered like it was before.
If there'd been some tests on a core features such as "getting compressed assets", this would've been avoided. We should add tests for similar critical API endpoints in the service to ensure similar mishaps happen later.
The text was updated successfully, but these errors were encountered: