From d575f77956522d81e1a304ee47b253e8c799b720 Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Sun, 17 Apr 2022 01:17:36 +0200 Subject: [PATCH] full schleuder test: Run a second time, should not cause any changes --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4273667..9180290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,8 @@ schleuder: - pip3 install -e . - python3 -c 'import os; print(os.listdir(".")); print(); print(os.listdir("test/"))' - python3 -m coverage run --rcfile=setup.cfg -m multischleuder --config test/multischleuder.yml --verbose + # Run a second time - should be idempotent and not trigger any new mails + - python3 -m coverage run --rcfile=setup.cfg -m multischleuder --config test/multischleuder.yml --verbose - sleep 5 # wait for mail delivery - test/report.sh - kill -9 ${API_DAEMON_PID} || true