mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
This change marks tests in the `sender` package that use an external process as integration tests instead of unit tests. This speeds up the package's unit tests by about 20 seconds. This change also reduces the number of alert instances in the `store` package's bulk write integration test from 20_000 to 10_000. This is still enough to exercise the bulk-write code but speeds up the package tests from about 250s to 130s. Put together, integration tests go to about 160s while also speeding up unit tests by 20s. |
||
---|---|---|
.. | ||
router_test.go | ||
router.go | ||
sender_test.go | ||
sender.go | ||
testing.go |