Hunter Blanks
Hunter Blanks
Looks like you still have that data race to fix, @kevinburke :-)
Note you can seed the random number generator to get deterministic results.
> each time the clean_text method is called, it's recompiling the regular expressions. One note is that I do think regex compilations are cached, per https://stackoverflow.com/questions/12514157/how-does-pythons-regex-pattern-caching-work . At least on...
Alas. Some options I can think of here: 1. Annotating or otherwise altering the poppler-dependent tests so they run with `make docker-test` but not `make test` when run on OS...
A couple more points of info: 1. It's probably easiest to stay on Debian (almost all other images are, and the package tooling is a bit more straightforward), though upgrading...
Thanks for the comment, @jdu! Although, is this different than `make docker-test`? That seems to give us the same level of control, modulo kernel version at least. If so, the...
All fair points -- and I'll say this is more for you all to pick than me. But, if it's OK to offer a few points, as someone who has...
Correct. And kill -TERM doesn't work, too. Strange things afoot...
I now believe this can be reproduced if you create a service which has a flask app as one of its children.
Are we any closer to a fix on this? Almost all of my services can only be killed with SIGKILL.