I'm setting up some E2E tests for my application, and I sometimes get into a state where my electric collection just refuses to sync a shape stream. Optimistic updates get reverted after a few seconds. It's not exactly deterministic, but on the "happy path" where I run everything in a fresh docker compose, minimal parallelism, and no repeat tests it happens 5-10% of the time. If I up the parallelism and repeats the failure rate shoots up
Is this something I should be expecting if I am creating and deleting many db objects and shape streams in a very short space of time?