[PATCH] tests: Restructure run-debuginfod-response-headers.sh

2023-11-19 Thread Mark Wielaard
run-debuginfod-response-headers.sh does occassionally fail because it might scan an rpm more than once. Try to fix this by making sure all files that debuginfod is supposed to scan are ready before the server starts. And to explicitly wait till the first scan is ready and done before testing 'scann

Re: [PATCH] tests: Restructure run-debuginfod-response-headers.sh

2023-11-19 Thread Mark Wielaard
Hi, On Sun, Nov 19, 2023 at 03:11:28PM +0100, Mark Wielaard wrote: > run-debuginfod-response-headers.sh does occassionally fail because > it might scan an rpm more than once. Try to fix this by making sure > all files that debuginfod is supposed to scan are ready before the > server starts. And to