Skip to content

Commit

Permalink
Merge branch 'main' into fix_exporter_insecure_env
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM authored Sep 5, 2024
2 parents 93a7dbe + 29c0c28 commit fc9fc25
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 fc9fc25

Please sign in to comment.