Kirill Kravtsov
Kirill Kravtsov
## 1. General summary of the issue I tend to write a chain of different `It` tests that expect a certain resource to be available during the whole execution of...
``` patronictl version patronictl version 2.1.2 ``` We have a number of patroni clusters which maintain multiple replication slots. Cluster has three nodes: ``` + Cluster: cluster-1 (7072422856714349561) -------+---------+---------+----+-----------+------------------+ |...
Reorganize tests: - Should be universal and use the same test code for every RDBMS. The script code should still be different obviously. So, some kind of Setup function that...
Packages that can contain one (or maybe more than one) build version, however, only the latest build is ever deployed. Build version is never recorded to the schemaversions table: every...
``` $content = ' DECLARE in_time number := 3; BEGIN DBMS_LOCK.sleep(in_time); END;' $file = Join-PSFPath -Normalize "$workFolder\delay.sql" $content | Set-Content $file $null = Install-DBOSqlScript -ScriptPath "$workFolder\delay.sql" @connParams -ExecutionTimeout 2 ```
For clarity on what's being added as well as to track progress.
Will help a lot during ad-hoc deployments.
##### SUMMARY Documentation suggests that field `skip_initial_version_creation` in gcp_kms_crypto_key is not required, yet it doesn't have a default. Which is why a call to gcp_kms_crypto_key fails when the value for...