mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
re-enable fuse tests for RemoteArchiver
at some time they had deadlock issues, but it worked for me now.
This commit is contained in:
parent
ebe1143570
commit
d1d2738381
1 changed files with 0 additions and 9 deletions
|
@ -1964,15 +1964,6 @@ def test_remote_repo_restrict_to_path(self):
|
||||||
with patch.object(RemoteRepository, 'extra_test_args', ['--restrict-to-path', '/foo', '--restrict-to-path', path_prefix]):
|
with patch.object(RemoteRepository, 'extra_test_args', ['--restrict-to-path', '/foo', '--restrict-to-path', path_prefix]):
|
||||||
self.cmd('init', self.repository_location + '_3')
|
self.cmd('init', self.repository_location + '_3')
|
||||||
|
|
||||||
# skip fuse tests here, they deadlock since this change in exec_cmd:
|
|
||||||
# -output = subprocess.check_output(borg + args, stderr=None)
|
|
||||||
# +output = subprocess.check_output(borg + args, stderr=subprocess.STDOUT)
|
|
||||||
# this was introduced because some tests expect stderr contents to show up
|
|
||||||
# in "output" also. Also, the non-forking exec_cmd catches both, too.
|
|
||||||
@unittest.skip('deadlock issues')
|
|
||||||
def test_fuse(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
@unittest.skip('only works locally')
|
@unittest.skip('only works locally')
|
||||||
def test_debug_put_get_delete_obj(self):
|
def test_debug_put_get_delete_obj(self):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue