You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our tests are writing files to the /tmp directory and are not properly removed, at least on our Windows 64-bit machine that run the tests. See the following screenshot:
There seem to be two kind of directories that are left behind:
Directories named with ~10 random characters: they contain the following items:
This makes me suspect that these directories are left behind by a test that does something with downloading (e.g., our lib torrent or channel tests).
Directories that contain libtorrent metadata when doing DHT lookups. The directory is created here and should be cleaned-up here.
The text was updated successfully, but these errors were encountered:
This temporary directory should be managed by the test suite. At least during the tests, this temporary directory should be created by pytest. Otherwise, should anything go wrong, nothing is managing the directory.
Our tests are writing files to the
/tmp
directory and are not properly removed, at least on our Windows 64-bit machine that run the tests. See the following screenshot:There seem to be two kind of directories that are left behind:
This makes me suspect that these directories are left behind by a test that does something with downloading (e.g., our lib torrent or channel tests).
The text was updated successfully, but these errors were encountered: