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

Broker integration test #397

Closed
wants to merge 5 commits into from
Closed

Broker integration test #397

wants to merge 5 commits into from

Commits on Nov 16, 2017

  1. Configuration menu
    Copy the full SHA
    2a27b77 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. Issue #396 (RSS022-74) - Add Integration test to broker

    I've created a a Docker Container file which should start 3 containers:
    - mysql
    - rabbitMQ
    - worker
    
    I've reconfigured Travis in order to start this docker container before
    the build.
    
    I've added some simple integration test for the broker:
    datavault-broker/src/test/java/org/datavaultplatform/broker/services/VaultsServiceIT.java
    
    The test is creating one Vault and checking it has been added to the
    database using the VaultService.
    WilliamPetit committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    413e991 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. Issue #396 (RSS022-74) - Fix workers Docker

    Made a few cahnges to the Dockerfile, supervisor config and
    docker-compose file.
    WilliamPetit committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    7438b92 View commit details
    Browse the repository at this point in the history
  2. Issue #396 (RSS022-74) - Wait for containers

    RabbitMQ contaienr seems to not be ready when the test are running.
    WilliamPetit committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    c9105ac View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. Issue #396 (RSS022-74) - add wait-for-rabbitmq script

    In order to make sure that the workers start with RabbitMQ ready, I've
    added a script checking that service is running.
    ssue #396 (RSS022-74) - Wait for containerus#	new file:   docker/wait-for-rabbitmq.sh
    WilliamPetit committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    4ebe50d View commit details
    Browse the repository at this point in the history