Fix TSDB test failure (#7394)

PR #7338 was not rebased on top of master and interface had changed.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/7408/head
Julien Pivotto 5 years ago committed by GitHub
parent ab6203b7c7
commit f893786153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2910,8 +2910,7 @@ func TestCompactHead(t *testing.T) {
testutil.Ok(t, err)
defer func() { testutil.Ok(t, querier.Close()) }()
seriesSet, _, err := querier.Select(false, nil, &labels.Matcher{Type: labels.MatchEqual, Name: "a", Value: "b"})
testutil.Ok(t, err)
seriesSet := querier.Select(false, nil, &labels.Matcher{Type: labels.MatchEqual, Name: "a", Value: "b"})
var actSamples []sample
for seriesSet.Next() {

Loading…
Cancel
Save