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

ccl/schemachangerccl: TestPause failed #83398

Closed
cockroach-teamcity opened this issue Jun 27, 2022 · 1 comment
Closed

ccl/schemachangerccl: TestPause failed #83398

cockroach-teamcity opened this issue Jun 27, 2022 · 1 comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jun 27, 2022

ccl/schemachangerccl.TestPause failed with artifacts on master @ a611410e3babe97a14152381b89060e1bafa2e27:

=== RUN   TestPause/create_index/CREATE_INDEX_id1___ON_defaultdb.t1_(id,_name)___STORING_(money)___PARTITION_BY_LIST_(id)_(PARTITION_p1_VALUES_IN_(1))/pause_stage_6_of_9
    cumulative.go:261: found job 774108961566064641
            --- FAIL: TestPause/create_index/CREATE_INDEX_id1___ON_defaultdb.t1_(id,_name)___STORING_(money)___PARTITION_BY_LIST_(id)_(PARTITION_p1_VALUES_IN_(1))/pause_stage_6_of_9 (32.29s)

Parameters: TAGS=bazel,gss,deadlock

Help

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/sql-schema

This test on roachdash | Improve this report!

Jira issue: CRDB-17051

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jun 27, 2022
@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Jun 27, 2022
@ajwerner
Copy link
Contributor

Closing as duplicate of #83402.

panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x25d3f1f]

goroutine 53568476 [running]:
testing.tRunner.func1.2({0x673a840, 0xa1b0050})
	GOROOT/src/testing/testing.go:1209 +0x24e
testing.tRunner.func1()
	GOROOT/src/testing/testing.go:1212 +0x218
panic({0x673a840, 0xa1b0050})
	GOROOT/src/runtime/panic.go:1038 +0x215
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*propBuf).maybeRejectUnsafeProposalLocked(0xc00cd4e6b8, {0x78904c8, 0xc01cbd8f00}, {0x0, 0x0}, 0xc007a26900)
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_proposal_buf.go:690 +0x41f
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*propBuf).FlushLockedWithRaftGroup(0xc00cd4e6b8, {0x78904c8, 0xc01cbd8f00}, {0x0, 0x0})
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_proposal_buf.go:428 +0x4d5
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*propBuf).FlushLockedWithoutProposing(0xc00cd4e6b8, {0x78904c8, 0xc01cbd8f00})
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/replica_proposal_buf.go:921 +0x65
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).processRaft.func2.1(0xc00cd4e000)
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store_raft.go:711 +0x97
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*storeReplicaVisitor).Visit(0xc00a71ec00, 0xc0120e17c0)
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:416 +0x25c
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).VisitReplicas(0xc00b878000, 0xc0120e17c0, {0x0, 0x0, 0x0})
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:2633 +0xc5
github.com/cockroachdb/cockroach/pkg/kv/kvserver.(*Store).processRaft.func2()
	github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store_raft.go:709 +0x85
github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0xc014e25740)
	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:107 +0x1f
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc00c5fa7e0, {0x7890458, 0xc000080050})
	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:558 +0x3ae
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServerLocked(0xc008554000, 0x0)
	github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:205 +0x8c
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServers(0xc008554000, {0x7890458, 0xc000080050})
	github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:141 +0x3aa
github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).Start.func2()
	github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:438 +0x48
github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0xc0166a3020)
	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:107 +0x1f
github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc00c5fa120, {0x7890458, 0xc000080038})
	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:558 +0x3ae
github.com/cockroachdb/cockroach/pkg/ccl/multiregionccl/multiregionccltestutils.TestingCreateMultiRegionCluster.func1()
	github.com/cockroachdb/cockroach/pkg/ccl/multiregionccl/multiregionccltestutils/testutils.go:101 +0x4d
github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.Pause.func3(0xc00713e000, {0xc01563f020, 0x1, 0x1}, {0xc00cdb4ad0, 0x1, 0x1}, 0x6)
	github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:272 +0x3ef
github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest.Pause.func2.1(0xc00713e000)
	github.com/cockroachdb/cockroach/pkg/sql/schemachanger/sctest/cumulative.go:210 +0xae
testing.tRunner(0xc00713e000, 0xc0148cc3c0)
	GOROOT/src/testing/testing.go:1259 +0x102
created by testing.(*T).Run
	GOROOT/src/testing/testing.go:1306 +0x35a
I220627 06:01:51.939820 1 (gostd) testmain.go:84  [-] 1  Test //pkg/ccl/schemachangerccl:schemachangerccl_test exited with error code 2

@exalate-issue-sync exalate-issue-sync bot added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-schema-deprecated Use T-sql-foundations instead labels May 10, 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-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

2 participants