RE: test-symlink fails on "lustre" file system

2019-09-07 Thread Oppe, Thomas C ERDC-RDE-ITL-MS Contractor
al Message- From: Bruno Haible [mailto:br...@clisp.org] Sent: Friday, September 6, 2019 6:18 PM To: bug-gnulib@gnu.org; Oppe, Thomas C ERDC-RDE-ITL-MS Contractor Cc: 37...@debbugs.gnu.org; Assaf Gordon Subject: Re: test-symlink fails on "lustre" file system Thomas Oppe wrote: >

Re: test-symlink fails on "lustre" file system

2019-09-06 Thread Bruno Haible
Thomas Oppe wrote: > INSERTED errno=2 > test-symlink.h:71: assertion 'errno == EEXIST || errno == EINVAL' failed > FAIL test-symlink (exit status: 134) Thanks. I'm pushing this patch; it will fix the failure in this place. 2019-09-06 Bruno Haible symlink tests: Avoid test failure on

RE: test-symlink fails on "lustre" file system

2019-09-06 Thread Oppe, Thomas C ERDC-RDE-ITL-MS Contractor
[mailto:br...@clisp.org] Sent: Friday, September 6, 2019 5:43 AM To: bug-gnulib@gnu.org Cc: Assaf Gordon ; 37...@debbugs.gnu.org; Oppe, Thomas C ERDC-RDE-ITL-MS Contractor Subject: Re: test-symlink fails on "lustre" file system Assaf Gordon wrote: > based on the code in test-symlink.h,

Re: test-symlink fails on "lustre" file system

2019-09-06 Thread Bruno Haible
Assaf Gordon wrote: > based on the code in test-symlink.h, perhaps lustre returns an > unexpected errno ? > > line 69: ASSERT (func ("nowhere", BASE "dir/") == -1); > > line 70: ASSERT (errno == EEXIST || errno == EINVAL); Yes, this is most likely the cause. Can you please insert this line bet

test-symlink fails on "lustre" file system (was: bug#37312: test failure in sed-4.7)

2019-09-05 Thread Assaf Gordon
(adding bug-gnulib@) Hello, Thomas Oppe (CC'd) reported the following gnulib test failure on GNU/Linux with "lustre" file system. Details below: === The system details are: 1. Is this reproducible? After running "make check", there should be an executable file called "gnulib-tests/te