1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-17 20:57:51 +02:00

Mention test-concurrent-safe CI job in CONTRIBUTING doc (#5781)

Related #5759

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
This commit is contained in:
Sam Xie 2024-09-05 12:45:47 -07:00 committed by GitHub
parent 8d7dfcdc68
commit 29c0c28a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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