Skip to content

Commit 59d5171

Browse files
committed
Configuring cache on the fuzz test
Signed-off-by: alanprot <[email protected]>
1 parent a5ae205 commit 59d5171

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

integration/query_fuzz_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ func TestExpandedPostingsCacheFuzz(t *testing.T) {
378378
"-blocks-storage.expanded_postings_cache.head.enabled": "true",
379379
"-blocks-storage.expanded_postings_cache.block.enabled": "true",
380380
// Ingester.
381-
"-ring.store": "consul",
382-
"-consul.hostname": consul2.NetworkHTTPEndpoint(),
381+
"-ring.store": "consul",
382+
"-consul.hostname": consul2.NetworkHTTPEndpoint(),
383+
"-ingester.matchers-cache-max-items": "10000",
383384
// Distributor.
384385
"-distributor.replication-factor": "1",
385386
// Store-gateway.

0 commit comments

Comments
 (0)