GithubHelp home page GithubHelp logo

tiki-takka's Introduction

Tiki-Takka

Build

mvn package -Ppackage

DEV Notes

Testing:

  • mvn test -> Compile and run unit test.
  • Skipping tests: -DskipUTs -DskipITs
  • mvn integration-test -> Compile and execute both unit and integration tests.
  • mvn integration-test -DskipUTs -> Compile and execute integration tests.
  • mvn test -Dtest=com.stratio.tikitakka.core.CoreTest -> Compile and execute just the specified test class.
  • mvn test -Dmaven.surefire.debug -Dtest=XX -> Debug Unit Tests
  • mvn integration-test -Dmaven.failsafe.debug -DskipUTs -Dit.test=XX -> Debug Integration Tests

Other parameters:

Requisites for integration Tests

  • A consul docker (docker run -d -p 8500:8500 consul)
  • A mesos cluster with marathon

There is a docker compose that ups all requirements

cd integration-env
docker-compose up -d

Continuos compilation

  • mvn compile scala:cc -DrecompileMode=incremental

Test coverage:

Execute in dev mode: Previously add a dev_application.conf file on commons/src/main/resources folder with your environment configuration. (!DO NOT synchronize this file on GitHub)

  • mvn verify -Pdev
  • mvn verify -Pdev -Pdebug -> run in debug mode

Distribution:

  • RPM/DEB: From parent folder -> mvn package -Ppackage

tiki-takka's People

Contributors

dvallejo avatar fhuertas avatar itabernero avatar rafaelgarrote avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.