Skip to content

Commit

Permalink
E2E test fix
Browse files Browse the repository at this point in the history
Signed-off-by: metonymic-smokey <[email protected]>
  • Loading branch information
metonymic-smokey committed Nov 6, 2021
1 parent e366232 commit 50d1be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/compact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ func testCompactWithStoreGateway(t *testing.T, penaltyDedup bool) {
testutil.Ok(t, err)
operationMatcher, err := matchers.NewMatcher(matchers.MatchEqual, "operation", "get")
testutil.Ok(t, err)
testutil.Ok(t, c.WaitSumMetricsWithOptions(e2e.Equals(478),
testutil.Ok(t, c.WaitSumMetricsWithOptions(e2e.Equals(538),
[]string{"thanos_objstore_bucket_operations_total"}, e2e.WithLabelMatchers(
bucketMatcher,
operationMatcher,
Expand Down

0 comments on commit 50d1be4

Please sign in to comment.