Skip to content

Commit

Permalink
Mention test-concurrent-safe CI job in CONTRIBUTING doc (#5781)
Browse files Browse the repository at this point in the history
Related #5759

---------

Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
XSAM and pellared authored Sep 5, 2024
1 parent 8d7dfcd commit 29c0c28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,10 @@ See also:
The tests should never leak goroutines.
Use the term `ConcurrentSafe` in the test name when it aims to verify the
absence of race conditions.
absence of race conditions. The top-level tests with this term will be run
many times in the `test-concurrent-safe` CI job to increase the chance of
catching concurrency issues. This does not apply to subtests when this term
is not in their root name.
### Internal packages
Expand Down

0 comments on commit 29c0c28

Please sign in to comment.