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:
parent
8d7dfcdc68
commit
29c0c28a2c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user