mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
mssql: fix tests
This commit is contained in:
parent
e303468c0c
commit
6407ec4128
@ -743,9 +743,11 @@ func TestMSSQL(t *testing.T) {
|
|||||||
So(err, ShouldBeNil)
|
So(err, ShouldBeNil)
|
||||||
|
|
||||||
Convey("When doing a metric query using stored procedure should return correct result", func() {
|
Convey("When doing a metric query using stored procedure should return correct result", func() {
|
||||||
|
tsdb.Interpolate = origInterpolate
|
||||||
query := &tsdb.TsdbQuery{
|
query := &tsdb.TsdbQuery{
|
||||||
Queries: []*tsdb.Query{
|
Queries: []*tsdb.Query{
|
||||||
{
|
{
|
||||||
|
DataSource: &models.DataSource{JsonData: simplejson.New()},
|
||||||
Model: simplejson.NewFromAny(map[string]interface{}{
|
Model: simplejson.NewFromAny(map[string]interface{}{
|
||||||
"rawSql": `DECLARE
|
"rawSql": `DECLARE
|
||||||
@from int = $__unixEpochFrom(),
|
@from int = $__unixEpochFrom(),
|
||||||
@ -820,9 +822,11 @@ func TestMSSQL(t *testing.T) {
|
|||||||
So(err, ShouldBeNil)
|
So(err, ShouldBeNil)
|
||||||
|
|
||||||
Convey("When doing a metric query using stored procedure should return correct result", func() {
|
Convey("When doing a metric query using stored procedure should return correct result", func() {
|
||||||
|
tsdb.Interpolate = origInterpolate
|
||||||
query := &tsdb.TsdbQuery{
|
query := &tsdb.TsdbQuery{
|
||||||
Queries: []*tsdb.Query{
|
Queries: []*tsdb.Query{
|
||||||
{
|
{
|
||||||
|
DataSource: &models.DataSource{JsonData: simplejson.New()},
|
||||||
Model: simplejson.NewFromAny(map[string]interface{}{
|
Model: simplejson.NewFromAny(map[string]interface{}{
|
||||||
"rawSql": `DECLARE
|
"rawSql": `DECLARE
|
||||||
@from int = $__unixEpochFrom(),
|
@from int = $__unixEpochFrom(),
|
||||||
|
Loading…
Reference in New Issue
Block a user