Commit f3ca272d authored by Ramon Nou's avatar Ramon Nou
Browse files

reduced write

parent 6b7aa13d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)