-
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
roachtest: schemachange/bulkingest failed [connection refused but no CRDB error] #114501
Comments
The code that timed out during connection is:
But it seems like the cluster was healthy and according to I made PR #114551 to improve the logging. But I don't have any leads why the test would fail to connect to CRDB. |
cc @cockroachdb/test-eng |
I will assign to TestEng in case they know of a way to diagnose a timeout like this. If not, feel free to close this. |
The error message definitely could use some improvement; I'm pretty sure the
I think the sequence of events here is:
So we have two errors happening before the test's For Test Eng more concretely, I think a takeaway is that we should not show any other errors if the test timed out. That is always going to be the root cause for the failure. In any case, the |
114499: backupccl: add some basic checks for online restore r=msbutler a=stevendanna This adds some basic guardrails to stop people from trying things out that currently don't work. Epic: none Release note: None 114550: parser: allow a_expr in SET ON UPDATE clause r=rafiss a=rafiss This was preventing some statements from round-tripping the parse-format-parse cycle. Note that this grammar change matches the expressions we allow for DEFAULT expressions. fixes #114480 Release note: None 114551: roachtest: lower connection timeout and include node ID r=rafiss a=rafiss This adds two improvements to help with debugging: - Include the node ID in the message if we fail to connect to a node. - Fix the connection timeout at 1 minute rather than leaving it infinite. informs #114501 Release note: None Co-authored-by: Steven Danna <danna@cockroachlabs.com> Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
roachtest.schemachange/bulkingest failed with artifacts on release-23.2 @ 0456c0d4e4dca39bde1b4bc146bf7158db3c0f30:
Parameters: |
Test times out when using metamorphic cockroach builds. These runs were disabled (#114618) until we have a stable release. We'll re-assess test failures when this feature is enabled again. |
roachtest.schemachange/bulkingest failed with artifacts on release-23.2 @ d48b4f943e00d8f10b3b8aaf868da4c560bdae57:
Parameters:
ROACHTEST_arch=amd64
,ROACHTEST_cloud=gce
,ROACHTEST_cpu=4
,ROACHTEST_encrypted=false
,ROACHTEST_metamorphicBuild=true
,ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
This test on roachdash | Improve this report!
Jira issue: CRDB-33533
The text was updated successfully, but these errors were encountered: