Skip to content

Commit 0b4cb0d

Browse files
committed
Resolving failed testcase
Signed-off-by: Paurush Garg <[email protected]>
1 parent be1d61b commit 0b4cb0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## master / unreleased
4+
* [ENHANCEMENT] Distributor: Add ingestion rate limit for Native Histograms. #6794
45
* [CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718
56
* [CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
67
* [CHANGE] Validate a tenantID when to use a single tenant resolver. #6727

pkg/distributor/distributor_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ func TestPush_QuorumError(t *testing.T) {
809809
flagext.DefaultValues(&limits)
810810

811811
limits.IngestionRate = math.MaxFloat64
812+
limits.NativeHistogramsIngestionRate = math.MaxFloat64
812813

813814
dists, ingesters, _, r := prepare(t, prepConfig{
814815
numDistributors: 1,

0 commit comments

Comments
 (0)