Commit c9acde2
authored
Update posixtestsuite to deal with OOM issue on fast computers (#25318)
A couple of tests in the posixtest suite hammer `pthread_kill()` and
`pthread_cancel()` in an uncontrollably fast loop.
Since the event queue mailbox refactor, proxying `pthread_kill()` and
`pthread_cancel()` allocate memory.
This causes fast CPUs like Ryzen 9800X3D 8c/16t and Apple M1 ARM to run
out of memory while running the test:
http://clbri.com:8010/api/v2/logs/64925/raw_inline
http://clbri.com:8010/api/v2/logs/66008/raw_inline
Update the posixtest submodule to latest, which throttles these loops to
sleep 1ms between signals.1 parent 47e7a1f commit c9acde2
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
0 commit comments