TW
TW
Please reopen because of giving the specific python versions. There is a need to be specific here or you leave people in the unclear. Also, I don't see that you...
BTW, if you want to automate that (and also test if everything works): tox and py.test are nice for that.
@JVTEAM so you are using a 32bit platform? (see topic of this issue)
Are there any news for freebsd compatibility? I am looking at pyfuse3 as a successor of unmaintained llfuse (which works on linux, freebsd, macOS, ...) but I need something with...
Still happens 2023-07, just have seen this with github CI.
``` ______________________________ test_passthroughfs ______________________________ Traceback (most recent call last): File "/home/runner/work/pyfuse3/pyfuse3/test/test_examples.py", line 124, in test_passthroughfs tst_passthrough(src_dir, mnt_dir) File "/home/runner/work/pyfuse3/pyfuse3/test/test_examples.py", line 414, in tst_passthrough assert_same_stats(src_name, mnt_name) File "/home/runner/work/pyfuse3/pyfuse3/test/test_examples.py", line 440, in...
@Nikratio I am wondering: is this just a cosmetic issue due to timestamp granularity of different filesystems? 4ms seems a bit much for that. Or is it a bug? What...
Related: #50 (which was closed back then because it missed a test). @SupraSummus are you interested in finishing this? If not, guess we can close this issue also.
https://github.com/borgbackup/borg/issues/664#issuecomment-189986732 not C code, but simple enough to try.
Besides the different versions of the code used, guess people should also tell the **latency** of the network link used. Things tend to get slow if there are frequent roundtrips...