Loading tests/integration/directories/test_backend_cleanup.py +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ def test_backend_cleanup(client_fixture, request, gkfs_daemon): assert ret.retval != -1 # 3. Write some data to generate chunks buf = b'backend_cleanup_test_data' * 1024 buf = b'backend_cleanup_test_data' * 10 ret = gkfs_client.write(file_path, buf, len(buf)) assert ret.retval == len(buf) Loading Loading
tests/integration/directories/test_backend_cleanup.py +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ def test_backend_cleanup(client_fixture, request, gkfs_daemon): assert ret.retval != -1 # 3. Write some data to generate chunks buf = b'backend_cleanup_test_data' * 1024 buf = b'backend_cleanup_test_data' * 10 ret = gkfs_client.write(file_path, buf, len(buf)) assert ret.retval == len(buf) Loading