From 0838212c516952e80f6c8eeb341f154510398dee Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 11 Oct 2023 10:57:05 +0200 Subject: [PATCH] add todo --- .github/workflows/test-only.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 68b57908..25b438ab 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -110,7 +110,10 @@ jobs: then exit 1 fi - + + # @todo - scan the container log to see the right "graceful shutdown" text exists + docker rm sig-test + echo SIGTERM Shutdown request test docker run --name sig-test -d test-changedetectionio docker kill --signal=SIGTERM sig-test @@ -121,7 +124,10 @@ jobs: then exit 1 fi - + + # @todo - scan the container log to see the right "graceful shutdown" text exists + docker rm sig-test + #export WEBDRIVER_URL=http://localhost:4444/wd/hub #pytest tests/fetchers/test_content.py #pytest tests/test_errorhandling.py