diff --git a/changelogs/fragments/20241509-azure_manage_postgresql.yml b/changelogs/fragments/20241509-azure_manage_postgresql.yml new file mode 100644 index 0000000..1cf7af3 --- /dev/null +++ b/changelogs/fragments/20241509-azure_manage_postgresql.yml @@ -0,0 +1,2 @@ +bugfixes: + - Postgresql Integration test improvement - Add key-value example to postgresql_settings. \ No newline at end of file diff --git a/tests/integration/targets/azure_ops_test_azure_manage_postgresql/defaults/main.yml b/tests/integration/targets/azure_ops_test_azure_manage_postgresql/defaults/main.yml index 00fe08e..b60b096 100644 --- a/tests/integration/targets/azure_ops_test_azure_manage_postgresql/defaults/main.yml +++ b/tests/integration/targets/azure_ops_test_azure_manage_postgresql/defaults/main.yml @@ -6,4 +6,7 @@ azure_manage_postgresql_postgresql_sku: azure_manage_postgresql_postgresql_storage_mb: 5120 azure_manage_postgresql_postgresql_backup_retention_days: 10 azure_manage_postgresql_tags: - resource_prefix: "{{ resource_prefix }}" \ No newline at end of file + resource_prefix: "{{ resource_prefix }}" +azure_manage_postgresql_postgresql_settings: + - name: deadlock_timeout + value: 2000 \ No newline at end of file