dex/cmd
Stephan Renatus 73fdf4f75b
storage/sql/postgres: expose stdlib tunables, set them for tests
- adapted TestUnmarshalConfig to ensure the fields are read in
- added a test to see that at least MaxOpenConns works:
  - this is only exposed through (*db).Stats() in go 1.11, so this test
    has a build tag
  - the other two configurables can't be read back, so we've got to
    trust that the mechanism works given the one instance that's tested..

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2018-11-30 09:55:01 +01:00
..
dex storage/sql/postgres: expose stdlib tunables, set them for tests 2018-11-30 09:55:01 +01:00
example-app cmd/example-app: fix custom CA behavior 2017-03-24 11:53:28 -07:00