Hi folks!
Today I started playing with a maven profile to start various databases via
Docker.The idea is to be able to start and stop various databases from the
commandline or via jenkins.Had a chat with Francesco and he pointed me to how
they do it in Syncope. Was a good start.
Since most of our tests are unit test and not ITs I think it's for now better
to have to start the databases manually, then do the test and stop it again. We
could also do this in a pre and post step in Jenkins.An objections?Or should we
just move forward and try it out.And later change it if we find there is a
better way?
LieGrue,strub