pomerium/pkg/storage
Kenneth Jenkins c633a68afb inmemory: add a test for the ListTypes race fix (#5327)
Add a test that interleaves calls to Put() (with different type strings)
and ListTypes(). At least on my machine, this appears to reliably detect
the data race fixed in commit 2f8743522d
when run with the Go race detector. (The 'make test' and 'make cover'
targets run with the Go race detector enabled.)
2024-10-22 13:24:17 -07:00
..
inmemory inmemory: add a test for the ListTypes race fix (#5327) 2024-10-22 13:24:17 -07:00
postgres core/go: use hashicorp/go-set (#5278) 2024-10-22 13:24:17 -07:00
storagetest storage/inmemory: fix Patch() error handling (#4838) 2023-12-07 12:21:10 -08:00
cache.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
cache_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
filter.go
filter_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
index.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
index_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
patch.go storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
patch_test.go storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
querier.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
storage.go core/logging: change log.Error function (#5251) 2024-09-05 15:42:46 -06:00
storage_test.go
stream.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
stream_filter.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
stream_filter_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00