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.8k forks source link

pkg/server/authserver/authserver_test: TestLogoutClearsCookies failed #126423

Closed cockroach-teamcity closed 3 months ago

cockroach-teamcity commented 4 months ago

pkg/server/authserver/authserver_test.TestLogoutClearsCookies failed with artifacts on master @ 3f43958a7cb7755c9e196472e3199025ecad3b01:

Fatal error:

panic: test timed out after 4m57s
running tests:
    TestLogoutClearsCookies (4m41s)
    TestLogoutClearsCookies/secondary_tenant (4m40s)

Stack:

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

``` === RUN TestLogoutClearsCookies test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/db5b7cf3454dcd16e1adb48d0d227333/logTestLogoutClearsCookies88804714 test_log_scope.go:81: use -show-logs to present logs inline === RUN TestLogoutClearsCookies/secondary_tenant ```

Help

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

/cc @cockroachdb/unowned

This test on roachdash | Improve this report!

Jira issue: CRDB-39903

dhartunian commented 3 months ago

This appears to be an infra flake with the test cluster stalling. Will attempt to reproduce locally.

dhartunian commented 3 months ago

Unable to reproduce via --stress --count=10000. Closing.