Skip to content

Commit a5d77ae

Browse files
committed
fix: fixed metric regression tests merge
1 parent 5d10115 commit a5d77ae

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKl
267267
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
268268
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
269269
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
270+
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
270271
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
271272
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
272273
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=

objstore_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,8 @@ func TestDownloadUploadDirConcurrency(t *testing.T) {
325325
testutil.Ok(t, promtest.GatherAndCompare(r, strings.NewReader(`
326326
# HELP objstore_bucket_operation_fetched_bytes_total Total number of bytes fetched from bucket, per operation.
327327
# TYPE objstore_bucket_operation_fetched_bytes_total counter
328-
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="attributes"} 0
329-
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="delete"} 0
330-
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="exists"} 0
331328
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="get"} 1.048578e+06
332329
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="get_range"} 0
333-
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="iter"} 0
334330
objstore_bucket_operation_fetched_bytes_total{bucket="",operation="upload"} 0
335331
`), `objstore_bucket_operation_fetched_bytes_total`))
336332

0 commit comments

Comments
 (0)