Sluicio v0.11.62
An internal test-suite fix. No product changes — nothing in this release alters how Sluicio behaves.
What changed
One end-to-end test created an integration, a group and a user with run-unique names and never removed them, so every suite run left an integration on the test cell permanently.
That cost compounds: the integrations endpoint prices per-integration traffic queries, so every other test polling that list got slower with each run, until unrelated tests began timing out on long-lived test cells. One had its time budget raised three times chasing the symptom.
With the cleanup in place, the integration count stays flat across runs, the suite runs in roughly a quarter of the time, and the failures that only appeared on a cell with history are gone.