This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit af62c7314566ca8b6bec59def9da8c30f41b7e67 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 15 10:07:25 2020 +0200 Hum, copy db before start catalina --- .gitlab-ci.yml | 3 ++- integration-tests/artillery/normalPollConf.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3cd3389..eff8da13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -225,10 +225,11 @@ artillery: when : manual script: + - cp integration-tests/db/pollen-rest-api.mv.db /var/local/pollen/db/pollen-rest-api.mv.db - catalina.sh start & service apache2 start + - ls /var/local/pollen/db - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt-get install -y nodejs - - cp integration-tests/db/pollen-rest-api.mv.db /var/local/pollen/db/pollen-rest-api.mv.db - curl localhost:8080/v1/status - curl http://localhost:80/pollen-rest-api/v1/status - cd integration-tests/artillery/ diff --git a/integration-tests/artillery/normalPollConf.yml b/integration-tests/artillery/normalPollConf.yml index aa0c36d1..4940cbcd 100644 --- a/integration-tests/artillery/normalPollConf.yml +++ b/integration-tests/artillery/normalPollConf.yml @@ -1,5 +1,5 @@ config: - target: "http://localhost:8080/pollen-rest-api" + target: "http://localhost:80/pollen-rest-api" phases: - duration: 60 arrivalRate: 10 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.