pomerium/pkg/storage/inmemory
Kenneth Jenkins 298a5a94a5
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-15 15:32:29 -07:00
..
backend.go storage: fix possible race condition with maps.Keys iterator (#5321) 2024-10-07 18:45:23 -04:00
backend_test.go inmemory: add a test for the ListTypes race fix (#5327) 2024-10-15 15:32:29 -07:00
config.go databroker: refactor databroker to sync all changes (#1879) 2021-02-18 15:24:33 -07:00
record_collection.go databroker: add options for maximum capacity (#2095) 2021-04-26 17:14:54 -06:00
stream.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00