You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Dave Thompson (JIRA)" <ji...@apache.org> on 2018/04/09 17:59:00 UTC

[jira] [Closed] (DAFFODIL-1911) Move daffodil-cli tests to use sbt's "integration" test capabilities

     [ https://issues.apache.org/jira/browse/DAFFODIL-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Thompson closed DAFFODIL-1911.
-----------------------------------

Pulled the latest updates from the incubator-daffodil repository and verified the updates included the specified commit, 4e23af5c2a2033967e2ea3fc662ffd567473a489.

Verified that the daffodil-cli test now successfully execute as integration test as specified.

> Move daffodil-cli tests to use sbt's "integration" test capabilities
> --------------------------------------------------------------------
>
>                 Key: DAFFODIL-1911
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1911
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Infrastructure
>            Reporter: Steve Lawrence
>            Assignee: Steve Lawrence
>            Priority: Major
>             Fix For: 2.1.0
>
>
> CLI tests take a long time to run, so by default we do not aggregate the daffodil-cli project so that they are no run when you run {{sbt test}}. However, this leads to some bad side effects (e.g. cli stuff not compiling by default, weird behaviors with sbt clean not cleaning daffodil-cli). We want to enable aggregation, but there's not way to disable the a single command (test) for a single subproject (daffodil-cli).
> However, SBT has an "integartion test" concept, where you can put tests in {{src/it/\{scala,java,resources}}} and they will only be run via {{sbt it}}. This would be a good way to reenable aggregation of daffodil-cli, but prevent CLI tests from running with {{sbt test}}. Need to confirm that this works as expected and that we can maintain the sbt debug capabilities



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)