-2021-02-12 Mark Wielaard <mark@klomp.org>
-
- * run-readelf-types.sh: Add CU start to type offset reference.
-
2021-02-17 Frank Ch. Eigler <fche@redhat.com>
* run-debuginfod-find.sh: Tweak wait_ready() to also print -vvv log of
- appropriate debuginfod if metric timeout occurs.
+ appropriate debuginfod if metric timeout occurs. Focus grooming
+ test carefully at a more deterministic metric.
+
+2021-02-12 Mark Wielaard <mark@klomp.org>
+
+ * run-readelf-types.sh: Add CU start to type offset reference.
2021-02-07 Alexander Miller <alex.miller@gmx.de>
rm -r R/debuginfod-rpms/rhel6/*
kill -USR2 $PID1 # groom cycle
-# Expect 3 rpms to be deleted by the groom
# 1 groom cycle already took place at/soon-after startup, so -USR2 makes 2
wait_ready $PORT1 'thread_work_total{role="groom"}' 2
-wait_ready $PORT1 'groom{statistic="archive d/e"}' `expr $rpms - 3`
+# Expect 4 rpms containing 2 buildids to be deleted by the groom
+wait_ready $PORT1 'groomed_total{decision="stale"}' 4
rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests
+# this is one of the buildids from the groom-deleted rpms
testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $RPM_BUILDID && false || true
-
+# but this one was not deleted so should be still around
testrun ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID2
########################################################################