[arquillian-issues] [JBoss JIRA] (ARQ-2181) Cannot specify the order of generating deployments

Vlastislav Ramik (JIRA) issues at jboss.org
Wed Apr 4 09:07:02 EDT 2018


     [ https://issues.jboss.org/browse/ARQ-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlastislav Ramik updated ARQ-2181:
----------------------------------
    Description: 
In case you have registered a custom implementation of DeploymentScenarioGenerator you cannot guarantee the order of execution here: https://github.com/arquillian/arquillian-core/commit/af9f07060f81db062db848b98cc776d4c7ba207a#diff-d3da9d1cfef4453a56074c1080a43a97R79

In my case the custom implementation is executed first (on empty list of deployments) and then is executed AutomaticDeploymentScenarioGenerator which creates a list of deployments based on @Deployment annotation in testClass

I would need the opposite way. 

  was:
In case you have registered a custom implementation of DeploymentScenarioGenerator you cannot guarantee the order of execution here: https://github.com/arquillian/arquillian-core/commit/af9f07060f81db062db848b98cc776d4c7ba207a#diff-d3da9d1cfef4453a56074c1080a43a97R79

In my case the custom implementation is executed first (on empty list of deployments) and then is executed AutomaticDeploymentScenarioGenerator which creates a list of deployments based on @Deployment annotation in testClass

I would need to opposite way. 



> Cannot specify the order of generating deployments
> --------------------------------------------------
>
>                 Key: ARQ-2181
>                 URL: https://issues.jboss.org/browse/ARQ-2181
>             Project: Arquillian
>          Issue Type: Bug
>    Affects Versions: 1.4.0.Final
>            Reporter: Vlastislav Ramik
>
> In case you have registered a custom implementation of DeploymentScenarioGenerator you cannot guarantee the order of execution here: https://github.com/arquillian/arquillian-core/commit/af9f07060f81db062db848b98cc776d4c7ba207a#diff-d3da9d1cfef4453a56074c1080a43a97R79
> In my case the custom implementation is executed first (on empty list of deployments) and then is executed AutomaticDeploymentScenarioGenerator which creates a list of deployments based on @Deployment annotation in testClass
> I would need the opposite way. 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the arquillian-issues mailing list