mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
665 stars 102 forks source link

Fix failed test causing junit script to hang #931

Closed jeremybarnes closed 3 years ago

jeremybarnes commented 3 years ago

When a test failed, we sometimes crashed the junit script, leading to a hang. This fixes the hang and ensures that the test suite will eventually finish, turning a timeout on test failure into an explicit test failure.