Comcast / sirius

A distributed system library for managing application reference data
http://comcast.github.io/sirius/
Apache License 2.0
298 stars 49 forks source link

Delete all testing tmp dirs, uncollide two tests #43

Closed clinedome-work closed 10 years ago

clinedome-work commented 10 years ago

Two tests were colliding on temp directories in rare cases (tests run in parallel at the same ms). This fixes that. This also makes sure that all the temp directories created by tests are actually deleted -- file.delete() does not do the trick.

tbarker9comcast commented 10 years ago

:+1: :+1: