Craig de Stigter
Craig de Stigter
Sure thing. I'm pretty rubbish at writing docs unfortunately. I replied to the thread. Will wait a bit to see if Russell KM replies, since I don't understand his key-value-store...
@KrzysiekJ's assessment sounds about right
@ralphm Mind merging and releasing this?
(This was on my behalf via a support ticket.) This isn't _really_ a buildkite agent issue, it turns out - I was just using docker wrong. I've just realised the...
We're getting this in a (linux) docker container, in an Ubuntu 18.04 image with ipython 7.23.1 on Python 3.7.5. Frequently appears in stderr at random: ``` kx[210.140069486720768]: DEBUG: asyncio selector_events(53):...
it is a private build based on ubuntu 18.04. i'll try and make a minimal test case i can share
@MrMino I didn't get anywhere with trying to simplify our largish docker container into anything vaguely shareable. I did try setting `PYTHONTRACEMALLOC=1` and DEBUG level logging and got this: ```...
One valid reason not to use the `settings` fixture is because it's function scoped. So if you want to override settings in a class/module/session fixture you can't use it. You...
Hi @nyrareddy, were you able to do any more troubleshooting of this issue?
Thanks, that's interesting. Is this an M1 Mac?