cockroachdb / cockroachdb/cockroach
unit test/ci: report when unit test is using either TestServer/TestCluster API
Open
A-testeng-foundations
A-testing
C-enhancement
E-quick-win
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
To enable better tracking of flaky tests which rely on TestServer/TestCluster API [1], we'd like to surface a new parameter in GH issues. E.g., [2] is a unit test which failed during the nightly `stress` run; this test happens to use `TestCluster` API. See [3] for private slack discussion.
[1] https://cockroachlabs.atlassian.net/wiki/spaces/CRDB/pages/3155427384/TestServer+and+TestCluster
[2] https://github.com/cockroachdb/cockroach/issues/110187
[3] https://cockroachlabs.slack.com/archives/C023S0V4YEB/p1695754554482619
Jira issue: CRDB-31874
Contributor guide
Assessment
This issue has not been assessed yet.