GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

NPE in afterClass() #103

Closed shvachko closed 9 years ago

shvachko commented 9 years ago

Quite a few tests don't check (cluster != null) before cluster.shutdown(); This leads to NPE, when a test tries to exit in case the cluster was not instantiated.

milandesai commented 9 years ago

+1

shvachko commented 9 years ago

Committed.