Steve Blackmon created STREAMS-537:
--------------------------------------
Summary: Integration Tests should not assume presence of any
specific system property values not controlled via SCM or maven lifecycle
Key: STREAMS-537
URL: https://issues.apache.org/jira/browse/STREAMS-537
Project: Streams
Issue Type: Improvement
Reporter: Steve Blackmon
Assignee: Steve Blackmon
Currently to run integration tests requires a specific sort of typesafe file
that is not checked into SCM in any form or managed by the maven lifecycle.
This is not ideal. Each .conf file used in an integration test should source
environment details and credentials from a few known location without relying
on the tested to supply -DargLine=-Dconfig.file= when running maven.
Provided project documentation regarding integration testing has been followed,
mvn clean verify -DskipITs=false should work.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)