lightblue-platform / lightblue-migrator

GNU General Public License v3.0
3 stars 13 forks source link

When lightblue impl call times out, still log the error if any #410

Closed paterczm closed 7 years ago

paterczm commented 7 years ago

If lightblue impl call times out, only the timeout event is logged. If the timed out thread eventually throws an exception (which can be explain why the call takes long, e.g. can't reach db), it is silently swallowed by the facade. This change prevents that.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.1%) to 68.057% when pulling fc9cb786d913a2108fb05029ee52487673acec74 on timeouterr into 2eca5e3f1df33fee7a522f12e3f5ac32a43149a7 on master.