Skip to content

Commit 29c0c28

Browse files
XSAMpellared
andauthored
Mention test-concurrent-safe CI job in CONTRIBUTING doc (#5781)
Related #5759 --------- Co-authored-by: Robert Pająk <[email protected]>
1 parent 8d7dfcd commit 29c0c28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,10 @@ See also:
578578
The tests should never leak goroutines.
579579

580580
Use the term `ConcurrentSafe` in the test name when it aims to verify the
581-
absence of race conditions.
581+
absence of race conditions. The top-level tests with this term will be run
582+
many times in the `test-concurrent-safe` CI job to increase the chance of
583+
catching concurrency issues. This does not apply to subtests when this term
584+
is not in their root name.
582585

583586
### Internal packages
584587

0 commit comments

Comments
 (0)