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: tpchvec/disk failed #52859

Closed
cockroach-teamcity opened this issue Aug 15, 2020 · 6 comments · Fixed by #53085
Closed

roachtest: tpchvec/disk failed #52859

cockroach-teamcity opened this issue Aug 15, 2020 · 6 comments · Fixed by #53085
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. 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).tpchvec/disk failed on master@d106b79cb3838bbc1fb163e8d8216488130b521e:

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/tpchvec/disk/run_1
	tpchvec.go:575,tpchvec.go:680,tpchvec.go:705,test_runner.go:754: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2184311-1597472915-70-n3cpu4:1 -- ./workload run tpch --concurrency=1 --db=tpch --default-vectorize --max-ops=1 --queries=7 {pgurl:1}: exit status 20
		(1) attached stack trace
		  | main.execCmdWithBuffer
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:552
		  | main.(*cluster).RunWithBuffer
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2266
		  | main.baseTestRun
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpchvec.go:570
		  | main.runTPCHVec
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpchvec.go:680
		  | main.registerTPCHVec.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpchvec.go:705
		  | 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) 2 safe details enclosed
		Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2184311-1597472915-70-n3cpu4:1 -- ./workload run tpch --concurrency=1 --db=tpch --default-vectorize --max-ops=1 --queries=7 {pgurl:1}
		Wraps: (4) exit status 20
		Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *exec.ExitError

More

Artifacts: /tpchvec/disk

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

@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 Aug 15, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Aug 15, 2020
@asubiotto
Copy link
Contributor

Error: TPCH wrong output [q7] returned wrong number of rows: got 2, expected 4

@asubiotto
Copy link
Contributor

@yuzefovich I wonder if this is related to your dynamic batch capacity change (it contains the commit).

@asubiotto
Copy link
Contributor

asubiotto commented Aug 17, 2020

Looks like 19.2.10 failed with the same issue: #52841 (comment), so it might be unrelated.

@celiala celiala mentioned this issue Aug 17, 2020
25 tasks
@celiala
Copy link
Collaborator

celiala commented Aug 17, 2020

Looks like 19.2.10 failed with the same issue: #52841 (comment)

I was looking at the wrong Nightly Test Suite:

tpchvec/disk does not fail for the provisional 19.2.10 candidate. Correct Nightly TC link:

Apologies for the confusion.

@asubiotto
Copy link
Contributor

Thanks for the update!

@cockroach-teamcity
Copy link
Member Author

(roachtest).tpchvec/disk failed on master@ebd5c732f83009acc9c6f5859ca95e74e5453a1c:

The test failed on branch=master, cloud=gce:
test artifacts and logs in: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/artifacts/tpchvec/disk/run_1
	tpchvec.go:575,tpchvec.go:680,tpchvec.go:705,test_runner.go:754: /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2195516-1597818221-22-n3cpu4:1 -- ./workload run tpch --concurrency=1 --db=tpch --default-vectorize --max-ops=1 --queries=16 {pgurl:1}: exit status 20
		(1) attached stack trace
		  | main.execCmdWithBuffer
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:552
		  | main.(*cluster).RunWithBuffer
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/cluster.go:2266
		  | main.baseTestRun
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpchvec.go:570
		  | main.runTPCHVec
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpchvec.go:680
		  | main.registerTPCHVec.func2
		  | 	/home/agent/work/.go/src/github.com/cockroachdb/cockroach/pkg/cmd/roachtest/tpchvec.go:705
		  | 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) 2 safe details enclosed
		Wraps: (3) /home/agent/work/.go/src/github.com/cockroachdb/cockroach/bin/roachprod run teamcity-2195516-1597818221-22-n3cpu4:1 -- ./workload run tpch --concurrency=1 --db=tpch --default-vectorize --max-ops=1 --queries=16 {pgurl:1}
		Wraps: (4) exit status 20
		Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *exec.ExitError

More

Artifacts: /tpchvec/disk

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

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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants