clayg | I'm noticing on my vsaio when i run pytest it takes a LONG time to exit after the last test finishes | 16:38 |
---|---|---|
clayg | strace seems like it's doing something with "coverage" ... but between reporting coverage on *tests* and vagrant shared filesystem it seems like a slow waste of time | 16:39 |
clayg | it seems like a new behavior to me - maybe something changed in our test configuration recently? | 16:40 |
clarkb | I think pytest is realtively new as part of the effort to support python3.10 (since nose is unmaintained and doesn't do new python?) | 16:41 |
opendevreview | Jianjian Huo proposed openstack/swift master: swift_proxy: add memcache skip success/error stats for shard range. https://review.opendev.org/c/openstack/swift/+/858942 | 19:04 |
timburke | clayg, try passing --no-cov, should help | 19:05 |
timburke | we can consider dropping the coverage opts from tox.ini while making sure CI still includes it -- i find it useful on occasion to compare coverage between different patches | 19:07 |
timburke | or we decide that we don't really care about coverage enough to generate these reports all the time. either way | 19:08 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!