ruby--ruby/test/-ext-/thread
Jean Boussier b1e6e58cd1 Refactor TestThreadInstrumentation to investigate CI flakiness
`test_thread_instrumentation_fork_safe` has been failing occasionaly
on Ubuntu and Arch. At this stage we're not sure why, all we know is
that the child exit with status 1.

I suspect that something entirely unrelated cause the forked children
to fail on exit, so by using `exit!(0)` and doing assertions in the
parent I hope to be resilient to that.
2022-06-07 13:19:34 +02:00
..
test_instrumentation_api.rb Refactor TestThreadInstrumentation to investigate CI flakiness 2022-06-07 13:19:34 +02:00