Commit 76ddcae
committed
gh-143756: skip test_load_cert_chain_thread_safety under TSAN
This test spawns 8 threads calling load_cert_chain on the same
context, directly triggering the data race on the SSL_CTX default
password callback (fixed in 3.15 by GH-143818). It was the test
that failed both TSan CI jobs.1 parent c173e0d commit 76ddcae
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
1314 | 1318 | | |
1315 | 1319 | | |
1316 | 1320 | | |
| |||
0 commit comments