Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log: fix stacktrace test goroutine counts
Previously, we would use the count of the string `goroutine ` as a proxy for the number of goroutines in the stacktrace. This stopped working in go 1.21 due to this change: golang/go@51225f6 We should consider using a stacktrace parser in the future. Supports #112088 Epic: None Release note: None
- Loading branch information