ever-been / everBeen

EverBEEN is a generic benchmarking environment focused on platform-independent middleware benchmarking.
www.everbeen.cz
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Repository persistence layer absence detection #135

Closed radek-macha closed 11 years ago

radek-macha commented 11 years ago

As of now, Repository doesn't detect an absent (non-functional) mongo storage. Either an exception needs to be thrown in MongoStorage#start(), or some other detection mechanism (such as a Storage#isOk() method) must be devised.