Skip to content

Use compiled jars to deploy applications #47

Open
@bdmogal

Description

@bdmogal

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions