Skip to content

Commit

Permalink
Default query all target label
Browse files Browse the repository at this point in the history
  • Loading branch information
xyctruth committed Feb 8, 2022
1 parent f7898f0 commit 63685ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/storage/badger/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ func TestProfileMeta(t *testing.T) {
require.Equal(t, nil, err)
require.Equal(t, 1, len(profileMetas))

profileMetasNoFilters, err := s.ListProfileMeta(sampleTypes[0], min, max)
require.Equal(t, nil, err)
require.Equal(t, 1, len(profileMetasNoFilters))

// Waiting for the overdue
time.Sleep(2 * time.Second)

Expand Down

0 comments on commit 63685ce

Please sign in to comment.