postgres-operator/pkg/cluster
Jan Mussler 3a86dfc8bb
End 2 End tests speedup (#1180)
* Improving end 2 end tests, especially speed of execution and error, by implementing proper eventual asserts and timeouts.
* Add documentation for running individual tests
* Fixed String encoding in Patorni state check and error case
* Printing config as multi log line entity, makes it readable and grepable on startup
* Cosmetic changes to logs. Removed quotes from diff. Move all object diffs to text diff. Enabled padding for log level.
* Mount script with tools for easy logaccess and watching objects.
* Set proper update strategy for Postgres operator deployment.
* Move long running test to end. Move pooler test to new functions.
* Remove quote from valid K8s identifiers.
2020-10-28 10:04:33 +01:00
..
cluster.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
cluster_test.go delete secrets of system users too (#974) 2020-05-14 11:34:02 +02:00
database.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
exec.go Move operator to go 1.14 (#882) 2020-03-30 15:50:17 +02:00
filesystems.go reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
k8sres.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
k8sres_test.go Set user and group in security context (#1083) 2020-09-15 13:27:59 +02:00
pod.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
resources.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
resources_test.go Emit K8S events to the postgresql CR as feedback to the requestor / user (#896) 2020-04-27 08:22:07 +02:00
sync.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
sync_test.go change Clone attribute of PostgresSpec to *CloneDescription (#1020) 2020-07-30 16:31:29 +02:00
types.go Prevent empty syncs (#922) 2020-04-16 15:14:31 +02:00
util.go End 2 End tests speedup (#1180) 2020-10-28 10:04:33 +01:00
volumes.go Resize volume by changing pvc size if enabled in config. (#958) 2020-07-03 10:53:37 +02:00