restart recordings in case of errors (#2439) (#2571)

This commit is contained in:
Alessandro Ros 2023-10-26 21:40:44 +02:00 committed by GitHub
parent 38f228c739
commit 3ebc585539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 344 additions and 265 deletions

View file

@ -14,7 +14,6 @@ import (
type testLogger struct{}
func (testLogger) Log(_ logger.Level, _ string, _ ...interface{}) {
// fmt.Printf(format, args...)
}
func TestFilterEmptyPath(t *testing.T) {