Skip to content

Commit

Permalink
Remove unneeded compactor in querier e2e test (#7978)
Browse files Browse the repository at this point in the history
This compactor was added in #6779 but isn't actually needed since we're
testing monolithic mode which already includes the compactor component.

Coincidentally, this also seems to fix #7972

Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
  • Loading branch information
56quarters committed Apr 25, 2024
1 parent f8c902c commit b2476b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration/querier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,10 +445,6 @@ func TestQuerierWithBlocksStorageRunningInSingleBinaryMode(t *testing.T) {
const shippedBlocks = 2
require.NoError(t, cluster.WaitSumMetrics(e2e.GreaterOrEqual(float64(shippedBlocks*seriesReplicationFactor)), "cortex_bucket_store_blocks_loaded"))

// Start the compactor to have the bucket index created before querying.
compactor := e2emimir.NewCompactor("compactor", consul.NetworkHTTPEndpoint(), flags)
require.NoError(t, s.StartAndWaitReady(compactor))

var expectedCacheRequests int

// Query back the series (1 only in the storage, 1 only in the ingesters, 1 on both).
Expand Down

0 comments on commit b2476b5

Please sign in to comment.