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.1k stars 3.81k forks source link

cloud/amazon: TestPutS3Endpoint failed #133900

Open cockroach-teamcity opened 1 week ago

cockroach-teamcity commented 1 week ago

cloud/amazon.TestPutS3Endpoint failed with artifacts on release-23.2.15-rc @ 36a02ceba385b3eafa1aebd4747bac23d7bf59d3:

Fatal error:

panic: test timed out after 55s
running tests:
    TestPutS3Endpoint (2s)
    TestPutS3Endpoint/simple_round_trip (2s)

Stack:

goroutine 1037 [running]:
testing.(*M).startAlarm.func1()
    GOROOT/src/testing/testing.go:2259 +0x3b9
created by time.goFunc
    GOROOT/src/time/sleep.go:176 +0x2d
Log preceding fatal error

``` === RUN TestPutS3Endpoint === RUN TestPutS3Endpoint/simple_round_trip ```

Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)

/cc @cockroachdb/disaster-recovery

This test on roachdash | Improve this report!

Jira issue: CRDB-43815

msbutler commented 1 week ago

likely s3 unavalaibility, as this failure correlates with https://github.com/cockroachdb/cockroach/issues/133901

cockroach-teamcity commented 6 days ago

cloud/amazon.TestPutS3Endpoint failed with artifacts on release-23.2.15-rc @ af43a079580443e896d18fac6c613e3cc0ca2757:

Fatal error:

panic: test timed out after 55s
running tests:
    TestPutS3Endpoint (7s)
    TestPutS3Endpoint/exceeds-4mb-chunk (4s)

Stack:

goroutine 1076 [running]:
testing.(*M).startAlarm.func1()
    GOROOT/src/testing/testing.go:2259 +0x3b9
created by time.goFunc
    GOROOT/src/time/sleep.go:176 +0x2d
Log preceding fatal error

``` === RUN TestPutS3Endpoint === RUN TestPutS3Endpoint/exceeds-4mb-chunk ```

Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)

Same failure on other branches

- #133901 cloud/amazon: TestPutS3Endpoint failed [A-disaster-recovery C-test-failure O-robot T-disaster-recovery branch-release-23.2 release-blocker]

This test on roachdash | Improve this report!