Lines Matching +full:base +full:- +full:db
3 # Copyright (C) 2019-2021 Red Hat, Inc.
19 . $srcdir/debuginfod-subr.sh
22 set -x
26 # This variable is essential and ensures no time-race for claiming ports occurs
27 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test
28 base=8700
31 DB=${PWD}/.debuginfod_tmp.sqlite
32 tempfiles $DB
35 …}/../debuginfod/debuginfod $VERBOSE -d $DB -F -R -Z .tar.xz -Z .tar.bz2=bzcat -p $PORT1 --scan-che…
43 ps -q $PID1 -e -L -o '%p %c %a' | grep groom
44 ps -q $PID1 -e -L -o '%p %c %a' | grep scan
45 ps -q $PID1 -e -L -o '%p %c %a' | grep traverse
51 cp -rvp ${abs_srcdir}/debuginfod-rpms R
53 rm -vrf R/debuginfod-rpms/fedora31
56 cp -rvp ${abs_srcdir}/debuginfod-tars Z
58 kill -USR1 $PID1
65 type sqlite3 2>/dev/null && sqlite3 $DB '.d'
68 # All rpms need to be in the index, except the dummy permission-000 one
69 rpms=$(find R -name \*rpm | grep -v nothing | wc -l)
71 txz=$(find Z -name \*tar.xz | wc -l)
73 tb2=$(find Z -name \*tar.bz2 | wc -l)
76 kill -USR1 $PID1 # two hits of SIGUSR1 may be needed to resolve .debug->dwz->srefs
88 newrpms=$(find ../R -name \*\.rpm | grep -v nothing)
93 ls -lah ../$i
94 rpm2cpio ../$i | cpio -ivd;
97 sourcefiles=$(find -name \*\\.debug \
99 ${abs_top_builddir}/src/readelf --debug-dump=decodedline \
100 | grep mtime: | wc --lines)
102 rm -rf extracted