open-consul/agent/submatview
Daniel Nephin 4fb6c5a137 submatview: fix a bug with Store.Get
When info.Timeout is 0, it should have no timeout. Previously it was using a 0 duration timeout
which caused it to return without waiting.

This bug was masked by using a timeout in the tests. Removing the timeout caused the tests to fail.
2021-06-03 17:48:44 -04:00
..
handler.go submatview: remove method receiver from handlers 2020-10-06 13:22:02 -04:00
materializer.go submatview: avoid sorting results unnecessarily 2021-04-27 19:03:17 -04:00
store.go submatview: fix a bug with Store.Get 2021-06-03 17:48:44 -04:00
store_test.go submatview: fix a bug with Store.Get 2021-06-03 17:48:44 -04:00
streaming_test.go rpcclient:health: fix a data race and flake in tests 2021-04-27 19:03:17 -04:00