Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use compiled jars to deploy applications #47

Open
bdmogal opened this issue Aug 25, 2015 · 1 comment
Open

Use compiled jars to deploy applications #47

bdmogal opened this issue Aug 25, 2015 · 1 comment

Comments

@bdmogal
Copy link
Contributor

bdmogal commented Aug 25, 2015

Currently, integration tests depend on a version of CDAP, and always get the application class from that version, and deploy it using the deploy(Class appClassz) method. However, this means that even if you are testing on a cluster with a different version of CDAP than the version that cdap-integration-tests is built with, you will still end up testing a version of the app that was cdap-integration-tests was built with.

@bdmogal
Copy link
Contributor Author

bdmogal commented Sep 18, 2015

We can achieve this with branching. So there is a workaround between releases. However, this feature would still be a nice-to-have for instances when you have to modify an app to test something out without pushing it to snapshots/local repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant