Simon K
Simon K
same problem here, causing us some headaches, different tests every time, different actions, we are trying on completely fresh containers every time and still it is happening ``` selenium.common.exceptions.WebDriverException: Message:...
is it possible to use something other than okHttp at present? e.g apache http factory? Also could this be caused by some version of java running on the jenkins slave(s)?
also note: this is not caused entirely by 'parallel' runs because I tested it with a sequential single process/thread test run, it still occurs there. We can also erradicate that...
same problem on unix; data inclusive of single quoted strings aren't correctly escaped for the shell resulting in something along the lines of: `{"foo": "''"}` trying to redirect to a...
Should we consider giving the user the option? `--strict=all | --strict=marker | --strict=config` Im just wondering if we add future 'strictness' but have then coupled the user into all or...
Thanks @sandeepsuryaprasad! These seem to be 'placeholder' getter/setters for things at the moment which python typically doesn't really care about (its not as painful to add them in when required...
tell jenkins to archive off data exceeding 10+ perhaps?
I'm going to fix this now that I have a bit of free time, some initial debugging tonight will carry on this week: ----- Simple recreation: ```python import pytest def...
I found some success in using `... pytest -p pytest-cov -p my_plugin` (I assume my plugin was importing some stuff early and skewing the coverage a bit etc (not sure!)...
Thanks for the report/PR already - also suffering: ```console [https://github.com/twisted/towncrier] =====> /tmp/tmp1orupgt7/.pre-commit-hooks.yaml is not a file ``` Only started since adding the `towncrier-check` hook, not sure if it's something to...