sqlite output format not working in docker
RootLUG opened this issue · 1 comments
RootLUG commented
SQLite tests in a docker image are failing with a disk i/o error. Pytest coverage also not working inside the docker as it fails with the same error because it saves the coverage data into the SQLite db.
Appears to be a problem related or similar to:
nedbat/coveragepy#915
RootLUG commented
This issue seem no longer to be present/can't reproduce. It was probably because of fsize limit being set from the config file when zip bomb was tested in unittest that influenced also sqlite database creation and operations. Re-open this issue if the problem appears again.