diff options
author | Ross Burton <ross.burton@arm.com> | 2023-01-10 16:20:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-11 10:58:36 +0000 |
commit | 6ae68314b623340b1d16e47b8cffef85b7cc28a8 (patch) | |
tree | 20c360720d93d7335a7fe44a07177d45bfcfba07 /meta/recipes-devtools/rust/files/hardcodepaths.patch | |
parent | 8e7e050bce75008cf91fc3d13be72be730f71c7b (diff) | |
download | poky-6ae68314b623340b1d16e47b8cffef85b7cc28a8.tar.gz |
oeqa/selftest/debuginfod: improve testcase
Primarily, before running the debuginfod-find tool, check that the
debuginfod server has finished sweeping the deploy directory. If we
make the request too soon then there's a rare chance that we run the
client before it has scanned the right packages, and the log gets
swamped with warnings from sqlite due to a race.
Also:
- unset DEBUGINFOD_URLS so the debuginfod doesn't proxy to an upstream
server provided by the host distro
- Lower concurrency to reduce system load and handle systems with lower
maximum open file counts but lots of cores (as the concurrency means
cores*2*2 open files)
- Set the refresh times to 0 so we never rescan during the test
- Only scan the packages for the format which the image is using
- Log the commands that are being invoked
(From OE-Core rev: d65729748253eaa640333198ca8aec05946cb9e8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rust/files/hardcodepaths.patch')
0 files changed, 0 insertions, 0 deletions