prometheus/storage
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
..
remote storage/remote/azuread: run token provider tests in parallel 2026-07-06 21:03:51 +05:30
buffer.go storage/buffer.go: add ST to sample types and iterators 2026-01-14 13:15:10 +01:00
buffer_test.go add test coverage for buffer.go 2026-01-14 13:15:17 +01:00
errors.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
errors_test.go storage: fix ToError() to return nil for empty partial errors (#18002) 2026-02-03 16:58:02 +01:00
fanout.go storage: optimized fanoutAppenderV2 (#17976) 2026-02-02 07:04:30 +00:00
fanout_test.go storage: optimized fanoutAppenderV2 (#17976) 2026-02-02 07:04:30 +00:00
generic.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
generic_test.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
interface.go storage: introduce search interface with scoring and filtering 2026-04-23 15:05:48 +02:00
interface_append.go tests: Unify TestDiskFillingUpAfterDisablingOOO and avoid hiding errors (#18017) 2026-02-05 16:11:35 +00:00
interface_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
lazy.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
memoized_iterator.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
memoized_iterator_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
merge.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
merge_test.go Add histogram chunk encoding with Start Timestamp support (#18609) 2026-06-30 10:30:29 -07:00
noop.go storage: introduce search interface with scoring and filtering 2026-04-23 15:05:48 +02:00
secondary.go storage: introduce search interface with scoring and filtering 2026-04-23 15:05:48 +02:00
series.go Add histogram chunk encoding with Start Timestamp support (#18609) 2026-06-30 10:30:29 -07:00
series_test.go test ListSeriesIterator with ST 2026-01-14 13:15:19 +01:00