We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-concurrent-safe
1 parent 8d7dfcd commit 29c0c28Copy full SHA for 29c0c28
CONTRIBUTING.md
@@ -578,7 +578,10 @@ See also:
578
The tests should never leak goroutines.
579
580
Use the term `ConcurrentSafe` in the test name when it aims to verify the
581
-absence of race conditions.
+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.
585
586
### Internal packages
587
0 commit comments