]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
debuginfod: PR29696: enlarge run-debuginfod-federation-metrics.sh workload again
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 16 Jun 2023 15:18:19 +0000 (11:18 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 16 Jun 2023 15:21:54 +0000 (11:21 -0400)
Now that the bug is fixed, we can let debuginfod have all the traffic.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
tests/run-debuginfod-federation-metrics.sh

index 0692e4fb6c958e2c5bbc2f0e7fdc9d11cfba0d78..60fe69ca4f251e47bde32be92bb498defd127517 100755 (executable)
@@ -191,8 +191,7 @@ curl -s http://127.0.0.1:$PORT2/metrics | grep 'dc_pool_op.*reuse'
 # Use a file that hasn't been previously extracted in to make it
 # likely that even this test debuginfod will experience concurrency
 # and impose some "after-you" delays.
-maxreq=$[$(nproc) * 4]
-maxreq=$(( $maxreq > 64 ? 64 : $maxreq ))
+maxreq=256
 (for i in `seq $maxreq`; do
     curl -s http://127.0.0.1:$PORT1/buildid/87c08d12c78174f1082b7c888b3238219b0eb265/executable >/dev/null &
  done;