-
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
500 response code in TestStatusLocalLogs #1940
Comments
Yeah, I've seen it a few times now. I'll investigate. |
Now the test times out (with the retry logic added): relevant logs: https://gist.github.com/tamird/6df602f3931e4024e23d build: https://circleci.com/gh/cockroachdb/cockroach/6313 |
OK that last report looks like just broken retry. Should be fixed in #2230, but this issue remains valid afaik. |
Hopefully this should give us more insight into why we're getting a timeout. It seems to just get stuck occasionally. |
I'm actually concerned that we won't see failures at all because the retry logic will paper over the issue. Remains to be seen, though. |
Another one. https://circleci.com/gh/cockroachdb/cockroach/6949 Looks like a bunch of timeouts:
Maybe the timeout is too short for a race build? |
do we know what the timeout is? If it's relatively low maybe the test is just flaky on the slow machines (unlikely if it's something like |
3 seconds |
hmm. Could picture that being too slow sometimes. Should increase that if we can. |
Closing in favour of #2440. |
Discovered in #1839.
https://circleci.com/gh/cockroachdb/cockroach/5404
https://circle-artifacts.com/gh/cockroachdb/cockroach/5404/artifacts/0/tmp/circle-artifacts.oO88rMP/testrace.log
The text was updated successfully, but these errors were encountered: