Skip to content
Snippets Groups Projects
  • Luciano Resende's avatar
    a03c5e68
    [SPARK-14738][BUILD] Separate docker integration tests from main build · a03c5e68
    Luciano Resende authored
    ## What changes were proposed in this pull request?
    
    Create a maven profile for executing the docker integration tests using maven
    Remove docker integration tests from main sbt build
    Update documentation on how to run docker integration tests from sbt
    
    ## How was this patch tested?
    
    Manual test of the docker integration tests as in :
    mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 compile test
    
    ## Other comments
    
    Note that the the DB2 Docker Tests are still disabled as there is a kernel version issue on the AMPLab Jenkins slaves and we would need to get them on the right level before enabling those tests. They do run ok locally with the updates from PR #12348
    
    Author: Luciano Resende <lresende@apache.org>
    
    Closes #12508 from lresende/docker.
    a03c5e68
    History
    [SPARK-14738][BUILD] Separate docker integration tests from main build
    Luciano Resende authored
    ## What changes were proposed in this pull request?
    
    Create a maven profile for executing the docker integration tests using maven
    Remove docker integration tests from main sbt build
    Update documentation on how to run docker integration tests from sbt
    
    ## How was this patch tested?
    
    Manual test of the docker integration tests as in :
    mvn -Pdocker-integration-tests -pl :spark-docker-integration-tests_2.11 compile test
    
    ## Other comments
    
    Note that the the DB2 Docker Tests are still disabled as there is a kernel version issue on the AMPLab Jenkins slaves and we would need to get them on the right level before enabling those tests. They do run ok locally with the updates from PR #12348
    
    Author: Luciano Resende <lresende@apache.org>
    
    Closes #12508 from lresende/docker.