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

roachtest: replicagc-changed-peers/restart=false failed #97561

Closed
cockroach-teamcity opened this issue Feb 23, 2023 · 3 comments
Closed

roachtest: replicagc-changed-peers/restart=false failed #97561

cockroach-teamcity opened this issue Feb 23, 2023 · 3 comments
Labels
A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-kv KV Team X-duplicate Closed as a duplicate of another issue.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 23, 2023

roachtest.replicagc-changed-peers/restart=false failed with artifacts on master @ e028ce5b14505dfd17ef8b13001c0ab8ac811e3c:

test artifacts and logs in: /artifacts/replicagc-changed-peers/restart=false/run_1
(cluster.go:1883).Start: COMMAND_PROBLEM: ssh verbose log retained in ssh_112059.361445944_n1_COCKROACHCONNECTTIME.log: exit status 1

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/replication

This test on roachdash | Improve this report!

Jira issue: CRDB-24760

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-kv-replication labels Feb 23, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Feb 23, 2023
@cockroach-teamcity
Copy link
Member Author

roachtest.replicagc-changed-peers/restart=false failed with artifacts on master @ 0d3393b0623a5c258b25725f64f3689e2f54667b:

test artifacts and logs in: /artifacts/replicagc-changed-peers/restart=false/run_1
(cluster.go:1883).Start: COMMAND_PROBLEM: ssh verbose log retained in ssh_112250.754102034_n1_COCKROACHCONNECTTIME.log: exit status 1

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

This test on roachdash | Improve this report!

@pav-kv
Copy link
Collaborator

pav-kv commented Feb 24, 2023

Dup of #97562.

Same connection failure in the logs:

ERROR: cannot dial server.
Is the server running?
If the server is running, check --host client-side and --advertise server-side.

dial tcp 127.0.0.1:26257: connect: connection refused
Failed running "sql"

@pav-kv pav-kv added X-duplicate Closed as a duplicate of another issue. T-kv KV Team and removed T-kv-replication labels Feb 24, 2023
@pav-kv pav-kv added C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. A-testing Testing tools and infrastructure and removed release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Feb 24, 2023
craig bot pushed a commit that referenced this issue Feb 24, 2023
97581: roachtest: always use active node in backup schedule injection r=renatolabs a=msbutler

Previously, the schedule backup cmd injection on Start() would always run on the first node on the cluster, but if that node were not available, the cmd would fail. This patch ensures the injection runs on a node that was just started.

Fixes #97558, #97582, #97548, #97562 #97565 #97561

Release note: None

Co-authored-by: Michael Butler <[email protected]>
@msbutler
Copy link
Collaborator

Fixed by #97581

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Testing tools and infrastructure branch-master Failures and bugs on the master branch. C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-kv KV Team X-duplicate Closed as a duplicate of another issue.
Projects
None yet
Development

No branches or pull requests

3 participants