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/changefeedccl: TestAlterChangefeedAddTargetFamily failed #128749

Closed
cockroach-teamcity opened this issue Aug 10, 2024 · 2 comments
Closed

ccl/changefeedccl: TestAlterChangefeedAddTargetFamily failed #128749

cockroach-teamcity opened this issue Aug 10, 2024 · 2 comments
Assignees
Labels
A-cdc Change Data Capture branch-release-24.2.0-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-cdc

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Aug 10, 2024

ccl/changefeedccl.TestAlterChangefeedAddTargetFamily failed on release-24.2.0-rc @ 953d09cce5a01cc0053e138516d80a27454f027c:

=== RUN   TestAlterChangefeedAddTargetFamily
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestAlterChangefeedAddTargetFamily283601955
    test_log_scope.go:81: use -show-logs to present logs inline
    alter_changefeed_test.go:276: -- test log scope end --
test logs left over in: outputs.zip/logTestAlterChangefeedAddTargetFamily283601955
--- FAIL: TestAlterChangefeedAddTargetFamily (317.08s)
=== RUN   TestAlterChangefeedAddTargetFamily/kafka
    helpers_test.go:865: making server as secondary tenant
    helpers_test.go:944: making kafka feed factory
    alter_changefeed_test.go:267: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/helpers_test.go:200
        	            				github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/helpers_test.go:275
        	            				github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/alter_changefeed_test.go:267
        	            				github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/helpers_test.go:1105
        	            				github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/helpers_test.go:1140
        	Error:      	Received unexpected error:
        	            	operation "withTimeout-993574920001650689" timed out after 5m0.001s (given timeout 5m0s): stopping job due to TestFeed timeout
        	            	(1) operation "withTimeout-993574920001650689" timed out after 5m0.001s (given timeout 5m0s)
        	            	Wraps: (2) attached stack trace
        	            	  -- stack trace:
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.stopFeedWhenDone.func3
        	            	  | 	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/testfeed_test.go:2939
        	            	  | github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.stopFeedWhenDone.func1
        	            	  | 	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/testfeed_test.go:2928
        	            	  | runtime.goexit
        	            	  | 	src/runtime/asm_amd64.s:1695
        	            	Wraps: (3) stopping job due to TestFeed timeout
        	            	Error types: (1) *timeutil.TimeoutError (2) *withstack.withStack (3) *errutil.leafError
        	Test:       	TestAlterChangefeedAddTargetFamily/kafka
    --- FAIL: TestAlterChangefeedAddTargetFamily/kafka (317.07s)

Parameters:

  • attempt=1
  • race=true
  • run=3
  • shard=3
Help

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

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Jira issue: CRDB-41179

@cockroach-teamcity cockroach-teamcity added branch-release-24.2.0-rc C-test-failure Broken test (automatically or manually discovered). 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-cdc labels Aug 10, 2024
@blathers-crl blathers-crl bot added the A-cdc Change Data Capture label Aug 10, 2024
@andyyang890 andyyang890 removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Aug 16, 2024
@andyyang890
Copy link
Collaborator

andyyang890 commented Aug 16, 2024

Removing release blocker tag since nothing really stands out in the logs and I can't reproduce it. I put up a PR enabling verbose logs to help with debugging this the next time it fails: #129131.

@andyyang890 andyyang890 added the P-2 Issues/test failures with a fix SLA of 3 months label Aug 16, 2024
craig bot pushed a commit that referenced this issue Aug 20, 2024
129131: changefeedccl: enable vmodule for TestAlterChangefeedAddTargetFamily r=rharding6373 a=andyyang890

This patch enables verbose logging (vmodule `helpers_test=1`) for
`TestAlterChangefeedAddTargetFamily` so that we can get more information
about what, if any, messages that the changefeed sees before the test
times out.

Informs #128749

Release note: None

Co-authored-by: Andy Yang <[email protected]>
@andyyang890
Copy link
Collaborator

Closing since this branch doesn't exist anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cdc Change Data Capture branch-release-24.2.0-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-cdc
Projects
None yet
Development

No branches or pull requests

2 participants