postgres-operator/pkg/util/config
Raphael Torquato 26165be2d5
test: add unit tests for validate() and NewFromMap() functions (#3086)
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.

Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
2026-06-02 10:45:44 +02:00
..
config.go build multi-arch pooler image (#3077) 2026-04-28 13:34:36 +02:00
config_test.go test: add unit tests for validate() and NewFromMap() functions (#3086) 2026-06-02 10:45:44 +02:00
util.go Fix golint failures 2019-01-08 13:04:48 +01:00