mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 04:22:13 +08:00
postgres: improve snapshot-tests for long/wide situations (#84387)
This commit is contained in:
@ -98,7 +98,8 @@ func TestIntegrationPostgresSnapshots(t *testing.T) {
|
||||
format string
|
||||
}{
|
||||
{format: "time_series", name: "simple"},
|
||||
{format: "time_series", name: "no_rows"},
|
||||
{format: "time_series", name: "no_rows_long"},
|
||||
{format: "time_series", name: "no_rows_wide"},
|
||||
{format: "time_series", name: "7x_compat_metric_label"},
|
||||
{format: "time_series", name: "convert_to_float64"},
|
||||
{format: "time_series", name: "convert_to_float64_not"},
|
||||
|
Reference in New Issue
Block a user