mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-04 12:40:37 +00:00
tests: remove outdated metric check
Checking S3 metrics is too invasive for an integration test in general anyway: it isn't a functional requirement that the pagserver does a specific number of S3 ops while attaching a tenant.
This commit is contained in:
@@ -277,13 +277,6 @@ def test_delete_timeline_exercise_crash_safety_failpoints(
|
||||
|
||||
if failpoint == "timeline-delete-after-index-delete":
|
||||
m = ps_http.get_metrics()
|
||||
assert (
|
||||
m.query_one(
|
||||
"remote_storage_s3_request_seconds_count",
|
||||
filter={"request_type": "get_object", "result": "err"},
|
||||
).value
|
||||
== 2 # One is missing tenant deletion mark, second is missing index part
|
||||
)
|
||||
assert (
|
||||
m.query_one(
|
||||
"remote_storage_s3_request_seconds_count",
|
||||
|
||||
Reference in New Issue
Block a user