| 123456789101112131415161718 |
- package sqlstore
- import (
- "testing"
- // m "github.com/grafana/grafana/pkg/models"
- . "github.com/smartystreets/goconvey/convey"
- )
- func TestAlertingHeartbeatDataAccess(t *testing.T) {
- Convey("Testing Alerting data access", t, func() {
- InitTestDB(t)
- //send heartbeat from server 1
- //send heartbeat from server 2
- })
- }
|