grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

Fix panic #40

Closed andresmgot closed 3 years ago

andresmgot commented 3 years ago

Just hit this and the error was not being returned.

kminehart commented 3 years ago

Weird that the integration tests are failing. Obviously the mysql server is not ready when it's erroring out.

Maybe increase this retry limit?

https://github.com/grafana/sqlds/blob/6da9395d49a0cba2a05374af136ef88a58ea457a/query_integration_test.go#L54

kminehart commented 3 years ago

Oh wait I see the problem. Let me fix that real quick.