branch feature/init-perf-test updated (02bc4d34 -> 886134a7)
This is an automated email from the git hooks/post-receive script. New change to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 02bc4d34 try ci conf for artillery tests new 886134a7 fix backend port in container The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 886134a7cc723009834a3367af9b6e169b9b082b Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 20:42:59 2020 +0200 fix backend port in container Summary of changes: .gitlab-ci.yml | 1 + integration-tests/artillery/normalPollConf.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 886134a7cc723009834a3367af9b6e169b9b082b Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 20:42:59 2020 +0200 fix backend port in container --- .gitlab-ci.yml | 1 + integration-tests/artillery/normalPollConf.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3910643a..c7c84a0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,6 +227,7 @@ artillery: script: - 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/db/pollen-rest-api.mv.db - cd integration-tests/artillery/ - npm install artillery - ./node_modules/.bin/artillery -V diff --git a/integration-tests/artillery/normalPollConf.yml b/integration-tests/artillery/normalPollConf.yml index 30b4ea89..1ef667a4 100644 --- a/integration-tests/artillery/normalPollConf.yml +++ b/integration-tests/artillery/normalPollConf.yml @@ -1,5 +1,5 @@ config: - target: "http://localhost:8888/pollen-rest-api" + target: "http://localhost:8080/pollen-rest-api" phases: - duration: 60 arrivalRate: 10 @@ -13,7 +13,7 @@ scenarios: - name: "Normal Poll" flow: - post: - url : "http://localhost:8888/pollen-rest-api/v1/polls/9MRHYsf6S4KGgiHPWoCXrQ/questi..." + url : "http://localhost:8080/pollen-rest-api/v1/polls/9MRHYsf6S4KGgiHPWoCXrQ/questi..." headers: X-Pollen-UI-context: '{"uiEndPoint":"http://localhost:8080","userValidateUrl":"http://localhost:8080/#signcheck/{userId}/{token}","pollVoteUrl":"http://localhost:8080/#poll/{pollId}/vote/{token}","pollVoteEditUrl":"http://localhost:8080/#poll/{pollId}/vote/{voteId}/{token}","pollEditUrl":"http://localhost:8080/#poll/{pollId}/summary/{token}","resourceUrl":"http://localhost:8888/pollen-rest-api/v1/resources/{resourceId}","resourceDownloadUrl":"http://localhost:8888/pollen-rest-a [...] json: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm