open-consul/agent/cache
Paul Banks 217137b775
Fixes #4421: General solution to stop blocking queries with index 0 (#4437)
* Fix theoretical cache collision bug if/when we use more cache types with same result type

* Generalized fix for blocking query handling when state store methods return zero index

* Refactor test retry to only affect CI

* Undo make file merge

* Add hint to error message returned to end-user requests if Connect is not enabled when they try to request cert

* Explicit error for Roots endpoint if connect is disabled

* Fix tests that were asserting old behaviour
2018-07-25 20:26:27 +01:00
..
cache.go Fixes #4421: General solution to stop blocking queries with index 0 (#4437) 2018-07-25 20:26:27 +01:00
cache_test.go Fixes #4421: General solution to stop blocking queries with index 0 (#4437) 2018-07-25 20:26:27 +01:00
entry.go agent/cache: string through attempt rather than storing on the entry 2018-06-14 09:42:15 -07:00
entry_test.go agent/cache: unit tests for ExpiryHeap, found a bug! 2018-06-14 09:42:03 -07:00
mock_Request.go agent/cache: Reorganize some files, RequestInfo struct, prepare for partitioning 2018-06-14 09:42:00 -07:00
mock_Type.go agent/cache: initial kind-of working cache 2018-06-14 09:42:00 -07:00
request.go agent/cache: address PR feedback, lots of typos 2018-06-14 09:42:03 -07:00
testing.go Get agent cache tests passing without global hit count (which is racy). 2018-06-25 12:25:37 -07:00
type.go agent/cache: update comments 2018-06-25 12:24:07 -07:00