zalando / PGObserver

A battle-tested, flexible & comprehensive monitoring solution for your PostgreSQL databases
https://zalando.github.io/PGObserver/
Other
315 stars 64 forks source link

Make it testable with Surefire and Spring #82

Closed slitsche closed 8 years ago

slitsche commented 8 years ago

Surefire does not allow System.exit() in referenced code, even it is not called. http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#vm-termination We want to configure the Pool config in spring context which requires Pool to be a valid Bean.

a1exsh commented 8 years ago

:+1:

a1exsh commented 8 years ago

LGTM