postgres: improve snapshot-tests for long/wide situations (#84387)

This commit is contained in:
Gábor Farkas
2024-03-14 12:37:04 +01:00
committed by GitHub
parent 0c4e0d0f70
commit 97521ef988
5 changed files with 48 additions and 1 deletions

View File

@ -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"},