coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-9.0.193-54bec on CentOS 7


From: Pádraig Brady
Subject: Re: coreutils-9.0.193-54bec on CentOS 7
Date: Sun, 10 Apr 2022 13:27:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Thunderbird/97.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]