]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests/run-debuginfod-fd-prefetch-caches.sh: disable fdcache limit check
authorOmar Sandoval <osandov@fb.com>
Tue, 23 Jul 2024 22:35:38 +0000 (15:35 -0700)
committerAaron Merey <amerey@redhat.com>
Wed, 24 Jul 2024 22:13:40 +0000 (18:13 -0400)
commit74686e47cf3137020fe07143b22ec2dc2dd01b7f
treebb2d819bffdbafd0a04555c3ab1fb4d9f69f2c0e
parent64186d7548db976caffa9d2ba210eed66cdc808f
tests/run-debuginfod-fd-prefetch-caches.sh: disable fdcache limit check

Since commit acd9525e93d7 ("PR31265 - rework debuginfod archive-extract
fdcache"), the fdcache limit is only applied when a new file is interned
and it has been at least 10 seconds since the limit was last applied.
This means that the fdcache can go over the limit temporarily.

run-debuginfod-fd-prefetch-caches.sh happens to avoid tripping over this
because of lucky sizes of the files used in the test.  However, adding
new files for an upcoming test exposed this failure.

Disable this part of the test for now.

Signed-off-by: Omar Sandoval <osandov@fb.com>
tests/run-debuginfod-fd-prefetch-caches.sh