[Bug debuginfod/28583] FAIL run-debuginfod-response-headers.sh (exit status: 1) with 0.186

mark at klomp dot org sourceware-bugzilla@sourceware.org
Thu Nov 11 13:24:09 GMT 2021


https://sourceware.org/bugzilla/show_bug.cgi?id=28583

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
I don't know why yet, but the problem is:

[ 1937s] + kill -USR1 21045
[ 1937s] + wait_ready 9500 'thread_work_total{role="traverse"}' 2
[ 1937s] + port=9500
[ 1937s] + what='thread_work_total{role="traverse"}'
[ 1937s] + value=2
[ 1937s] + timeout=20
[ 1937s] + echo 'Wait 20 seconds on 9500 for metric
thread_work_total{role="traverse"} to change to 2'
[ 1937s] Wait 20 seconds on 9500 for metric thread_work_total{role="traverse"}
to change to 2
[ 1937s] + '[' 20 -gt 0 ']'
[ 1937s] ++ curl -s http://127.0.0.1:9500/metrics
[ 1937s] ++ awk '{print $NF}'
[ 1937s] ++ grep 'thread_work_total{role="traverse"}'
[ 1937s] + mvalue=3
[ 1937s] + '[' -z 3 ']'
[ 1937s] + echo 'metric thread_work_total{role="traverse"}: 3'
[ 1937s] metric thread_work_total{role="traverse"}: 3
[...]
[ 1937s] + echo 'metric thread_work_total{role="traverse"}: 3'
[ 1937s] metric thread_work_total{role="traverse"}: 3
[ 1937s] + '[' 3 -eq 2 ']'
[ 1937s] + sleep 0.5
[ 1937s] + (( timeout-- ))
[ 1937s] + '[' 0 -gt 0 ']'
[ 1937s] + '[' 0 -eq 0 ']'
[ 1937s] + echo 'metric thread_work_total{role="traverse"} never changed to 2
on port 9500'
[ 1937s] metric thread_work_total{role="traverse"} never changed to 2 on port
9500
[ 1937s] + err
[ 1937s] + trap - ERR
[ 1937s] + echo ERROR REPORTS

We are testing whether the SIGUSR1 signal triggers a new  scan. And so we are
waiting for 'thread_work_total{role="traverse"}' to change to 2, but it is
already 3... ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Elfutils-devel mailing list