postgres-operator/pkg/util/config
Raphael Torquato db098bff96 test: add unit tests for validate() and NewFromMap() functions
This addresses issue #416 by adding comprehensive unit tests for the
config utility functions:

- TestValidate: Tests validation logic for MinInstances/MaxInstances,
  Workers count, ConnectionPooler instances, and user conflicts
- TestNewFromMap: Tests config creation from map with defaults,
  custom values, duration/boolean/map/slice parsing, and panic behavior
- TestMain: Sets OPERATOR_NAMESPACE env var for testing outside K8s

The tests cover both valid configurations and error cases.
2026-04-26 13:36:19 -03:00
..
config.go feature toggle for using maintenance windows (#3074) 2026-04-16 17:13:18 +02:00
config_test.go test: add unit tests for validate() and NewFromMap() functions 2026-04-26 13:36:19 -03:00
util.go Fix golint failures 2019-01-08 13:04:48 +01:00