grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better InformerController Tests

IfSentient opened this issue · comments

The tests for InformerController rely on particular timing, which can fail in some cases as the timing is done across multiple goroutines (these failures are transient and will succeed on re-runs of the tests). We should determine a way to test the same functionality (retries and normal operating behavior) without the possibility of failure due to timing problems.