-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
ccl/importccl: package timed out under stress #31126
Comments
I ran a local stress test for 22m with no failures with |
There is a go routine stuck on |
What exactly did you run @mjibson? Did you run stressrace? One failure mode for these tests is that the test is too heavyweight to run under stressrace, and that things never make any progress. |
|
Unfortunately we're not that good yet at telling when the test failure is a result of simply overloading the machine, which I suspect might be the case here. |
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=973367&tab=buildLog
|
Another Looking at |
@mjibson I took a look at https://teamcity.cockroachdb.com/viewLog.html?buildId=974531&tab=buildResultsDiv&buildTypeId=Cockroach_UnitTests_Test |
I'm guessing this is #31689. Closing on that assumption. |
SHA: https://github.com/cockroachdb/cockroach/commits/35b30e8d95cf0fd111fc98326d92ba4339a9945c
Parameters:
To repro, try:
Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=953256&tab=buildLog
The text was updated successfully, but these errors were encountered: