-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
testutils: TestRestart flaked on master #104740
Comments
cc @cockroachdb/test-eng |
just hit this on a seperate branch. going to skip https://teamcity.cockroachdb.com/viewLog.html?buildId=10511008&buildTypeId=Cockroach_BazelEssentialCi |
Informs cockroachdb#104740 Release note: None Epic: none
Informs cockroachdb#104740 Release note: None Epic: none
104768: testutils: skip TestRestart r=msbutler a=msbutler Informs #104740 Release note: None Epic: none Co-authored-by: Michael Butler <[email protected]>
In both occurrences, we have this goroutine in the logs:
Seems like we're stuck here: cockroach/pkg/sql/flowinfra/remote_flow_runner.go Lines 119 to 125 in 8dc422f
Maybe the race is that:
Not familiar with this code, so the above might not make sense. Tagging @yuzefovich as the original author. |
The root cause for the hang is different - I think this goroutine is the culprit:
I believe the regression was introduced in #99191 and should have been fixed in #104945. I'll stress the test to make sure it's not flaky anymore (so far 5 minutes with no failures). |
`TestRestart` appears to not be flaky anymore. See cockroachdb#104740 (comment) for more details. Release note: None
See flake here
Jira issue: CRDB-28702
The text was updated successfully, but these errors were encountered: