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

pkg/util/tracing/collector/collector_test: TestClusterInflightTraces failed #107343

Closed
cockroach-teamcity opened this issue Jul 21, 2023 · 1 comment · Fixed by #107666
Closed
Assignees
Labels
branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-multitenant Issues owned by the multi-tenant virtual team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Jul 21, 2023

pkg/util/tracing/collector/collector_test.TestClusterInflightTraces failed with artifacts on release-23.1 @ 9a1d2a7656850b132bad44d3bdbf66333406c904:

=== RUN   TestClusterInflightTraces
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/f694b965ca502737ec1f9c8071e6a7a2/logTestClusterInflightTraces1429853007
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestClusterInflightTraces
    collector_test.go:360: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/f694b965ca502737ec1f9c8071e6a7a2/logTestClusterInflightTraces1429853007
--- FAIL: TestClusterInflightTraces (31.84s)
=== RUN   TestClusterInflightTraces/shared-process
    collector_test.go:274: 
        	Error Trace:	pkg/util/tracing/collector/collector_test_test/pkg/util/tracing/collector/collector_test.go:274
        	Error:      	Received unexpected error:
        	            	server stop before successful start
        	            	(1) attached stack trace
        	            	  -- stack trace:
        	            	  | github.com/cockroachdb/cockroach/pkg/server.(*channelOrchestrator).startControlledServer.func5.1
        	            	  | 	github.com/cockroachdb/cockroach/pkg/server/server_controller_channel_orchestrator.go:307
        	            	  | github.com/cockroachdb/cockroach/pkg/server.(*channelOrchestrator).startControlledServer.func5
        	            	  | 	github.com/cockroachdb/cockroach/pkg/server/server_controller_channel_orchestrator.go:401
        	            	  | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2
        	            	  | 	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470
        	            	  | runtime.goexit
        	            	  | 	GOROOT/src/runtime/asm_amd64.s:1594
        	            	Wraps: (2) server stop before successful start
        	            	Error types: (1) *withstack.withStack (2) *errutil.leafError
        	Test:       	TestClusterInflightTraces/shared-process
    --- FAIL: TestClusterInflightTraces/shared-process (7.67s)

Parameters: TAGS=bazel,gss,deadlock

Help

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

/cc @cockroachdb/obs-inf-prs

This test on roachdash | Improve this report!

Jira issue: CRDB-29999

@cockroach-teamcity cockroach-teamcity added branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Jul 21, 2023
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Jul 21, 2023
@yuzefovich yuzefovich added T-multitenant Issues owned by the multi-tenant virtual team and removed T-observability-inf A-observability-inf labels Jul 21, 2023
@stevendanna stevendanna self-assigned this Jul 25, 2023
@cockroach-teamcity
Copy link
Member Author

pkg/util/tracing/collector/collector_test.TestClusterInflightTraces failed with artifacts on release-23.1 @ aaedb3dd0d97097cff7afeb2532c6265d3d62818:

=== RUN   TestClusterInflightTraces
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/f694b965ca502737ec1f9c8071e6a7a2/logTestClusterInflightTraces3128792139
    test_log_scope.go:79: use -show-logs to present logs inline
=== CONT  TestClusterInflightTraces
    collector_test.go:360: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/f694b965ca502737ec1f9c8071e6a7a2/logTestClusterInflightTraces3128792139
--- FAIL: TestClusterInflightTraces (33.84s)
=== RUN   TestClusterInflightTraces/shared-process
    collector_test.go:274: 
        	Error Trace:	pkg/util/tracing/collector/collector_test_test/pkg/util/tracing/collector/collector_test.go:274
        	Error:      	Received unexpected error:
        	            	server stop before successful start
        	            	(1) attached stack trace
        	            	  -- stack trace:
        	            	  | github.com/cockroachdb/cockroach/pkg/server.(*channelOrchestrator).startControlledServer.func5.1
        	            	  | 	github.com/cockroachdb/cockroach/pkg/server/server_controller_channel_orchestrator.go:307
        	            	  | github.com/cockroachdb/cockroach/pkg/server.(*channelOrchestrator).startControlledServer.func5
        	            	  | 	github.com/cockroachdb/cockroach/pkg/server/server_controller_channel_orchestrator.go:401
        	            	  | github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2
        	            	  | 	github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470
        	            	  | runtime.goexit
        	            	  | 	GOROOT/src/runtime/asm_amd64.s:1594
        	            	Wraps: (2) server stop before successful start
        	            	Error types: (1) *withstack.withStack (2) *errutil.leafError
        	Test:       	TestClusterInflightTraces/shared-process
    --- FAIL: TestClusterInflightTraces/shared-process (8.24s)

Parameters: TAGS=bazel,gss,deadlock

Help

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

This test on roachdash | Improve this report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.1 Used to mark GA and release blockers and technical advisories for 23.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-multitenant Issues owned by the multi-tenant virtual team
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants