Loading tests/integration/operations/test_write_operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ def test_write_proxy(gkfs_daemon_proxy, gkfs_proxy, gkfs_client_proxy): assert ret.retval == 0 assert ret.statbuf.st_size == (len(str1) + len(str2) + len(str3)) def test_write(gkfs_daemon, gkfs_clientLibc): def test_write_libc(gkfs_daemon, gkfs_clientLibc): file = gkfs_daemon.mountdir / "file" Loading Loading
tests/integration/operations/test_write_operations.py +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ def test_write_proxy(gkfs_daemon_proxy, gkfs_proxy, gkfs_client_proxy): assert ret.retval == 0 assert ret.statbuf.st_size == (len(str1) + len(str2) + len(str3)) def test_write(gkfs_daemon, gkfs_clientLibc): def test_write_libc(gkfs_daemon, gkfs_clientLibc): file = gkfs_daemon.mountdir / "file" Loading