summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-01-10 16:20:37 +0000
committerSteve Sakoman <steve@sakoman.com>2023-01-19 16:28:32 -1000
commitfdce8ecdc27796955156b9c4a91ccaca80459ec5 (patch)
tree496274aafdff892f5c21490500d53fe3c0f2154a /meta/recipes-graphics
parent02a77676bab5fe36f8209d9eedd38a384d6c0ab5 (diff)
downloadopenembedded-core-fdce8ecdc27796955156b9c4a91ccaca80459ec5.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 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d65729748253eaa640333198ca8aec05946cb9e8) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions