cockroachdb / cockroachdb/cockroach
roachtest: reduce nightly test timeout limit
Open
A-testeng-foundations
C-enhancement
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Since the transition to test selection, GCE nightly takes 12h on average. Yet, there are roachtests whose timeout limit exceeds that number. Below is a list of candidates that should be revisited,
```
roachtest list --suite nightly |grep -E "10h|18h|9h|8h"
backup-restore/mixed-version [disaster-recovery] randomized,timeout: 8h0m0s
import/tpch/nodes=8 [sql-queries] timeout: 10h0m0s
schemachange/during/tpcc [sql-foundations] timeout: 9h0m0s
tpch_concurrency [sql-queries] timeout: 18h0m0s
tpch_concurrency/no_streamer [sql-queries] timeout: 18h0m0s
```
Jira issue: CRDB-46621
Contributor guide
Assessment
This issue has not been assessed yet.