mirror of https://github.com/prometheus/prometheus
Fix TestCorrectNumTombstones (#399)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>pull/5805/head
parent
b4c7c80227
commit
61d0868966
|
@ -1320,7 +1320,7 @@ func TestCorrectNumTombstones(t *testing.T) {
|
||||||
}
|
}
|
||||||
testutil.Ok(t, app.Commit())
|
testutil.Ok(t, app.Commit())
|
||||||
|
|
||||||
_, err := db.compact()
|
err := db.compact()
|
||||||
testutil.Ok(t, err)
|
testutil.Ok(t, err)
|
||||||
testutil.Equals(t, 1, len(db.blocks))
|
testutil.Equals(t, 1, len(db.blocks))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue