prometheus/discovery/consul
Ogulcan Aydogan e01be38010
discovery/consul: run tests in parallel (#18611)
Each test creates its own httptest.Server and prometheus.Registry so
there is no shared global state between them. Adding t.Parallel() to
all 13 top-level test functions and the subtests in TestUnmarshalConfig
allows the Go test runner to overlap them, cutting wall-clock time.

Refs: #15185

Signed-off-by: Ogulcan Aydogan <ogulcanaydogan@hotmail.com>
2026-05-19 14:01:50 +02:00
..
consul.go discovery/consul: fix catalog watch trigger and improve filter tests 2026-04-10 10:26:40 +02:00
consul_test.go discovery/consul: run tests in parallel (#18611) 2026-05-19 14:01:50 +02:00
metrics.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00