cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.16k stars 3.82k forks source link

ccl/changefeedccl: TestPTSRecordProtectsTargetsAndSystemTables failed #135805

Open cockroach-teamcity opened 2 days ago

cockroach-teamcity commented 2 days ago

ccl/changefeedccl.TestPTSRecordProtectsTargetsAndSystemTables failed on release-24.1.7-rc @ 3613a619e327fb412ac62036ce2c7060c25e48db:

=== RUN   TestPTSRecordProtectsTargetsAndSystemTables
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestPTSRecordProtectsTargetsAndSystemTables2066818542
    test_log_scope.go:76: use -show-logs to present logs inline
    protected_timestamps_test.go:500: updating PTS reader cache to 1732093806.614024818,0
    protected_timestamps_test.go:512: enqueuing range 7 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1732093808.766324818,0
    protected_timestamps_test.go:512: enqueuing range 9 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1732093811.919775669,0
    protected_timestamps_test.go:512: enqueuing range 27 for mvccGC
    protected_timestamps_test.go:500: updating PTS reader cache to 1732093815.075711779,0
    protected_timestamps_test.go:512: enqueuing range 26 for mvccGC
    protected_timestamps_test.go:540: 
            Error Trace:    github.com/cockroachdb/cockroach/pkg/ccl/changefeedccl/protected_timestamps_test.go:540
            Error:          Received unexpected error:
                            batch timestamp 1732093803.017933432,0 must be after replica GC threshold 1732093809.507815991,0
            Test:           TestPTSRecordProtectsTargetsAndSystemTables
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestPTSRecordProtectsTargetsAndSystemTables2066818542
--- FAIL: TestPTSRecordProtectsTargetsAndSystemTables (18.80s)

Parameters:

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

/cc @cockroachdb/cdc

This test on roachdash | Improve this report!

Jira issue: CRDB-44724