Skip to content

Commit

Permalink
Add missing assertion
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov committed May 15, 2024
1 parent d5b4b0e commit 5acfce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ingester/owned_series_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ func TestOwnedSeriesServiceWithIngesterRing(t *testing.T) {
c.updateOwnedSeriesAndCheckResult(t, true, 1, recomputeOwnedSeriesReasonRingChanged)
c.checkTestedIngesterOwnedSeriesState(t, 0, 1, ownedServiceTestUserSeriesLimit)
c.checkUpdateReasonForUser(t, "")
c.checkActiveSeriesCount(t, 0)

// remove the second ingester, moving the series back to the original ingester
c.removeSecondIngester(t)
Expand Down

0 comments on commit 5acfce5

Please sign in to comment.