Changeset - a8d7050f3431
[Not reviewed]
0 2 0
Branko Majic (branko) - 13 days ago 2024-09-06 12:22:42
branko@majic.rs
MAR-218: Fix/improve reliability of mail_server tests:

- The common role has rather conservative rate limit values that
easily get triggered when running connectivity tests in quick
succesions.
2 files changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/molecule/default/group_vars/parameters-mandatory.yml
Show inline comments
 
@@ -15,3 +15,6 @@ smtp_tls_key: "{{ lookup('file', 'tests/data/x509/server/{{ inventory_hostname }
 
# common
 
ca_certificates:
 
  testca: "{{ lookup('file', 'tests/data/x509/ca/level1.cert.pem') }}"
 
# Tests can run in quick succession, increase limits to avoid false negatives.
 
incoming_connection_limit: 10/second
 
incoming_connection_limit_burst: 60
roles/mail_server/molecule/default/group_vars/parameters-optional.yml
Show inline comments
 
@@ -39,6 +39,9 @@ release_based_smtp_allow_relay_from:
 
# common
 
ca_certificates:
 
  testca: "{{ lookup('file', 'tests/data/x509/ca/level1.cert.pem') }}"
 
# Tests can run in quick succession, increase limits to avoid false negatives.
 
incoming_connection_limit: 10/second
 
incoming_connection_limit_burst: 60
 

	
 
# backup_client
 
enable_backup: true
0 comments (0 inline, 0 general)