@@ -2279,7 +2279,7 @@ func Test_Ingester_LabelValues(t *testing.T) {
2279
2279
}
2280
2280
}
2281
2281
2282
- func Test_Ingester_LabelValue_MaxInflighQueryRequest (t * testing.T ) {
2282
+ func Test_Ingester_LabelValue_MaxInflightQueryRequest (t * testing.T ) {
2283
2283
cfg := defaultIngesterTestConfig (t )
2284
2284
cfg .DefaultLimits .MaxInflightQueryRequests = 1
2285
2285
i , err := prepareIngesterWithBlocksStorage (t , cfg , prometheus .NewRegistry ())
@@ -2437,7 +2437,7 @@ func Test_Ingester_Query(t *testing.T) {
2437
2437
}
2438
2438
}
2439
2439
2440
- func Test_Ingester_Query_MaxInflighQueryRequest (t * testing.T ) {
2440
+ func Test_Ingester_Query_MaxInflightQueryRequest (t * testing.T ) {
2441
2441
cfg := defaultIngesterTestConfig (t )
2442
2442
cfg .DefaultLimits .MaxInflightQueryRequests = 1
2443
2443
i , err := prepareIngesterWithBlocksStorage (t , cfg , prometheus .NewRegistry ())
@@ -5005,7 +5005,7 @@ func TestIngester_MaxExemplarsFallBack(t *testing.T) {
5005
5005
require .Equal (t , maxExemplars , int64 (5 ))
5006
5006
}
5007
5007
5008
- func Test_Ingester_QueryExemplar_MaxInflighQueryRequest (t * testing.T ) {
5008
+ func Test_Ingester_QueryExemplar_MaxInflightQueryRequest (t * testing.T ) {
5009
5009
cfg := defaultIngesterTestConfig (t )
5010
5010
cfg .DefaultLimits .MaxInflightQueryRequests = 1
5011
5011
i , err := prepareIngesterWithBlocksStorage (t , cfg , prometheus .NewRegistry ())
0 commit comments