postgres-operator/e2e/tests
Igor Yanchenko ebb3204cdd
restart instances via rest api instead of recreating pods, fixes bug with being unable to decrease some values, like max_connections (#1103)
* restart instances via rest api instead of recreating pods
* Ignore differences in bootstrap.dcs when compare SPILO_CONFIGURATION
* isBootstrapOnlyParameter is rewritten, instead of whitelist it uses blacklist
* added e2e test for max_connections decreasing
* documentation updated
* pending_restart flag added to restart api call, wait fot ttl seconds after restart
* refactoring, /restart returns error if pending_restart is set to true and patroni is not pending restart
* restart postgresql instances within pods only if pod's restart is not required
* patroni might need to restart postgresql after pods were recreated if values like max_connections decreased
* instancesRestart is not critical, try to restart pods if not successful
* cleanup

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
2021-06-14 11:00:58 +02:00
..
__init__.py make run.sh executable from within e2e (#619) 2019-07-24 15:07:32 +02:00
k8s_api.py Create cross namespace secrets (#1490) 2021-06-11 10:35:30 +02:00
test_e2e.py restart instances via rest api instead of recreating pods, fixes bug with being unable to decrease some values, like max_connections (#1103) 2021-06-14 11:00:58 +02:00