On 10/04/2022 12:19, Bruno Haible wrote:
On CentOS 7.3.1611 there is 1 test failure:
FAIL: tests/cp/sparse-perf
+ timeout 10 truncate -s1T f
+ seek_data_capable_ f > + timeout 10 python
/home/bruno/coreutils-9.0.193-54bec/build-64/../tests/seek-data-capable f
+ timeout 10 cp --reflink=never f f2
+ fail=1
++ stat --printf %s f
++ stat --printf %s f2
+ test 1099511627776 = 0
+ fail=1
What file system is this?
For my reference, this is a common question I ask,
so we should adjust all tests to run some basic
system identification, like uname -a; df -T; ...
We've adjusted our avoidance of copy_file_range()
in this release, which may be related.
What's the output of:
$ grep -E '^(HAVE|REPLACE)_COPY_FILE_RANGE' config.log
I would expect centos7 to have:
HAVE_COPY_FILE_RANGE='1'
REPLACE_COPY_FILE_RANGE='1'
thanks for testing!
Pádraig