tango-controls/JTango

PropertiesTest prevents maven release

Closed this issue · 1 comments

Currently PropertiesTest requires docker-compose up, i.e. basically Tango environment to perform.

As in 9.5.14 there is no integration test configuration (only surefire plugin is configured i.e. unit tests)

The proper way would be to extract this (and other integration tests) into dedicated failsafe configuration which allows tear up and tear down hooks. This way docker-compose up can be executed from maven and hence totaly environment independent.

Another way once #68 will be resolved Travis may execute docker-compose up before running maven

Resolved via #68