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: decommission/randomized failed #53520

Closed
cockroach-teamcity opened this issue Aug 26, 2020 · 1 comment · Fixed by #53679
Closed

roachtest: decommission/randomized failed #53520

cockroach-teamcity opened this issue Aug 26, 2020 · 1 comment · Fixed by #53679
Assignees
Labels
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.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).decommission/randomized failed on provisional_202008261913_v20.2.0-beta.1@eaa939ce6548a54a23970814ff00f30ad87680ac:

		  -- stack trace:
		  | main.(*decommTestHelper).matchCSV.func1
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:905
		  | main.(*decommTestHelper).matchCSV
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:929
		  | main.runDecommissionRandomized
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:345
		  | main.registerDecommission.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:61
		  | main.(*testRunner).runTest.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:754
		  | runtime.goexit
		  | 	/usr/local/go/src/runtime/asm_amd64.s:1357
		Wraps: (2) secondary error attachment
		  | row #1: csv has 13 columns, but expected 2
		  | (1) attached stack trace
		  |   -- stack trace:
		  |   | main.(*decommTestHelper).matchCSV
		  |   | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:929
		  |   | main.runDecommissionRandomized
		  |   | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:345
		  |   | main.registerDecommission.func2
		  |   | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/decommission.go:61
		  |   | main.(*testRunner).runTest.func2
		  |   | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test_runner.go:754
		  |   | runtime.goexit
		  |   | 	/usr/local/go/src/runtime/asm_amd64.s:1357
		  | Wraps: (2) row #1: csv has 13 columns, but expected 2
		  | Error types: (1) *withstack.withStack (2) *errutil.leafError
		Wraps: (3) csv input:
		  | Flag --insecure has been deprecated, it will be removed in a subsequent release.
		  | For details, see: https://go.crdb.dev/issue/53404
		  | id,address,sql_address,build,started_at,updated_at,locality,is_available,is_live,gossiped_replicas,is_decommissioning,membership,is_draining
		  | 1,10.128.0.159:26257,10.128.0.159:26257,v20.2.0-alpha.1-2795-geaa939ce65,2020-08-26 22:25:16.354455+00:00,2020-08-26 22:25:56.861196+00:00,"cloud=gce,region=us-central1,zone=us-central1-b",true,true,35,false,active,false
		  | 2,10.128.0.191:26257,10.128.0.191:26257,v20.2.0-alpha.1-2795-geaa939ce65,2020-08-26 22:25:50.507668+00:00,2020-08-26 22:25:55.014398+00:00,"cloud=gce,region=us-central1,zone=us-central1-b",true,true,34,false,active,false
		  | 3,10.128.0.188:26257,10.128.0.188:26257,v20.2.0-alpha.1-2795-geaa939ce65,2020-08-26 22:25:52.232784+00:00,2020-08-26 22:25:56.738439+00:00,"cloud=gce,region=us-central1,zone=us-central1-b",true,true,34,false,active,false
		  | 4,10.128.0.189:26257,10.128.0.189:26257,v20.2.0-alpha.1-2795-geaa939ce65,2020-08-26 22:25:53.966476+00:00,2020-08-26 22:25:58.482778+00:00,"cloud=gce,region=us-central1,zone=us-central1-b",true,true,0,true,decommissioning,false
		  | 5,10.128.0.140:26257,10.128.0.140:26257,v20.2.0-alpha.1-2795-geaa939ce65,2020-08-26 22:25:55.709633+00:00,2020-08-26 22:25:55.719231+00:00,"cloud=gce,region=us-central1,zone=us-central1-b",true,true,35,false,active,false
		  | 6,10.128.0.190:26257,10.128.0.190:26257,v20.2.0-alpha.1-2795-geaa939ce65,2020-08-26 22:25:57.431381+00:00,2020-08-26 22:25:57.438251+00:00,"cloud=gce,region=us-central1,zone=us-central1-b",true,true,0,false,active,false
		  | expected:
		  | [][]string{
		  |     {".*", ".*"},
		  |     {".*", ".*"},
		  |     {".*", ".*"},
		  |     {".*", ".*"},
		  |     {".*", ".*"},
		  |     {".*", ".*"},
		  | }
		  | errors:row #1: csv has 13 columns, but expected 2
		Error types: (1) *withstack.withStack (2) *secondary.withSecondaryError (3) *errutil.leafError

More

Artifacts: /decommission/randomized
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-provisional_202008261913_v20.2.0-beta.1 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 Aug 26, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Aug 26, 2020
@knz knz assigned knz and unassigned irfansharif Aug 31, 2020
@knz
Copy link
Contributor

knz commented Aug 31, 2020

I think this is mine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants