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: multitenant/tpch failed #105880

Closed
cockroach-teamcity opened this issue Jun 30, 2023 · 1 comment · Fixed by #105891
Closed

roachtest: multitenant/tpch failed #105880

cockroach-teamcity opened this issue Jun 30, 2023 · 1 comment · Fixed by #105891
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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 30, 2023

roachtest.multitenant/tpch failed with artifacts on master @ 84a5961ebde5898d3c97aa97da59719c12a5ed16:

(multitenant_tpch.go:90).runMultiTenantTPCH: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "Cockroach CA")
(test_runner.go:1122).func1: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "Cockroach CA")
test artifacts and logs in: /artifacts/multitenant/tpch/run_1

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

Help

See: roachtest README

See: How To Investigate (internal)

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-29253

@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 Jun 30, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Jun 30, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Jun 30, 2023
@cucaroach
Copy link
Contributor

cucaroach commented Jun 30, 2023

Related to #105514? Looks like #105176 ...

@cucaroach cucaroach reopened this Jun 30, 2023
@cucaroach cucaroach reopened this Jun 30, 2023
craig bot pushed a commit that referenced this issue Jul 4, 2023
105891: roachtest: preserve certs in multitenant_tpch r=srosenberg,herkolategan a=renatolabs

The `loadTPCHDataset` function was unconditionally removing certs when the cluster was wiped. In this commit, we add a parameter to that function to indicate if the cluster being used is `secure`; if so, we preserve the certs when wiping.

Fixes: #105880

Release note: None

Co-authored-by: Renato Costa <[email protected]>
@craig craig bot closed this as completed in 53e9992 Jul 4, 2023
renatolabs added a commit to renatolabs/cockroach that referenced this issue Jul 10, 2023
The `loadTPCHDataset` function was unconditionally removing certs when
the cluster was wiped. In this commit, we add a parameter to that
function to indicate if the cluster being used is `secure`; if so, we
preserve the certs when wiping.

Fixes: cockroachdb#105880

Release note: None
@mgartner mgartner moved this to Done in SQL Queries Jul 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. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants