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: TestCreateChangefeedScheduleInExplicitTxnRollback failed #123217

Closed
cockroach-teamcity opened this issue Apr 29, 2024 · 3 comments
Assignees
Labels
A-cdc Change Data Capture branch-master Failures on the master branch. 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
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 29, 2024

ccl/changefeedccl.TestCreateChangefeedScheduleInExplicitTxnRollback failed with artifacts on master @ 978a6a5d045c36401468b4010bbbb35cbadf2093:

        	github.com/bazelbuild/rules_go/go/tools/bzltestutil/external/io_bazel_rules_go/go/tools/bzltestutil/timeout.go:33 +0x98
        goroutine 137473 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457dc0, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 137469 [chan receive]:
        testing.(*T).Parallel(0x40014fa340)
        	GOROOT/src/testing/testing.go:1483 +0x1ac
        github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.TestJSONEncoderJSONNullAsObjectEdgeCases(0x40014fa340)
        	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/encoder_json_test.go:180 +0xa4
        testing.tRunner(0x40014fa340, 0x64764f8)
        	GOROOT/src/testing/testing.go:1689 +0xec
        created by testing.(*T).Run in goroutine 1
        	GOROOT/src/testing/testing.go:1742 +0x318
        goroutine 137471 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457c00, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 137472 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457ce0, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 137470 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457b20, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac: Leaked goroutine: goroutine 137470 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457b20, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 137471 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457c00, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 137472 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457ce0, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 137473 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400c457dc0, {0x78ee0d8, 0x400a6a8d20})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 137469
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
--- FAIL: TestCreateChangefeedScheduleInExplicitTxnRollback (7.52s)
Help

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

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Jira issue: CRDB-38251

@cockroach-teamcity cockroach-teamcity added branch-master Failures on the master branch. 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 Apr 29, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Apr 29, 2024
@blathers-crl blathers-crl bot added the A-cdc Change Data Capture label Apr 29, 2024
@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestCreateChangefeedScheduleInExplicitTxnRollback failed with artifacts on master @ 4e178debf6f4fb438ab2464b33f6ee932d2fb356:

        	github.com/bazelbuild/rules_go/go/tools/bzltestutil/external/io_bazel_rules_go/go/tools/bzltestutil/timeout.go:33 +0x98
        goroutine 135744 [chan receive]:
        testing.(*T).Parallel(0x40076891e0)
        	GOROOT/src/testing/testing.go:1483 +0x1ac
        github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.TestJSONEncoderJSONNullAsObjectEdgeCases(0x40076891e0)
        	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/encoder_json_test.go:180 +0xa4
        testing.tRunner(0x40076891e0, 0x6476c00)
        	GOROOT/src/testing/testing.go:1689 +0xec
        created by testing.(*T).Run in goroutine 1
        	GOROOT/src/testing/testing.go:1742 +0x318
        goroutine 135987 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88540, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 135745 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88380, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 135986 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88460, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 135988 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88620, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac: Leaked goroutine: goroutine 135745 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88380, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 135986 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88460, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 135987 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88540, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 135988 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x400be88620, {0x78eea18, 0x400bb7c1e0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 135744
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
--- FAIL: TestCreateChangefeedScheduleInExplicitTxnRollback (6.22s)
Help

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

This test on roachdash | Improve this report!

@cockroach-teamcity
Copy link
Member Author

ccl/changefeedccl.TestCreateChangefeedScheduleInExplicitTxnRollback failed with artifacts on master @ be5469253232fed0c53d01b4b7afc58c62efba1e:

        	github.com/bazelbuild/rules_go/go/tools/bzltestutil/external/io_bazel_rules_go/go/tools/bzltestutil/timeout.go:33 +0x98
        goroutine 129211 [chan receive]:
        testing.(*T).Parallel(0x400af0d1e0)
        	GOROOT/src/testing/testing.go:1483 +0x1ac
        github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl.TestJSONEncoderJSONNullAsObjectEdgeCases(0x400af0d1e0)
        	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/encoder_json_test.go:180 +0xa4
        testing.tRunner(0x400af0d1e0, 0x6476e40)
        	GOROOT/src/testing/testing.go:1689 +0xec
        created by testing.(*T).Run in goroutine 1
        	GOROOT/src/testing/testing.go:1742 +0x318
        goroutine 129213 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f5e0, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 129215 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f7a0, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 129214 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f6c0, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        goroutine 129212 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f420, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac: Leaked goroutine: goroutine 129212 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f420, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 129213 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f5e0, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 129214 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f6c0, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
        Leaked goroutine: goroutine 129215 [select]:
        github.com/cockroachdb/cockroach/pkg/util/log.(*fileSink).gcDaemon(0x401053f7a0, {0x78eecd8, 0x400b8620f0})
        	github.com/cockroachdb/cockroach/pkg/util/log/file_log_gc.go:25 +0x70
        created by github.com/cockroachdb/cockroach/pkg/util/log.ApplyConfig in goroutine 129211
        	github.com/cockroachdb/cockroach/pkg/util/log/flags.go:328 +0xeac
--- FAIL: TestCreateChangefeedScheduleInExplicitTxnRollback (6.07s)
Help

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

This test on roachdash | Improve this report!

@wenyihu6 wenyihu6 assigned rharding6373 and unassigned wenyihu6 May 6, 2024
@rharding6373
Copy link
Collaborator

Dupe of #123156

@rharding6373 rharding6373 added the X-duplicate Closed as a duplicate of another issue. label May 6, 2024
@exalate-issue-sync exalate-issue-sync bot removed the X-duplicate Closed as a duplicate of another issue. label May 6, 2024
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-master Failures on the master branch. 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
Projects
None yet
Development

No branches or pull requests

3 participants