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: TestPTSRecordProtectsTargetsAndSystemTables failed #137885

Open
cockroach-teamcity opened this issue Dec 21, 2024 · 1 comment · May be fixed by #138243
Open

ccl/changefeedccl: TestPTSRecordProtectsTargetsAndSystemTables failed #137885

cockroach-teamcity opened this issue Dec 21, 2024 · 1 comment · May be fixed by #138243
Assignees
Labels
A-cdc Change Data Capture branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 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 X-duplicate Closed as a duplicate of another issue.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 21, 2024

ccl/changefeedccl.TestPTSRecordProtectsTargetsAndSystemTables failed on release-24.1 @ a80ff6a3b1289d382029e628759b1e50271b6069:

=== RUN   TestPTSRecordProtectsTargetsAndSystemTables
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestPTSRecordProtectsTargetsAndSystemTables2939620825
    test_log_scope.go:76: use -show-logs to present logs inline
    protected_timestamps_test.go:500: updating PTS reader cache to 1734771697.946733163,0
    protected_timestamps_test.go:512: enqueuing range 7 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1734771702.105240735,0
    protected_timestamps_test.go:512: enqueuing range 9 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1734771705.258120594,0
    protected_timestamps_test.go:512: enqueuing range 27 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1734771708.415709837,0
    protected_timestamps_test.go:512: enqueuing range 26 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1734771711.572794203,0
    protected_timestamps_test.go:512: enqueuing range 8 for mvccGC
    protected_timestamps_test.go:544: 
        	Error Trace:	github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/protected_timestamps_test.go:544
        	Error:      	Received unexpected error:
        	            	batch timestamp 1734771693.726253348,0 must be after replica GC threshold 1734771702.721377239,0 (r9: /Table/{5-6})
        	Test:       	TestPTSRecordProtectsTargetsAndSystemTables
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestPTSRecordProtectsTargetsAndSystemTables2939620825
--- FAIL: TestPTSRecordProtectsTargetsAndSystemTables (25.08s)

Parameters:

  • attempt=1
  • deadlock=true
  • run=1
  • shard=12
Help

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

Same failure on other branches

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Jira issue: CRDB-45789

@cockroach-teamcity cockroach-teamcity added branch-release-24.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 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 Dec 21, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone Dec 21, 2024
@blathers-crl blathers-crl bot added the A-cdc Change Data Capture label Dec 21, 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 Dec 26, 2024
@andyyang890
Copy link
Collaborator

andyyang890 commented Dec 26, 2024

Duplicate of #135805

@andyyang890 andyyang890 marked this as a duplicate of #135805 Dec 26, 2024
@andyyang890 andyyang890 added the X-duplicate Closed as a duplicate of another issue. label Dec 26, 2024
@exalate-issue-sync exalate-issue-sync bot added the P-2 Issues/test failures with a fix SLA of 3 months label Jan 2, 2025
asg0451 added a commit to asg0451/cockroach that referenced this issue Jan 6, 2025
asg0451 added a commit to asg0451/cockroach that referenced this issue Jan 6, 2025
Fix failing TestPTSRecordProtectsTargetsAndSystemTables test

Fixes: cockroachdb#135639
Fixes: cockroachdb#138066
Fixes: cockroachdb#137885
Fixes: cockroachdb#137505
Fixes: cockroachdb#136396
Fixes: cockroachdb#135805
Fixes: cockroachdb#135639

Release note: None
@asg0451 asg0451 linked a pull request Jan 6, 2025 that will close this issue
asg0451 added a commit to asg0451/cockroach that referenced this issue Jan 6, 2025
Fix failing TestPTSRecordProtectsTargetsAndSystemTables test

Fixes: cockroachdb#135639
Fixes: cockroachdb#138066
Fixes: cockroachdb#137885
Fixes: cockroachdb#137505
Fixes: cockroachdb#136396
Fixes: cockroachdb#135805
Fixes: cockroachdb#135639

Release note: None
asg0451 added a commit to asg0451/cockroach that referenced this issue Jan 6, 2025
Fix failing TestPTSRecordProtectsTargetsAndSystemTables test

Fixes: cockroachdb#135639
Fixes: cockroachdb#138066
Fixes: cockroachdb#137885
Fixes: cockroachdb#137505
Fixes: cockroachdb#136396
Fixes: cockroachdb#135805
Fixes: cockroachdb#135639

Release note: None
asg0451 added a commit to asg0451/cockroach that referenced this issue Jan 7, 2025
Fix failing TestPTSRecordProtectsTargetsAndSystemTables test

Fixes: cockroachdb#135639
Fixes: cockroachdb#138066
Fixes: cockroachdb#137885
Fixes: cockroachdb#137505
Fixes: cockroachdb#136396
Fixes: cockroachdb#135805
Fixes: cockroachdb#135639

Release note: None
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.1 Used to mark GA and release blockers, technical advisories, and bugs for 24.1 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 X-duplicate Closed as a duplicate of another issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants