grafana/pkg/tests
David Parrott aa5bdff97d
Call server.Shutdown() as go routine (#33288)
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
2021-04-22 13:23:08 -07:00
..
api NGAlert: Remove all pending references to the old API package (#33269) 2021-04-22 18:36:32 +05:30
testinfra Call server.Shutdown() as go routine (#33288) 2021-04-22 13:23:08 -07:00
web Middleware: Add CSP support (#29740) 2021-01-12 07:42:32 +01:00
README.md Chore: Add CloudWatch HTTP API tests (#29691) 2021-01-07 11:36:13 +01:00

Integration tests

This directory contains Grafana server integration tests.