Commit c173e0d
committed
gh-143756: skip test_ssl_in_multiple_threads under TSAN
Concurrent calls to SSLContext.load_cert_chain on the same context
race on the SSL_CTX default password callback. This is fixed in 3.15
(GH-143818), but under TSAN with instrumented OpenSSL the race is now
reported on 3.14, so skip the test that triggers it.1 parent 6bf1d2a commit c173e0d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3059 | 3059 | | |
3060 | 3060 | | |
3061 | 3061 | | |
| 3062 | + | |
| 3063 | + | |
| 3064 | + | |
| 3065 | + | |
3062 | 3066 | | |
3063 | 3067 | | |
3064 | 3068 | | |
| |||
0 commit comments