Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log: fix stacktrace test goroutine counts #112767

Merged

Conversation

dhartunian
Copy link
Collaborator

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

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 cockroachdb#112088

Epic: None
Release note: None
@dhartunian dhartunian requested review from a team, abarganier and rickystewart and removed request for a team October 20, 2023 17:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@dhartunian
Copy link
Collaborator Author

bors r=rickystewart

@craig
Copy link
Contributor

craig bot commented Oct 20, 2023

Build succeeded:

@craig craig bot merged commit 48baa96 into cockroachdb:master Oct 20, 2023
3 checks passed
@dhartunian dhartunian deleted the log-stacktrace-test-go-1.21-compat branch February 5, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants