Lines Matching +full:base +full:- +full:db
3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
25 # This variable is essential and ensures no time-race for claiming ports occurs
26 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
27 base=11000
30 DB=${PWD}/.debuginfod.sqlite
31 tempfiles $DB
34 cp -rvp ${abs_srcdir}/debuginfod-tars Z
37 …{abs_builddir}/../debuginfod/debuginfod $VERBOSE -d $DB -Z .tar.xz -Z .tar.bz2=bzcat -p $PORT1 -t0…
45 …abs_builddir}/../debuginfod/debuginfod $VERBOSE --passive -d $DB -Z .tar.xz -Z .tar.bz2=bzcat -p $…
59 ! (curl http://localhost:$PORT2/metrics | grep -E 'role="scan"|role="groom"|role="traverse"')
62 ! (ps -q $PID2 -e -L -o '%p %c %a' | grep -E 'scan|groom|traverse')
65 …GINFOD_URLS=http://localhost:$PORT2 ${abs_builddir}/../debuginfod/debuginfod-find debuginfo cee13b…
67 tempfiles $DB*