sociomantic-tsunami / dhtproto

Distributed Hash Table protocol definition, client, fake node, and tests
Boost Software License 1.0
5 stars 22 forks source link

Abort tests on unhandled exception #102

Open gavin-norman-sociomantic opened 6 years ago

gavin-norman-sociomantic commented 6 years ago

Currently, unhandled exceptions in integration tests cause the task to die silently. This can lead to hard to debug situations.

The suggestion is to add this code in a function that can be called from all integration tests.