rock-core / package_set

Package definition for autoproj, to build all the packages that form the core of Rock, the Robot Construction Kit
http://rock-robotics.org/documentation/
0 stars 24 forks source link

fix: temporarily disable thread allocation in minitest #207

Closed doudou closed 2 years ago

doudou commented 2 years ago

This workarounds a change in minitest 1.15 that triggered a weird bug, causing ruby tests to fail with 'cannot create Thread: reosource temporarily unavailable'

This seem to be only triggered when tests are run under autoproj (the weird part)