util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression test failure
@ 2017-12-19 20:35 Bruce Dubbs
       [not found] ` <201712192211.32500.ruediger.meier@ga-group.nl>
  2018-01-03 10:11 ` Karel Zak
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Dubbs @ 2017-12-19 20:35 UTC (permalink / raw)
  To: Util-Linux

In version 2.31.1, I had one failure:

fincore: count file contents in core   ... FAILED (fincore/count)

   1 tests of 200 FAILED

$ cat ./tests/diff/fincore/count
--- /sources/util-linux-2.31.1/tests/expected/fincore/count.4096 
2017-09-18 09:48:03.676890826 +0000
+++ /sources/util-linux-2.31.1/tests/output/fincore/count       2017-12-19 
20:18:24.410460239 +0000
@@ -13,7 +13,7 @@
  return value: 0
      0  8192 i_TWO_PAGES_directio_
  return value: 0
-    1  8192 i_TWO_PAGES_mixed_directio_incore_
+    2  8192 i_TWO_PAGES_mixed_directio_incore_
  return value: 0
      1  8192 i_TWO_PAGES_mixed_incore_directio_
  return value: 0
@@ -42,7 +42,7 @@
      0      4096 i_JUST_PAGESIZE_directio_
      2      8192 i_TWO_PAGES_incore_
      0      8192 i_TWO_PAGES_directio_
-    1      8192 i_TWO_PAGES_mixed_directio_incore_
+    2      8192 i_TWO_PAGES_mixed_directio_incore_
      1      8192 i_TWO_PAGES_mixed_incore_directio_
      2 134213632 i_WINDOW_SIZE_incore-sparse-incore_
      0 134213632 i_WINDOW_SIZE_directio-sparse-directio_

-----------------------
The system is a fresh LFS build (systemd version):

./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
             --docdir=/usr/share/doc/util-linux-2.31 \
             --disable-chfn-chsh  \
             --disable-login      \
             --disable-nologin    \
             --disable-su         \
             --disable-setpriv    \
             --disable-runuser    \
             --disable-pylibmount \
             --disable-static     \
             --without-python

make

chown -Rv nobody .
su nobody -s /bin/bash -c "PATH=$PATH make -k check"

   -- Bruce

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regression test failure
       [not found] ` <201712192211.32500.ruediger.meier@ga-group.nl>
@ 2017-12-19 21:25   ` Bruce Dubbs
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Dubbs @ 2017-12-19 21:25 UTC (permalink / raw)
  To: Ruediger Meier, Util-Linux

The filesystem is ext4,  kernel 4.14.6,  x86_64.

   -- Bruce


Ruediger Meier wrote:
> On Tuesday 19 December 2017 at 21:35, you wrote:
>> In version 2.31.1, I had one failure:
>>
>> fincore: count file contents in core   ... FAILED (fincore/count)
>
> Which filesystem are you using for the build directory? And which
> kernel version, architecture?
>
> AFAIR this test is somehow fragile. Maybe we should whitelist this test
> only for a set of known filesystems with default block sizes etc..
>
> cu,
> Rudi
>
>>
>>     1 tests of 200 FAILED
>>
>> $ cat ./tests/diff/fincore/count
>> --- /sources/util-linux-2.31.1/tests/expected/fincore/count.4096
>> 2017-09-18 09:48:03.676890826 +0000
>> +++ /sources/util-linux-2.31.1/tests/output/fincore/count
>> 2017-12-19 20:18:24.410460239 +0000
>> @@ -13,7 +13,7 @@
>>    return value: 0
>>        0  8192 i_TWO_PAGES_directio_
>>    return value: 0
>> -    1  8192 i_TWO_PAGES_mixed_directio_incore_
>> +    2  8192 i_TWO_PAGES_mixed_directio_incore_
>>    return value: 0
>>        1  8192 i_TWO_PAGES_mixed_incore_directio_
>>    return value: 0
>> @@ -42,7 +42,7 @@
>>        0      4096 i_JUST_PAGESIZE_directio_
>>        2      8192 i_TWO_PAGES_incore_
>>        0      8192 i_TWO_PAGES_directio_
>> -    1      8192 i_TWO_PAGES_mixed_directio_incore_
>> +    2      8192 i_TWO_PAGES_mixed_directio_incore_
>>        1      8192 i_TWO_PAGES_mixed_incore_directio_
>>        2 134213632 i_WINDOW_SIZE_incore-sparse-incore_
>>        0 134213632 i_WINDOW_SIZE_directio-sparse-directio_
>>
>> -----------------------
>> The system is a fresh LFS build (systemd version):
>>
>> ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime   \
>>               --docdir=/usr/share/doc/util-linux-2.31 \
>>               --disable-chfn-chsh  \
>>               --disable-login      \
>>               --disable-nologin    \
>>               --disable-su         \
>>               --disable-setpriv    \
>>               --disable-runuser    \
>>               --disable-pylibmount \
>>               --disable-static     \
>>               --without-python
>>
>> make
>>
>> chown -Rv nobody .
>> su nobody -s /bin/bash -c "PATH=$PATH make -k check"
>>
>>     -- Bruce
>> --
>> To unsubscribe from this list: send the line "unsubscribe util-linux"
>> in the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Regression test failure
  2017-12-19 20:35 Regression test failure Bruce Dubbs
       [not found] ` <201712192211.32500.ruediger.meier@ga-group.nl>
@ 2018-01-03 10:11 ` Karel Zak
  1 sibling, 0 replies; 3+ messages in thread
From: Karel Zak @ 2018-01-03 10:11 UTC (permalink / raw)
  To: Bruce Dubbs; +Cc: Util-Linux

On Tue, Dec 19, 2017 at 02:35:57PM -0600, Bruce Dubbs wrote:
> In version 2.31.1, I had one failure:
> 
> fincore: count file contents in core   ... FAILED (fincore/count)
> 
>   1 tests of 200 FAILED
> 
> $ cat ./tests/diff/fincore/count
> --- /sources/util-linux-2.31.1/tests/expected/fincore/count.4096 2017-09-18
> 09:48:03.676890826 +0000
> +++ /sources/util-linux-2.31.1/tests/output/fincore/count       2017-12-19
> 20:18:24.410460239 +0000
> @@ -13,7 +13,7 @@
>  return value: 0
>      0  8192 i_TWO_PAGES_directio_
>  return value: 0
> -    1  8192 i_TWO_PAGES_mixed_directio_incore_
> +    2  8192 i_TWO_PAGES_mixed_directio_incore_
>  return value: 0
>      1  8192 i_TWO_PAGES_mixed_incore_directio_
>  return value: 0
> @@ -42,7 +42,7 @@
>      0      4096 i_JUST_PAGESIZE_directio_
>      2      8192 i_TWO_PAGES_incore_
>      0      8192 i_TWO_PAGES_directio_
> -    1      8192 i_TWO_PAGES_mixed_directio_incore_
> +    2      8192 i_TWO_PAGES_mixed_directio_incore_
>      1      8192 i_TWO_PAGES_mixed_incore_directio_
>      2 134213632 i_WINDOW_SIZE_incore-sparse-incore_
>      0 134213632 i_WINDOW_SIZE_directio-sparse-directio_

Frankly, this test seems pretty unstable. I'll probably mark it as
KNOWN_FAIL.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-03 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-19 20:35 Regression test failure Bruce Dubbs
     [not found] ` <201712192211.32500.ruediger.meier@ga-group.nl>
2017-12-19 21:25   ` Bruce Dubbs
2018-01-03 10:11 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).