cockroachdb / cockroachdb/cockroach

`maybe_stress` can take so long to run relative to what we expect for Bazel Essential CI

Open
#107,449 2 comments 0 reactions 0 assignees View on GitHub
C-bug T-dev-inf
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

Problem(s):

It stresses packages affected by the code change. For big code changes, this involves stressing too many tests and it can easily take much more than our future target CI time (15 minutes?).

Tests are stressed for 2 minutes. This means that tests skipped under stress will have to be stressed for 2 minutes each even though they are skipped.

Solution(s):

maybe_stress should be moved to Bazel Extended CI

Changing the 2 minutes timeout to a maximum number of runs (-maxruns) will let when skipped tests are stressed they finish quickly.

Jira issue: CRDB-30048

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.