1
0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2025-08-20 20:44:37 +02:00
nginx-proxy/test/stress_tests/test_deleted_cert
Nicolas Duchon a4ced5b8bd test: revert "Fix test" and "Sleep longer"
This reverts commit 51744959634af2b0bec2a3080b1762d72a82e9c5.
This reverts commit 33ceec07d82e2671d4bee144931b1811323497c0.
2023-12-24 00:16:40 +01:00
..
certs TESTS: add stress test when a certificate file is missing 2017-03-08 21:21:32 +01:00
tmp_certs TESTS: add stress test when a certificate file is missing 2017-03-08 21:21:32 +01:00
docker-compose.yml ci: ensure all compose files are valid compose v2 + formatting 2023-12-12 21:56:27 +01:00
README.md TESTS: add stress test when a certificate file is missing 2017-03-08 21:21:32 +01:00
test_restart_while_missing_cert.py test: revert "Fix test" and "Sleep longer" 2023-12-24 00:16:40 +01:00

Test the behavior of nginx-proxy when restarted after deleting a certificate file is was using.

  1. nginx-proxy is created with a virtual host having a certificate
  2. while nginx-proxy is running, the certificate file is deleted
  3. nginx-proxy is then restarted (without removing the container)