Commit 474d925
authored
Fix flaky handler to catch subprocess.TimeoutExpired exception. This way
test_main_thread_em_asm_pthread will actually be attempted to be
repeated as flaky.
#25175
E.g. flaky failure at http://clbri.com:8010/api/v2/logs/49999/raw_inline
was not caught and treated as flaky.
Also fixes flaky handling of test_pthread_dlopen_many:
http://clbri.com:8010/api/v2/logs/50283/raw_inline ,
#18887
1 parent e9487bd commit 474d925
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments