Files
apfstests/tests/ceph/003.out
T
Luis Henriques fce32d21f8 ceph: test copy_file_range with infile = outfile
This runs a set of simple tests where the infile file is the same as the
outfile.

Signed-off-by: Luis Henriques <lhenriques@suse.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
2020-11-02 00:05:03 +08:00

12 lines
401 B
Plaintext

QA output created by 003
Copy single object to the end:
aaaa|bbbb|cccc => aaaa|bbbb|aaaa
Copy single object to the beginning:
aaaa|bbbb|aaaa => bbbb|bbbb|aaaa
Copy single object to the middle:
bbbb|bbbb|aaaa => bbbb|aaaa|aaaa
Cross object boundary (no full object copy)
aaaa|bbbb|cccc => aaaa|bbaa|aacc
aaaa|bbbb|cccc => aaaa|bbaa|bbcc
aaaa|bbbb|cccc => aaaa|bbbb|aabb