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: cdc/mixed-versions failed #97558

Closed
cockroach-teamcity opened this issue Feb 23, 2023 · 2 comments · Fixed by #97581
Closed

roachtest: cdc/mixed-versions failed #97558

cockroach-teamcity opened this issue Feb 23, 2023 · 2 comments · Fixed by #97581
Assignees
Labels
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. T-testeng TestEng Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Feb 23, 2023

roachtest.cdc/mixed-versions failed with artifacts on master @ e028ce5b14505dfd17ef8b13001c0ab8ac811e3c:

test artifacts and logs in: /artifacts/cdc/mixed-versions/run_1
(cluster.go:1883).Start: COMMAND_PROBLEM: ssh verbose log retained in ssh_101217.117449025_n1_COCKROACHCONNECTTIME.log: exit status 127
(mixed_version_cdc.go:270).1: sql: database is closed
(cluster.go:1956).Run: cluster.RunE: context canceled

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/test-eng

This test on roachdash | Improve this report!

Jira issue: CRDB-24759

@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. labels Feb 23, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Feb 23, 2023
@blathers-crl blathers-crl bot added the T-testeng TestEng Team label Feb 23, 2023
@renatolabs renatolabs removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Feb 23, 2023
@renatolabs
Copy link
Contributor

@msbutler #97495 won't work for tests that restart one node at at time such as this one.

@cockroach-teamcity
Copy link
Member Author

roachtest.cdc/mixed-versions failed with artifacts on master @ 0d3393b0623a5c258b25725f64f3689e2f54667b:

test artifacts and logs in: /artifacts/cdc/mixed-versions/run_1
(cluster.go:1883).Start: COMMAND_PROBLEM: ssh verbose log retained in ssh_100523.396136934_n1_COCKROACHCONNECTTIME.log: exit status 127
(mixed_version_cdc.go:270).1: sql: database is closed
(cluster.go:1956).Run: cluster.RunE: context canceled

Parameters: ROACHTEST_cloud=gce , ROACHTEST_cpu=4 , ROACHTEST_encrypted=false , ROACHTEST_fs=ext4 , ROACHTEST_localSSD=true , ROACHTEST_ssd=0

Help

See: roachtest README

See: How To Investigate (internal)

This test on roachdash | Improve this report!

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]>
@craig craig bot closed this as completed in c5ef384 Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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. T-testeng TestEng Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants