prometheus/storage/remote
Sahitya Chandra bb6deccdb8 storage/remote/azuread: run token provider tests in parallel
Convert TestNewTokenProvider from a sequential testify suite method
into a table-driven test where each case uses its own mock credential
and t.Parallel(). The four valid auth cases each sleep 4s waiting for
token refresh; overlapping them cuts package wall-clock time from ~16s
to ~4s.

Refs #15185

Signed-off-by: Sahitya Chandra <sahityajb@gmail.com>
2026-07-06 21:03:51 +05:30
..
azuread storage/remote/azuread: run token provider tests in parallel 2026-07-06 21:03:51 +05:30
googleiam Replace deprecated google.CredentialsFromJSON with option.WithAuthCredentialsFile 2026-02-10 13:03:14 -08:00
otlptranslator/prometheusremotewrite OTLP: surface attribute-name collision warnings and add a translation-warnings metric (#18957) 2026-06-23 09:21:53 +02:00
chunked.go remote: clean up after review 2026-06-30 15:55:57 +03:00
chunked_test.go storage/remote: remove immediate flushing 2026-05-22 14:14:02 +03:00
client.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
client_test.go storage/remote: remove immediate flushing 2026-05-22 14:14:02 +03:00
codec.go Merge remote-tracking branch 'origin/main' into propose_stuffing 2026-06-30 15:50:15 +03:00
codec_test.go Expand testing for start timestamps 2026-07-02 09:39:06 -07:00
dial_context.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
dial_context_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
ewma.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
intern.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
intern_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
max_timestamp.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
metadata_watcher.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
metadata_watcher_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
queue_manager.go Add plumbing for ST histograms in RW 2026-06-10 08:13:09 -07:00
queue_manager_test.go Add plumbing for ST histograms in RW 2026-06-10 08:13:09 -07:00
read.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
read_handler.go storage/remote: remove immediate flushing 2026-05-22 14:14:02 +03:00
read_handler_test.go remote: clean up after review 2026-06-30 15:55:57 +03:00
read_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
stats.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
storage.go feat(storage)[PART4b]: add AppenderV2 to the rest of storage.Storage impl 2026-01-14 13:54:27 +00:00
storage_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
write.go tsdb/wlog[PERF]: optimize WAL watcher reads (up to 540x less B/op; 13000x less allocs/op) (#18250) 2026-03-11 09:17:13 +00:00
write_handler.go typo 2026-05-08 10:18:42 +01:00
write_handler_test.go Add plumbing for ST histograms in RW 2026-06-10 08:13:09 -07:00
write_otlp_handler.go OTLP: surface attribute-name collision warnings and add a translation-warnings metric (#18957) 2026-06-23 09:21:53 +02:00
write_otlp_handler_test.go OTLP: surface attribute-name collision warnings and add a translation-warnings metric (#18957) 2026-06-23 09:21:53 +02:00
write_test.go refactor: move OTLP handler to separate file (#17990) 2026-02-02 14:36:00 +00:00