Add tee progress parsing

This commit is contained in:
Ingo Oppermann
2025-06-19 16:11:30 +02:00
parent f241f3f531
commit f445d0c992
7 changed files with 206 additions and 2 deletions

View File

@@ -365,7 +365,11 @@ func TestProcessDuration(t *testing.T) {
px := p.(*process)
require.Nil(t, px.stopTimer)
px.stopTimerLock.Lock()
stopTimer := px.stopTimer
px.stopTimerLock.Unlock()
require.Nil(t, stopTimer)
}
func TestProcessSchedulePointInTime(t *testing.T) {