From 500d6d9bc44a7e2da0e7d508dc0b612e673feeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Mon, 2 Sep 2024 09:06:45 +0200 Subject: [PATCH] fix stress tests --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e8791d..98a9b8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,11 @@ stress_test: before_script: - python setup.py install script: - - coverage run --append -m stress_tests + - coverage run -m stress_tests + - COOLAMQP_FORCE_SELECT_LISTENER=1 coverage run --append -m stress_tests + - coverage xml - coverage report + coverage: /TOTAL.*\s+(\d+\%)/ pages: image: zoo.smok.co/build/build:latest -- GitLab