Dennis Felsing
Dennis Felsing
This panic is still happening a lot, 5 times in a single nightly run here for example: https://buildkite.com/materialize/nightlies/builds/7102
For the Cluster Isolation Test I'll try adding more sleep. Edit: That didn't work. I also can't reproduce the issue locally. @sploiselle For Postgres CDC I'm not sure why the...
The same Pg CDC error just happened with the testdrive change reverted too: https://buildkite.com/materialize/tests/builds/76590#018dd6ba-75dc-446a-a1a6-bd8ac2f33175
The same Cluster Isolation Test error also just happened without faster testdrive: https://buildkite.com/materialize/tests/builds/77422#018e09fa-1b5f-468e-a570-8cccc8802cb4
And again: https://buildkite.com/materialize/tests/builds/77924 I'm not sure this is even a testing problem. Maybe it's an actual product issue. My workaround of sleeping longer didn't work. I'll ask the storage team...
Honestly this repo was done more as a PoC than for actually writing software with. I'm not going to extend it to other platforms. If you manage to make a...
So a group of 5 players can just walk to any target (or interact with any target) and instantly ban them?
The weighting I would choose is none, I think even 7 is easy to band together and troll all full servers by banning everyone from start area instantly
We have that, it's just not bound by default and not shown in the vote window: `/specvoted` in chat. I'd be ok with adding a default bind for that and...
I would suggest just using something like this in testdrive, works today: ``` $ set-from-sql var=plan EXPLAIN PHYSICAL PLAN AS JSON FOR SELECT 1 > SELECT '${plan}'::json->'plans'->0->>'id'::text "Explained Query (fast...