mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
server.Shutdown() blocks trying to write to s.shutdownFinished in some cases when using a test Grafana instance for a series of integration tests. See https://github.com/grafana/grafana/blob/master/pkg/server/server.go#L222-L224
Integration tests
This directory contains Grafana server integration tests.