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
29.89k stars 3.77k forks source link

ccl/crosscluster/logical: TestUDFPreviousValue failed #130581

Open github-actions[bot] opened 5 days ago

github-actions[bot] commented 5 days ago

ccl/crosscluster/logical.TestUDFPreviousValue failed on master @ 9489ec747fdcd0d7e6d2758466de4fa4a5d4d669:

Fatal error:

panic: test timed out after 4m57s
running tests:
    TestUDFPreviousValue (4s)

Stack:

goroutine 261747 [running]:
testing.(*M).startAlarm.func1()
    GOROOT/src/testing/testing.go:2366 +0x385
created by time.goFunc
    GOROOT/src/time/sleep.go:177 +0x2d
Log preceding fatal error

``` === RUN TestUDFPreviousValue test_log_scope.go:170: test logs captured to: outputs.zip/logTestUDFPreviousValue811162759 test_log_scope.go:81: use -show-logs to present logs inline test_server_shim.go:93: cluster virtualization disabled due to issue: #127241 (expected label: C-bug) logical_replication_job_test.go:1368: waiting for logical replication job 1002998564422189057 to reach replicated time of 1726161270.550806894,0 ```

Parameters:

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

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-42131

stevendanna commented 5 days ago

This test had only run for 4s at the point of the timeout. It looks like our overall test suite has gotten too slow:

--- PASS: TestRandomStream (40.35s)
--- PASS: TestLogicalAutoReplan (47.81s)
--- PASS: TestLogicalJobResiliency (73.28s)
--- PASS: TestFullyConnectedReplication (18.17s)
--- PASS: TestShowLogicalReplicationJobs (5.47s)
--- PASS: TestForeignKeyConstraints (5.81s)
cockroach-teamcity commented 1 day ago

ccl/crosscluster/logical.TestUDFPreviousValue failed on master @ 128fcab4c07413513a05aea1d1494943f4bc3092:

Fatal error:

panic: test timed out after 16m37s
running tests:
    TestUDFPreviousValue (3s)

Stack:

goroutine 83975508 [running]:
testing.(*M).startAlarm.func1()
    GOROOT/src/testing/testing.go:2366 +0x385
created by time.goFunc
    GOROOT/src/time/sleep.go:177 +0x2d
Log preceding fatal error

``` === RUN TestUDFPreviousValue test_log_scope.go:170: test logs captured to: outputs.zip/logTestUDFPreviousValue1255853860 test_log_scope.go:81: use -show-logs to present logs inline test_server_shim.go:93: cluster virtualization disabled due to issue: #127241 (expected label: C-bug) ```

Parameters:

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

This test on roachdash | Improve this report!